MathGroup Archive 2004

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

Search the Archive

RE: Combining Vectors to Form a Matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46657] RE: [mg46656] Combining Vectors to Form a Matrix
  • From: "David Park" <djmp at earthlink.net>
  • Date: Fri, 27 Feb 2004 02:57:53 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Greg,

avec = Array[a, 5]
bvec = Array[b, 5]

(mat = Join[{avec, bvec}] // Transpose) // MatrixForm

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 

From: Gregory Lypny [mailto:gregory.lypny at videotron.ca]
To: mathgroup at smc.vnet.net

Hello Everyone,

	What Mathematica function do I use to combine two n x 1 vectors to get 
a n x 2 matrix?

	Greg



  • Prev by Date: Re: Combining Vectors to Form a Matrix
  • Next by Date: RE: eliminate the 2 in binary
  • Previous by thread: Re: Combining Vectors to Form a Matrix
  • Next by thread: RE: Combining Vectors to Form a Matrix