Transpose problem
- To: mathgroup at smc.vnet.net
- Subject: [mg36258] Transpose problem
- From: "Terje Johnsen" <tjo at ffi.no>
- Date: Thu, 29 Aug 2002 01:37:40 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: Transpose problem
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Transpose problem