MathGroup Archive 2003

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

Search the Archive

Re: Transpose matrix does not work when MatrixForm is used, why?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45183] Re: Transpose matrix does not work when MatrixForm is used, why?
  • From: "Jean.Pellegri" <Jean.Pellegri at wanadoo.fr>
  • Date: Sat, 20 Dec 2003 05:55:47 -0500 (EST)
  • References: <bruqrt$t0p$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"steve_H" <nma124 at hotmail.com> a écrit dans le message de
news:bruqrt$t0p$1 at smc.vnet.net...
> hello
>
> Mathematica 5.0
>
> m = { {1, 2, 3}, {4, 5, 6} } // MatrixForm
> Transpose[m]
>

Do this (take care at brackets):

(m = { {1, 2, 3}, {4, 5, 6} }) // MatrixForm

Transpose[m]

Ciao

-- 
< Jean Pellegri >
"fortitudo mea in rota"
F - 93100 Montreuil
I - 54023 Filattiera



  • Prev by Date: Mathematica and FrameMaker
  • Next by Date: a bug in RealDigits? Mathematica 5.0
  • Previous by thread: Re: Transpose matrix does not work when MatrixForm is used, why?
  • Next by thread: Re: Transpose matrix does not work when MatrixForm is used, why?