| Author |
Comment/Response |
Joe Phillips
|
09/02/08 10:37am
Hi,
I've generated a list of column vectors in the form of {{A},{B},{C}...{N}}. They are not necessarily all the same size.
What I would like to do is perform a Dot Product by each vector in turn to the result of the previous answer.
Something like this:
X.A.B.C.D.E ... .N
(Where X is matrix from a previous answer)
I can type this out by hand and get the correct answer but I'd like to find a command that would transform the list into this calculation no matter how many column vectors there are.
Please ignore any problems of size descrepency for the Dot Product calculation. What is important is the order of the multiplication.
Thank you in advance,
Joe
URL: , |
|