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
- References:
- Noob ? about Transpose and List Operations
- From: Tarah <tarahw@umich.edu>
- Noob ? about Transpose and List Operations