I cannot say more than Frank Kabel has said. Keep in mind that matrix
multiplication is only defined if the number of columns of the left-hand
matrix is equal to the number of rows of the right-hand matrix.
If A1:C1 contains {1,2,3} and is named X, and E1:E3 contains {4;5;6} and is
named Y, the formula =MMULT(X,Y) returns {32}, the correct answer, and the
formula =MMULT(Y,X) returns {4,8,12;5,10,15;6,12,18}, also the correct
answer. You need to give more details.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.