Re: Row vs. Column Vectors (or Matrices)
- To: mathgroup at smc.vnet.net
- Subject: [mg33921] Re: Row vs. Column Vectors (or Matrices)
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 23 Apr 2002 07:13:37 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <aa05ug$25i$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, how does MatrixForm[{{a,b,c}}] look ? Regards Jens John Resler wrote: > > Hi, > I'm new to Mathematica and am doing a little linear algebra. I am > aware of the MatrixForm[m] > function but I know of no way to create a row vector eg. [ 1.0 2.0 3.0 > ] * [ 1.0 > > 2.0 > > 3.0]. > > Can someone point me in the right direction? Thanks ahead of time. > > -John