MathGroup Archive 2001

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

Search the Archive

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


  • Prev by Date: Re: Rows
  • Next by Date: Re: Reentrant Functions
  • Previous by thread: Re: Rows
  • Next by thread: RE: Rows