Back to Algebra repository
Algebra2D

Matrices and Determinants - Theory & Concepts - Matrix Inverse

Comprehensive guide to matrix operations, calculating determinants, finding inverses, and using Cramer's Rule.

Open the complete lesson

Matrix Inverse & Determinant Visualizer

Matrix A
A=[2.01.01.02.0]A = \begin{bmatrix} 2.0 & 1.0 \\ 1.0 & 2.0 \end{bmatrix}
Inverse Matrix A^-1
A1=[0.670.330.330.67]A^{-1} = \begin{bmatrix} 0.67 & -0.33 \\ -0.33 & 0.67 \end{bmatrix}
A1=1det(A)[dbca]A^{-1} = \frac{1}{\det(A)}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}
Determinant3.00
Area Scale Factor3.00x