Forum Discussion
Samadesola
Nov 11, 2020Copper Contributor
4x4 matrix determinant
I tried to calculate the inverse of a 4x4 matrix using MINVERSE function but I'm getting a different answer when I compared the Excel answer with Matlab answer. I tried to multiple the Excel answer by the original matrix using MMULT but I wasn't getting the identity matrix I'm supposed to get if a matrix is being multiplied by it's inverse
2 Replies
Sort By
Probably that's due to rounding errors.
Could you attach a small sample workbook that demonstrates the problem?