Creating Matrix from vectors
- To: mathgroup at smc.vnet.net
- Subject: [mg100691] Creating Matrix from vectors
- From: Kinu <basukinjal at gmail.com>
- Date: Thu, 11 Jun 2009 07:08:24 -0400 (EDT)
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.
- Follow-Ups:
- Re: Creating Matrix from vectors
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Creating Matrix from vectors
- From: "Matthias Bode" <lvsaba@hotmail.com>
- Re: Creating Matrix from vectors
- From: Mauricio Esteban Cuak <cuak2000@gmail.com>
- Re: Creating Matrix from vectors
- From: Adriano Pascoletti <adriano.pascoletti@dimi.uniud.it>
- Re: Creating Matrix from vectors
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Creating Matrix from vectors