Re: AW: Transpose matrix does not work when MatrixForm is used, why?
- To: mathgroup at smc.vnet.net
- Subject: [mg45226] Re: AW: Transpose matrix does not work when MatrixForm is used, why?
- From: AES/newspost <siegman at stanford.edu>
- Date: Sun, 21 Dec 2003 03:42:18 -0500 (EST)
- References: <bs1aln$9in$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <bs1aln$9in$1 at smc.vnet.net>, Klamser at t-online.de (normal t-online.de) wrote: > If you type > > (m = { {1, 2, 3}, {4, 5, 6} }) // MatrixForm > > all is fine :-) > Oooh, that's another of those sneaky Mathematica expert tricks. I'd been typing in m = { {1, 2, 3}, {4, 5, 6} }; m// MatrixForm to get the same result.