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: [mg49542] Re: [mg49506] Combining vectors to form a matrix
  • From: "David Park" <djmp at earthlink.net>
  • Date: Fri, 23 Jul 2004 05:59:29 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Greg,

vec1 = {1, 2, 3};
vec2 = {3, 2, 3};
vec3 = {4, 0, 1};

(matrix = Transpose[{vec1, vec2, vec3}]) // 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,

Marvellously powerful programme, but I'm feeling dumber by the minute.  
Is there a simple way to combine three vectors of equal length, n, into 
a nx3 matrix?

	Greg




  • Prev by Date: Re: Combining vectors to form a matrix
  • Next by Date: Re: NIntegrate to arbitrary precision
  • Previous by thread: Re: Combining vectors to form a matrix
  • Next by thread: Re: Combining vectors to form a matrix