- #1
pyroknife
- 613
- 3
What is the fastest way to find the inverse of a 4x4 matrix?
The only way I know is to set up the matrix with the 4x4 matrix and the identity matrix and row reduce. But that takes forever sometimes.
The only way I know is to set up the matrix with the 4x4 matrix and the identity matrix and row reduce. But that takes forever sometimes.