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: [mg42831] Re: How to multiply two matrix simply?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 30 Jul 2003 19:30:19 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <bg7vd6$hhd$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Dot[A,B]

gives you the usual matrix product,

A*B

gives a matrix with the product of the entries.

Regards
  Jens

kimsj wrote:
> 
> How to multiply matrix simply?
> For example, I want to do this: C = A * B.
> 
> Regards,
> Sung Jin (James) Kim
> i-Networking Lab., Samsung AIT
> communication at samsung.com
> Mobile communication Lab., Seoul National University
> kimsj at mobile.snu.ac.kr
>


  • Prev by Date: Re: How to multiply two matrix simply?
  • Next by Date: Re: Usage of tex
  • Previous by thread: Re: How to multiply two matrix simply?
  • Next by thread: RE: How to multiply two matrix simply?