comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » matrix multiplication
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Matrix multiplication [message #36932 is a reply to message #911] Fri, 14 November 2003 09:48 Go to previous messageGo to previous message
Haje Korth is currently offline  Haje Korth
Messages: 651
Registered: May 1997
Senior Member
The nice thing about IDL is that it is sooo hands-on. Just try it yourself
with a small matrix and check the result by hand:
a=indgen(3,3)
b=[1,2,3]
print,a#b
print,a##b

It's not that hard and definitely faster than waiting for a newsgroup
response.
(Most likely you wanted a##b)

Cheers,
Haje



"jhkim" <planets@dreamwiz.com> wrote in message
news:7652fb5d.0311140809.58ae466@posting.google.com...
> A and B are matrices
> How can I write an IDL expression for A * B (matrix multiplication)in
> mathematics(linear algebra). Which is right, A#B or A##B? I think A##B
> is right....
>
> Thank you.
>
> Best regards!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: DLM unload
Next Topic: DLM unload

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 16:31:28 PDT 2025

Total time taken to generate the page: 0.87965 seconds