MathGroup Archive 2004

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

Search the Archive

Re: Combining vectors to form a matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49569] Re: Combining vectors to form a matrix
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Fri, 23 Jul 2004 06:00:59 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 7/22/04 at 2:45 AM, gregory.lypny at videotron.ca (Gregory Lypny)
wrote:

>Is there a simple way to combine three vectors of equal length, n,
>into a nx3 matrix?

Probably the simplest would be Transpose@{a,b,c} where a,b and c are the three vectors. An alternative way to get the same result would be MapThread[List, {a,b,c}]
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Combining vectors to form a matrix
  • Next by Date: Re: Combining vectors to form a matrix
  • Previous by thread: Re: Combining vectors to form a matrix
  • Next by thread: Re: Combining vectors to form a matrix