|
[Date Index]
[Thread Index]
[Author Index]
Re: Combining Vectors to Form a Matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg46663] Re: Combining Vectors to Form a Matrix
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Fri, 27 Feb 2004 02:57:57 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 2/26/04 at 5:54 PM, gregory.lypny at videotron.ca (Gregory Lypny)
wrote:
>What Mathematica function do I use to combine two n x 1 vectors to
>get a n x 2 matrix?
Letting u,v be the two vectors, then
Transpose@{u,v}
will do what you want
--
To reply via email subtract one hundred and four
Prev by Date:
Re: How to set y always greater than or equal to x for a function?
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
|