Re: Rows
- To: mathgroup at smc.vnet.net
- Subject: [mg29442] Re: Rows
- From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
- Date: Wed, 20 Jun 2001 04:36:23 -0400 (EDT)
- References: <9gn6j1$emt$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
>Consider two rows such as A={a,b,c} and B={d,e,f}. Under the above
assumption,
>I would like to obtain a following row C={{{a,d},{b,e},{c,f}}.
This does what you want:
A={a,b,c};
B={d,e,f};
{Transpose[{A,B}]}
--
Stephen P Luttrell
DERA Malvern, U.K.