Re: Vector Transposition
- To: mathgroup at smc.vnet.net
- Subject: [mg14706] Re: Vector Transposition
- From: Anton Antonov <anton at unidhp1.uni-c.dk>
- Date: Tue, 10 Nov 1998 01:20:59 -0500
- Organization: UNI-C, Denmark
- References: <199811070710.CAA01902@smc.vnet.net.> <72581h$8a8@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jurgen Tischer wrote: > Hi Yves, > I suppose it's of no help for you if I say use Transpose[{x}], I assume > you don't know in advance if your result is a vector or a matrix. In > that case I would define a function say tr by > > tr[x_?MatrixQ]:=Transpose[x] > tr[x_]:=tr[{x}] > > Jurgen > Nice answer! It didn't came onto my mind. Regards to Jurgen Anton
- References:
- Vector Transposition
- From: "Yves Gauvreau" <gauy@videotron.ca>
- Vector Transposition