View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff
 
Posts: n/a
Default Matrix Multiplication

I am trying to match a calculation.

The calculation is

Matrix1[8 x 8] * Matrix2[8x1] = Matrix3[1 x 8]

Where Matrix[ rows x columns ]

I have the values for Matrix1 and Matrix3, so I need to solve for Matrix2.
Does anyone know how to do this using the matrix functions in excel, I was
having a hard time.

Thanks for your help