LESSON 2 - Evaluation of Determinant
LESSON 2 - Evaluation of Determinant
LESSON 2 - Evaluation of Determinant
DETERMINANT
March 13, 2023
MATRICES
Define: an m × n matrix is a rectangular array of mn real (or complex)
numbers in m rows and n columns. The ith row of a matrix, the jth column
of a matrix. (i, j)- entry of a matrix.
To find the determinants of a 3×3 matrix takes more work. By address, it is meant
the row number and column letter. To calculate the determinant, you must remove
the row and column that contains the variable you want to know the determinant to.
Doing this creates what is called the minor. Below is an example with variables.
Steps:
1.If the given determinant of order n has an element of unity, 1, use this as pivotal
element. If no unity element is present, use some convenient element, say
𝑎 𝑖𝑗 . Reduce this unity by dividing either the 𝑖 𝑡ℎ row or 𝑗 𝑡ℎ column by 𝑎 𝑖𝑗 and then
balancing the determinant by multiplying it also by 𝑎 𝑖𝑗 .
2. Cross out the row and column through the pivotal element.
3. From each element of the resulting determinant of order (n-1), subtract each
remaining entry, by a product of the elements in the pivotal rows and columns that
intersects with the remaining entry.
4. Then the value of the given determinant is (−1) 𝑖+𝑗 times the value of the new
determinant.
EXAMPLE
Find the determinant of the matrix using pivotal element method.
EXAMPLE
Define the matrix
EXAMPLE
Define the matrix
TRIANGULAR
METHOD
What are upper triangular matrices and
lower triangular matrices?
Upper triangular matrices are matrices in which all entries below the main diagonal
are 0 The main diagonal is the set of entries that run from the upper left -hand corner
of the matrix down to the lower right-hand corner of the matrix.
Lower triangular matrices are matrices in which all entries above the main diagonal
are 0