MathGroup Archive 2003

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

Search the Archive

Re: How to multiply two matrix simply?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42849] Re: [mg42812] How to multiply two matrix simply?
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Wed, 30 Jul 2003 19:30:54 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Wednesday, July 30, 2003, at 04:07 AM, kimsj wrote:

> How to multiply matrix simply?
> For example, I want to do this: C = A * B.
>

Use Dot, ie. C=A.B or C=Dot[A,B]

Regards,

Ssezi


  • Prev by Date: Re: Problem with Show, Can't Give More than 5 Arguments
  • Next by Date: Re: color of an implicit plot
  • Previous by thread: Re: How to multiply two matrix simply?
  • Next by thread: Re: How to multiply two matrix simply?