Re: How to transpose vector?
- To: mathgroup at smc.vnet.net
- Subject: [mg14679] Re: How to transpose vector?
- From: nfares at aol.com (NFares)
- Date: Sun, 8 Nov 1998 21:15:38 -0500
- Organization: AOL http://www.aol.com
- References: <720th6$1vl@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
>I have a problem about manupirating vectors. I wanted to make 3x3 >matrixtwo by using 3x1 vector alpha and beta. and I tried by > >>>Transpose[alpha].beta > >but it dosen't work. >Please tell me how to do it. Use: Transpose[ {alpha} ] . {beta} If alpha is a "flat" list, then the transpose is just itself. When alpha is a list of a one-list vector, then it transposes in the way you want it. Regards, Nabil Fares Imagineering LLC NFares at imagineeringLLC.com http://www.imagineeringLLC.com/