Re: Transpose problem
- To: mathgroup at smc.vnet.net
- Subject: [mg36286] Re: [mg36258] Transpose problem
- From: "Y.A.Tesiram" <yas at pcomm.hfi.unimelb.edu.au>
- Date: Fri, 30 Aug 2002 01:19:11 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Copied and pasted directly from your mail to a notebook and it all works fine. Maybe its a version thing. Tested on Linux version 4.0 and MacOS X version 4.1.5.0 On Thu, 29 Aug 2002, Terje Johnsen wrote: > Hello > > I try to do the simple task of transposing a matrix. > > X = {{a,b},{c,d},{e,f}} > > Transpose[X] just writes Transpose[actually matrix content] > > whereas Transpose[{{a,b},{c,d},{e,f}}] works well. > > What is wrong with writing Transpose[X] ? > > Terje Johnsen > > > > > >