Re: Re: Combining vectors to form a matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg49586] Re: [mg49547] Re: [mg49506] Combining vectors to form a matrix
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Sat, 24 Jul 2004 03:47:16 -0400 (EDT)
- References: <200407230959.FAA20362@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Wrong, Mathias! Bear in mind that your v01, v02, v03 are 3 x 1 vectors. You must transpose mat01 to get the right result. Tomas Garza Mexico City ----- Original Message ----- From: <Matthias.Bode at oppenheim.de> To: mathgroup at smc.vnet.net Subject: [mg49586] [mg49547] Re: [mg49506] Combining vectors to form a matrix > 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 > >
- References:
- Re: Combining vectors to form a matrix
- From: Matthias.Bode@oppenheim.de
- Re: Combining vectors to form a matrix