Re: Creating Matrix from vectors
- To: mathgroup at smc.vnet.net
- Subject: [mg100713] Re: [mg100691] Creating Matrix from vectors
- From: "Matthias Bode" <lvsaba at hotmail.com>
- Date: Thu, 11 Jun 2009 21:42:00 -0400 (EDT)
- References: <200906111108.HAA21218@smc.vnet.net>
Hello Kinu:
Please try:
v01 = {a, b, c}
v02 = {d, e, f}
v03 = {g, h, i}
MatrixForm[Transpose[{v01, v02, v03}]]
Best regards,
MATTHIAS BODE
Las Lomas de Aranjuez
COCHABAMBA/BOLIVIA
S 17.35775°, W 066.14577°
2'740 m AMSL.
LVSABA at HOTMAIL.COM
--------------------------------------------------
From: "Kinu" <basukinjal at gmail.com>
Sent: Thursday, June 11, 2009 11:08 AM
To: <mathgroup at smc.vnet.net>
Subject: [mg100713] [mg100691] Creating Matrix from vectors
> Suppose i have a n number of vectors say s1, s2,... sn. I want to
> create a matrix such that these n vectors are the n columns of the matrix.
> I tried using A = {s1,s2,..,sn};
> however this keep the vectors intact and stacks them one below the
> other. How can i make a matrix from these??
> Can anyone please help me with this.
>
>
- References:
- Creating Matrix from vectors
- From: Kinu <basukinjal@gmail.com>
- Creating Matrix from vectors