Re: Transpose problem
- To: mathgroup at smc.vnet.net
- Subject: [mg36296] Re: [mg36258] Transpose problem
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 30 Aug 2002 01:19:22 -0400 (EDT)
- References: <200208290537.BAA08044@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
??? Strange result. I get
In[1]:=
X = {{a, b}, {c, d}, {e, f}}
Out[1]=
{{a, b}, {c, d}, {e, f}}
In[2]:=
Transpose[X]
Out[2]=
{{a, c, e}, {b, d, f}}
as expected.
Tomas Garza
Mexico City
----- Original Message -----
From: "Terje Johnsen" <tjo at ffi.no>
To: mathgroup at smc.vnet.net
Subject: [mg36296] [mg36258] Transpose problem
> 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
>
>
>
>
>
>
- References:
- Transpose problem
- From: "Terje Johnsen" <tjo@ffi.no>
- Transpose problem