Re: combine two vectors to form matrix
- To: mathgroup@smc.vnet.net
- Subject: [mg11308] Re: [mg11222] combine two vectors to form matrix
- From: Tomas Garza <tgarza@mail.internet.com.mx>
- Date: Wed, 4 Mar 1998 01:40:12 -0500
Troy wrote:
> could any one tell me how to combine two lists(column vectors) into an n
> x 2 matrix?
Troy: If a1 and a2 are the two column vectors, then
Transpose[{a1,a2}]
does what you want.
Tomas Garza
Mexico City