MathGroup Archive 2006

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

Search the Archive

Re: Noob ? about Transpose and List Operations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63705] Re: [mg63650] Noob ? about Transpose and List Operations
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Tue, 10 Jan 2006 04:50:32 -0500 (EST)
  • References: <200601090948.EAA29578@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Jan 9, 2006, at 4:48 AM, Tarah wrote:

> Hi!  I'm trying to transpose a matrix B,
>
> In[61]:=  B' = MatrixForm[Transpose[B]]
>
> and instead of getting the transpose, I get as output the same  
> matrix B with two brackets and the word "Transpose" surrounding  
> it.  This is highly unhelpful ;-)  What am I doing wrong?

Is B actually a matrix?  I cannot reproduce the problem:


B={{a,b,c},{d,e,f},{g,h,i}};
B'=MatrixForm[Transpose[B]]

(hope this came through on your mail client).

Regards,

Ssezi


  • Prev by Date: Re: Question - Function Definition
  • Next by Date: Re: Question - Function Definition
  • Previous by thread: Re: Noob ? about Transpose and List Operations
  • Next by thread: Re: Noob ? about Transpose and List Operations