MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: combine two vectors to form matrix



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



  • Prev by Date: HELP:scientific notation
  • Next by Date: Re: FindRoot accuracy/precision
  • Prev by thread: Re: combine two vectors to form matrix
  • Next by thread: Re: combine two vectors to form matrix