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: [mg49547] Re: [mg49506] Combining vectors to form a matrix
  • From: Matthias.Bode at oppenheim.de
  • Date: Fri, 23 Jul 2004 05:59:36 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Greg,

please try:

Clear[a, b, c, d, e, f, g, h, i, j]
v01 = {a, b, c}
v02 = {e, f, g}
v03 = {h, i, j}
mat01 = {v01, v02, v03}
MatrixForm[mat01]

Best regards,
Matthias Bode
Sal. Oppenheim jr. & Cie. KGaA
Untermainanlage 1
D-60329 Frankfurt am Main
GERMANY
Tel.: +49(0)69 71 34 53 80
Mobile: +49(0)172 6 74 95 77
Fax: +49(0)69 71 34 95 380
E-mail: matthias.bode at oppenheim.de
Internet: http://www.oppenheim.de



-----Ursprüngliche Nachricht-----
Von: Gregory Lypny [mailto:gregory.lypny at videotron.ca] 
Gesendet: Donnerstag, 22. Juli 2004 08:46
An: mathgroup at smc.vnet.net
Betreff: [mg49506] Combining vectors to form a matrix


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: Loading graphics package
  • Next by Date: Re: Simple Module Code
  • Previous by thread: Re: Combining vectors to form a matrix
  • Next by thread: Re: Re: Combining vectors to form a matrix