MathGroup Archive 2002

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

Search the Archive

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






  • Prev by Date: RE (long): ... RE: rectangle intersection
  • Next by Date: Re: How to protect the Mathematica Program
  • Previous by thread: RE (long): ... RE: rectangle intersection
  • Next by thread: Re: Transpose problem