How to use Row Echelon Form in Finding Determinant of a 3x3 Matrix

Calculation of 3x3 matrix determinant by Row Echelon Form


About the method (Gaussian Elimination)
To calculate a determinant you need to do the following steps:

  1. Set the matrix (must be square)

  2. Reduce this matrix to row echelon form using elementary row operations so that all the elements below the diagonal are zero.

  3. Multiply the main diagonal elements of the matrix - determinant is calculated.

Example 1. Find the determinant of matrix A.

                                                    

Solution:


Eliminate elements in the 1st column under the 1st element.

Eliminate elements in the 2nd column under the 2nd element.

Multiply the main diagonal elements.

                                                            

Example 2. Find the determinant of matrix B.

                                                

Solution:

Eliminate elements in the 1st column under the 1st element.

Eliminate elements in the 2nd column under the 2nd element.

Multiply the main diagonal elements.

                                                                



Comments

Popular posts from this blog

How to use Triangle's Rule in Finding Determinant of a 3x3 Matrix

How to use Co-factor Expansion along the Column in Finding Determinant of a 3x3 Matrix