Re: Creating Matrix from vectors specific issue.
- To: mathgroup at smc.vnet.net
 - Subject: [mg100760] Re: Creating Matrix from vectors specific issue.
 - From: dr DanW <dmaxwarren at gmail.com>
 - Date: Sat, 13 Jun 2009 06:02:53 -0400 (EDT)
 - References: <h0t84h$r76$1@smc.vnet.net>
 
Here is the "royal road to knowledge" answer:
Flatten[{{1},{2},{3}}] yields {1,2,3}
However, you would be better served in the long term by looking typing
"howto/WorkWithLists" in the search box of the Documentation Center.