The inverse of a 2x2 matrix A, denoted as A⁻¹, is a matrix that when multiplied with A, results in the identity matrix. In other words, AA⁻¹ = A⁻¹A = I, where I is the 2x2 identity matrix.
For a 2x2 matrix A:
\[A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\]Its inverse A⁻¹ is calculated as:
\[A^{-1} = \frac{1}{ad-bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}\]Where:
Let's find the inverse of this matrix:
\[A = \begin{bmatrix} 4 & 7 \\ 2 & 6 \end{bmatrix}\]Step-by-step calculation:
This diagram illustrates the original matrix A and its inverse A⁻¹.
We can create a free, personalized calculator just for you!
Contact us and let's bring your idea to life.