MathGroup Archive 2009

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

Search the Archive

expression form

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100997] expression form
  • From: Haibo Min <yshdfeng at gmail.com>
  • Date: Fri, 19 Jun 2009 20:48:29 -0400 (EDT)

Hi, I am fairly new to mathematica, and I have a question on the matrix
multiplication operator.

Suppose a={a1,a2,a3},P={{p11,p12,p13},{p21,p22,p23},{p31,p32,p33}}. I want
to get the explicit expression of a'Pa, where a' is the transpose of vector
a. Since there is no "transpose" concept for vector, my expression in
mathematica is
a.P.a
However, it just
returns  {a1,a2,a3}.{{p11,p12,p13},{p21,p22,p23},{p31,p32,p33}}.{a1,a2,a3},
seems nothing is done about this, why?
I use mathematica v7.0

Thank you!

Haibo Min
yshdfeng at gmail.com



  • Prev by Date: Re: Solving Polynomial equation
  • Next by Date: FileNameSetter[], Dynamic[]
  • Previous by thread: Re: Green's Function for Fresnel Reflection?
  • Next by thread: Re: expression form