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: [mg42870] RE: [mg42812] How to multiply two matrix simply?
  • From: "Sung Jin Kim" <kimsj at mobile.snu.ac.kr>
  • Date: Thu, 31 Jul 2003 01:47:55 -0400 (EDT)
  • Organization: MCL,SNU
  • Reply-to: <kimsj at mobile.snu.ac.kr>
  • Sender: owner-wri-mathgroup at wolfram.com

Great thank every one, Tomas Garza, Ssezi, and Matthias Bode.
I got up the solution how to multiply two Matrixes, which is to use
Dot[].
Best regards,
SJ Kim
-----Original Message-----
From: Tomas Garza [mailto:tgarza01 at prodigy.net.mx] 
To: mathgroup at smc.vnet.net
Subject: [mg42870] Re: [mg42812] How to multiply two matrix simply?

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: [mg42870] [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: Finding Fixed Points for a Nonlinear System of equations
  • Next by Date: Re: Re: New version, new bugs
  • Previous by thread: Re: How to multiply two matrix simply?
  • Next by thread: Mod bug