Re: combine two vectors to form matrix
- To: mathgroup@smc.vnet.net
- Subject: [mg11267] Re: [mg11222] combine two vectors to form matrix
- From: Levasseur <levasseu@bit-net.com>
- Date: Wed, 4 Mar 1998 01:39:24 -0500
- References: <199803030411.XAA02267@smc.vnet.net.>
s2700114@nickel.laurentian.ca wrote: > > could any one tell me how to combine two lists(column vectors) into an n > x 2 matrix? > > Troy Consider them to be rows, r1 and r2, and then {r1,r2}//Transpose gives you an n x 2 matrix. Ken Levasseur UMass Lowell http://www.wolfram.com/training/companies/levasseur.html
- References:
- combine two vectors to form matrix
- From: s2700114@nickel.laurentian.ca
- combine two vectors to form matrix