Multiplying Inverse Matrices
Posted by jeff on July 03, 2001 7:45 PM
I'm trying to multiply the inverse of a 3x3 matrix and a 3x1 matrix. I begin by highlighting an area for an output 3x1 matrix then I try to calculate using MMULT(MINVERSE("array1"),"array2"). My problem is that I am only getting output (which is the correct answer) in the first cell of my 3x1. What's happening to the output for the other two cells? Please help if you can. Thank you.
Jeff