Re: Creating Matrix from vectors
- To: mathgroup at smc.vnet.net
- Subject: [mg100733] Re: Creating Matrix from vectors
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Thu, 11 Jun 2009 21:45:40 -0400 (EDT)
- References: <h0qohm$klm$1@smc.vnet.net>
Transpose the matrix you give in your example using the Transpose[ ] function (or put esc-tr-esc behind the last curly bracket. Cheers -- Sjoerd On Jun 11, 1:07 pm, Kinu <basukin... at gmail.com> wrote: > 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=