Re: Rows
- To: mathgroup at smc.vnet.net
 - Subject: [mg29449] Re: Rows
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Wed, 20 Jun 2001 04:36:29 -0400 (EDT)
 - Organization: Universitaet Leipzig
 - References: <9gn6j1$emt$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
a) it is stupid for such a small problem to post a full notebook
b) you wish  to transform
   A={a,b,c};
   B={d,e,f};
into
  {{a,d},{b,e},{c,f}}
That is simply be done with
Transpose[{A,B}]
c) this is not  "report a problem with Mathematica"
   it is simply a problem with reading the manual.
Regards
  Jens