MathGroup Archive 2008

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

Search the Archive

How to do symbolic matrix manipulations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92276] How to do symbolic matrix manipulations
  • From: "Peng Yu" <pengyu.ut at gmail.com>
  • Date: Fri, 26 Sep 2008 06:23:44 -0400 (EDT)

Hi,

Suppose I have matrices a and b, which does not have any value yet.

If I write b * a, mathematica would give me "a b". I'm wondering how to make
it know that a and b are matrices, so that it would give me "b a" rather
than "a b".

Thanks,
Peng


  • Prev by Date: Precision in Mathematica 6
  • Next by Date: flop-count
  • Previous by thread: Re: Precision in Mathematica 6
  • Next by thread: Re: How to do symbolic matrix manipulations