Calculator Scope

Calculator Scope - Smart Online Calculators for Everything

From math, science, finance, health, and construction to marketing, text tools, developer utilities, and more. All calculators in one fast, accurate, easy-to-use platform.

2x2 Matrix Calculator

2x2 Matrix Calculator

Result
Calculator Scope
Advertisement 1
Advertisement 2
This calculator performs matrix addition, subtraction, or multiplication on two 2x2 matrices and also computes both determinants.

Matrix multiplication doesn't work the way most people expect from ordinary multiplication — each entry in the result comes from multiplying a row of one matrix by a column of the other and summing the products, not simply multiplying matching positions together. Enter the four entries of two 2x2 matrices, choose an operation, and this calculator computes the result along with both determinants. The determinant is especially useful on its own, since a zero determinant tells you immediately that a matrix has no inverse.

Advertisement 3
  • Matrix addition and subtraction work entry by entry, simply adding or subtracting the corresponding positions of each matrix.
  • Matrix multiplication is different from elementwise multiplication: each entry of the result comes from multiplying a row of A by a column of B and summing the products.
  • The determinant of a 2x2 matrix is ad − bc (for a matrix [[a,b],[c,d]]) — a zero determinant means the matrix has no inverse.

How do I multiply two 2x2 matrices?

For each position in the result, multiply the corresponding row of the first matrix by the corresponding column of the second matrix, then add the two products together.

What is the determinant of a 2x2 matrix?

For a matrix [[a,b],[c,d]], the determinant is ad − bc.