MathematicsMatricesA-Level
CBSEGCE A-LevelAbiturAQABaccalauréat GénéralBachilleratoCambridgeCAPS

Matrix Inverse (2x2) Calculator

Calculate the inverse of a 2x2 matrix.

Use the free calculatorCheck the variablesOpen the advanced solver
This is the free calculator preview. Advanced walkthroughs stay in the app.
Result
Ready
Determinant

Formula first

Overview

The inverse of a 2×2 matrix is a specific matrix that, when multiplied by the original matrix, results in the identity matrix. It is computed by swapping the main diagonal elements, negating the off-diagonal elements, and scaling the entire resulting matrix by the reciprocal of the determinant (ad - bc).

Symbols

Variables

grid_on = Element a (top-left), grid_on = Element b (top-right), grid_on = Element c (bottom-left), grid_on = Element d (bottom-right), calculate = Determinant

Element a (top-left)
Element b (top-right)
Element c (bottom-left)
Element d (bottom-right)
Determinant

Apply it well

When To Use

When to use: This formula is utilized to solve systems of two linear equations or to find the reverse of a linear transformation in two-dimensional space. It is only applicable to non-singular matrices where the determinant (ad - bc) is not equal to zero.

Why it matters: Matrix inversion is critical in computer graphics for reversing geometric transformations and in statistics for calculating coefficients in linear regression models. It also allows for the decryption of messages in certain cryptographic systems like the Hill cipher.

Avoid these traps

Common Mistakes

  • Forgetting 1/det factor.
  • Swapping b/c instead of signs.

One free problem

Practice Problem

Given a matrix with elements a = 2, b = 1, c = 4, and d = 3, what is the value of the top-left element in its inverse matrix A⁻¹?

Element a (top-left)2
Element b (top-right)1
Element c (bottom-left)4
Element d (bottom-right)3

Solve for:

Hint: The top-left element of the inverse is found by taking the original element 'd' and dividing it by the determinant (ad - bc).

The full worked solution stays in the interactive walkthrough.

References

Sources

  1. Wikipedia: Inverse matrix
  2. Wikipedia: Determinant
  3. Linear Algebra and Its Applications (David C. Lay)
  4. Wikipedia: Matrix (mathematics)
  5. Linear Algebra and Its Applications by David C. Lay
  6. Britannica: Matrix (mathematics)
  7. Wikipedia: Invertible matrix
  8. Edexcel Further Mathematics — Core Pure (Matrices)