Compare the various methods of calculating a determinant of a matrix. Which method requires the least amount of computation?
There are mainly 2 ways for calculating the values of determinants.
I Use of Minors and co-factors:
The minor Mij of the entry aij in a nxn matrix A is the determinant of the matrix obtained by eliminating the ith row and the jth column of A. The cofactor, Cij is defined by Cij =(-1)i+j Mij.
For a given square matrix he determinant det(A) or, |A| is obtained by cofactor expansion as under:
1. First, select a row or a column of A containing the most zeros.
2.Multiply each entry aij of the row/column selected by its corresponding cofactor Cij.
3.Add these results.
II. Use of Row Operations:
This method is very useful in calculating the values of large determinants.
Various rules regarding the use of this method are as under:
The second method requires the least amount of computation in case of large determinants.
Get Answers For Free
Most questions answered within 1 hours.