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:
Set the matrix (must be square)
Reduce this matrix to row echelon form using elementary row operations so that all the elements below the diagonal are zero.
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:
Comments
Post a Comment