Calculate the division of two matrices, defined as A × B⁻¹.
Matrix Dimensions
Matrix A
Matrix B
Result Matrix (A × B⁻¹)
Matrix B is singular (non-invertible).
Product of Matrix A and the Inverse of Matrix B
About this calculator
Understanding Matrix Division
Matrix division is not defined in the same way as scalar division. Instead, it is usually interpreted as multiplication by the inverse of a matrix. Specifically, A / B is computed as A × B⁻¹.
💡
Pro Tips
Matrix B must be square and invertible (non-zero determinant).
The number of columns in A must match the size of B.
Matrix operations are generally not commutative.
!
Fun Facts
"Not all matrices have an inverse; those that do not are called 'singular'."
"Matrix division is crucial in solving systems of linear equations."