My calculator only supports a 3x3, 3x2, 3x1, 2x3, 2x2, 2x1, 1x3, 1x2, 1x1 matrices. Is there any chance I can get the inverse of the 4x4 using my calculator using the matrix mode?
2026-03-26 08:14:36.1774512876
Inverse 4x4 Matrix using Calculator
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
In principle, you could partition your matrix into $2 \times 2$ blocks (i.e. a $2 \times 2$ matrix whose elements are $2 \times 2$ matrices) and then apply "Block Inversion" : have a look at this article.
But unfortunately the resulting formula is somewhat complicated. However it is instructive to know about the division of a matrix into blocks.