How to Find Determinants of a Matrix

How to Find Determinants of a Matrix

 Read,2 minutes

What is the Determinant of a Matrix?

The determinant of a matrix is a unique number that is only defined for square matrices (matrices with the same number of rows and columns). A determinant is used in calculus and other algebra-related matrices. It is a real number representing the matrix and can be used to solve a system of linear equations and find the inverse of a matrix.

How to find the Determinant of a Matrix?

The following steps can be used to find the value of a matrix's determinant:

  • Get the cofactor for each element in the first row or column.
  • Multiply each element by the determinant of the corresponding cofactor.
  • Add the results with the signs swapped.

As a starting point, the value of a matrix's determinant of a 1×1 matrix is the single value itself.
The cofactor of an element is a matrix that can be made by taking that element's row and column out of that Matrix.

Determinant of 2 × 2 Matrix:

[abcd] |A|=a d  b c

Determinant of 3 × 3 Matrix:

[abcdefghi]  |A|=adbc=a (e i  f h)  b (d i  f g) + c (d h  e g)

Properties of Determinants of a Matrix

●    A determinant can only be used with a square matrix (1×1, 2×2, 3×3, 4×4,...).
●    A determinant can be a real or complex number.
●    |A| doesn't show the modulus of A in this case; it shows the determinant of matrix A.
●    If the 2×2 matrix's elements are all the same, the determinant will be 0.
●    If every number in a row or column of a 2×2 matrix is 0, then the determinant is also 0.
●    The determinant of the product of two matrices is the same as the product of their determinants. |AB| = |A| |B|.

Free printable Worksheets

Exercises for Finding Determinants of a Matrix

1) Find the determinant of the matrix: A = [48 23]

2) Find the determinant of the matrix: A = [73 16]

3) Find the determinant of the matrix: A = [54 29]

4) Find the determinant of the matrix: A = [09 41]

5) Find the determinant of the matrix: A = [57 32]

6) Find the determinant of the matrix: A = [98 117]

7) Find the determinant of the matrix: A = [126 47]

8) Find the determinant of the matrix: A = [611 913]

9) Find the determinant of the matrix: A = [517 34]

10) Find the determinant of the matrix: A = [418 152 346]

 

1) Find the determinant of the matrix: A = [48 23]

|A| = 4×3  (8)×(2) = 12  16 = 4

2) Find the determinant of the matrix: A = [73 16]

|A| = 7×6  3×1 = 42  3 = 39

3) Find the determinant of the matrix: A = [54 29]

|A| = 2×(3)  6×5 = 6  30 = 24

4) Find the determinant of the matrix: A = [09 41]

|A| = 0×1  (9)×(4) = 36

5) Find the determinant of the matrix: A = [57 32]

|A| = 5×2  7×3 = 10  21 = 11

6) Find the determinant of the matrix: A = [98 117]

|A| = 9×7  8×11 = 63  88 = 25

7) Find the determinant of the matrix: A = [126 47]

|A| = 12×7  6×(4) = 84  (24) = 108

8) Find the determinant of the matrix: A = [611 913]

|A| = 6×13  11×9 = 78  99 = 21

9) Find the determinant of the matrix: A = [517 34]

|A| = 5×(4)  17×3 = 20  51 = 31

10) Find the determinant of the matrix: A = [418 152 346]

det[52 46] = 38
det[12 36] = 0
det[15 34] = 19
|A| = 4×38  (1)×0 + 8×19 = 304

Finding Determinants of a Matrix Practice Quiz