MathGroup Archive 1998

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

Search the Archive

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



  • Prev by Date: Re: Differentiation ?
  • Next by Date: Re: using Upset for defining positive real values (Re: Can I get ComplexExpand to really work?)
  • Previous by thread: Re: Vector Transposition
  • Next by thread: Re: Vector Transposition