MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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.


  • Prev by Date: Combined Set, SetDelayed
  • Next by Date: mergeSort with ReplaceRepeated
  • Previous by thread: Re: Creating Matrix from vectors specific issue.
  • Next by thread: Re: Creating Matrix from vectors specific issue.