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: [mg42853] Re: [mg42812] How to multiply two matrix simply?
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Wed, 30 Jul 2003 19:31:03 -0400 (EDT)
  • References: <200307300807.EAA17765@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

If A and B have the right dimensions, then Dot[A, B] or A . B (watch the dot
between the factors).

Tomas Garza
Mexico City
----- Original Message ----- 
From: "kimsj" <kimsj at mobile.snu.ac.kr>
To: mathgroup at smc.vnet.net
Subject: [mg42853] [mg42812] How to multiply two matrix simply?


> 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: Usage of tex
  • Next by Date: Re: Page preview in Mathematica ?
  • Previous by thread: How to multiply two matrix simply?
  • Next by thread: Re: How to multiply two matrix simply?