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: [mg49556] Re: [mg49506] Combining vectors to form a matrix
  • From: Hugh Walker <hwalker at gvtc.com>
  • Date: Fri, 23 Jul 2004 05:59:54 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Thursday, July 22, 2004, at 01:45 AM, Gregory Lypny wrote:

> Hello everyone,
>
> Marvellously powerful programme, but I'm feeling dumber by the minute.
> Is there a simple way to combine three vectors of equal length, n, into
> a nx3 matrix?
>
> 	Greg

mat = {vec1, vec2, vec3}

==========
Hugh Walker
Gnarly Oaks


  • Prev by Date: Re: LogScale ListPlot
  • 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