Determinant of a 2×2 Matrix Calculator

Published on: October 26 2025

This Determinant of a 2×2 Matrix Calculator helps you find the determinant of a 2×2 matrix and shows each step clearly. It works by multiplying the entries on one diagonal, multiplying the entries on the other diagonal, and then subtracting the second product from the first. This makes it useful for checking answers, understanding how a determinant is calculated, and practising linear algebra step by step.

Step-by-step method

  1. Write the 2×2 matrix in the form A = [[a, b], [c, d]].
  2. Use the formula det( A ) = ad − bc.
  3. Substitute the values and simplify.

Formula:

det( A ) = ad − bc
where A =
a
b
c
d

Example 1: Take the matrix below.

A =
1
2
3
4

Step 1 - Write the 2×2 matrix in the form A = [[a, b], [c, d]].

In this problem: The entries are a = 1, b = 2, c = 3, and d = 4.

A =
1
2
3
4

Step 2 - Use the formula det( A ) = ad − bc.

In this problem: For a 2×2 matrix, multiply the main diagonal and subtract the other diagonal product.

det( A ) = ad − bc

Step 3 - Substitute the values and simplify.

In this problem: The determinant is -2.

det( A ) = 1×4 − 2×3 = 4 − 6 = -2

Final answer: det( A ) = -2

Example 2: Take the matrix below.

A =
-2
5
7
-1

Step 1 - Write the 2×2 matrix in the form A = [[a, b], [c, d]].

In this problem: The entries are a = -2, b = 5, c = 7, and d = -1.

A =
-2
5
7
-1

Step 2 - Use the formula det( A ) = ad − bc.

In this problem: For a 2×2 matrix, multiply the main diagonal and subtract the other diagonal product.

det( A ) = ad − bc

Step 3 - Substitute the values and simplify.

In this problem: The determinant is -33.

det( A ) = (-2)×(-1) − 5×7 = 2 − 35 = -33

Final answer: det( A ) = -33

Matrix A