Determinant of a 2×2 Matrix Calculator
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
- Write the 2×2 matrix in the form A = [[a, b], [c, d]].
- Use the formula det( A ) = ad − bc.
- Substitute the values and simplify.
Formula:
a | b |
c | d |
Example 1: Take the matrix below.
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.
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.
Step 3 - Substitute the values and simplify.
In this problem: The determinant is -2.
Final answer: det( A ) = -2
Example 2: Take the matrix below.
-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.
-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.
Step 3 - Substitute the values and simplify.
In this problem: The determinant is -33.
Final answer: det( A ) = -33
Sign up or login to get the full step solution for free!