Meaning of outer product [message #31428] |
Fri, 12 July 2002 17:33  |
Paul Sorenson
Messages: 48 Registered: May 2002
|
Member |
|
|
Greetings,
IDL documentation says: "Note - If A and B arguments are vectors, then C =
MATRIX_MULTIPLY(A, B) is a matrix with C_ij = A_iB_j. Mathematically, this
is equivalent to the outer product. . . ." But I'm having difficulty
reconciling this with my understanding of outer product. . .
c.x = a.y*b.z - a.z*b.y
c.y = a.z*b.x - a.x*b.z
c.z = a.x*b.y - a.y*b.x
... which yields a vector (c) instead of a 2D array. Can anyone shed some
light on this?
-Paul Sorenson
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
|
|
|
|