 |
| Determinants |
 |
| Let A = [aij] be a square matrix. We can associate with the square matrix A, a determinant which is formed by exactly the same array of elements of the matrix A. A determinant formed by the same array of elements of the square matrix A is called the determinant of the square matrix A and is denoted by the symbol det.A or |A|. |
| |
| It should be remembered that the determinant of a square matrix will be a scalar quantity. i.e., with a determinant we associate a definite value, whereas a matrix is essentially an arrangement of numbers and has no value. |
| |
| For example, |
| |
 |
| |
 |
| |
 |
| |
| To find the determinant of a matrix of order 3 (or more) we need the following definitions. |
| |
| |
| Let |aij| be a determinant of order n. |
| |
| The determinant obtained by deleting the ith row and jth column in which the element aij lies is called the minor of element aij and is denoted by Mij. |
| |
| |
| The co-factor of the element aij is (-1)i+j times its minor aij. We shall denote the cofactor of an element by the corresponding capital letter. |
| |
| Cofactor of aij = Aij = (-1)i+j Mij |
| |
| Consider the determinant |
| |
 |
| |
| The minor of a11 can be obtained by deleting the first row and first column of D. The Determinant, so obtained after deletion is the minor of a11 and is denoted by M11. |
| |
 |
| |
 |
| |
| The minor of a12 is obtained as follows |
| |
 |
| |
| Note that the position is 1st row and 2nd column. Delete the 1st row and 2nd column, the determinant so obtained is the minor of a12 |
| |
| That is minor of a12 |
| |
 |
| |
| The co-factor of a12 = A12 = (-1)1+2 M12 |
| |
| = - (a21a33 - a31a23) |
| |
| Similarly the minor of a13 |
| |
 |
| |
| = a21a32 - a31a22 |
| |
| Co-factor of a13 = A13 = (-1)1+3M13 |
| |
| = (a21a32 - a31a22) |
| |
| The value of the determinant D is given by a11A11 + a12A12 + a13A13 |
| |
| |
| |
 |
| |
| This is first row expansion of the determinant. Similarly, we can expand the determinant along any row or any column. |
| |
| In general, |
| |
 |
| |
| where i = 1, 2 and 3 |
| |
| or |
| |
 |
| |
| Where j = 1, 2 and 3. |
| |
| |
If the rows and columns of a determinant are inter-changed, the value remains unaltered. |
| |
If any two rows (columns) of a determinant are identical, its value of the determinant is zero. |
| |
If any two rows (columns) of a determinant are interchanged, the value of the determinant is (-1) times the original determinant. |
| |
If all the elements of one row (column) of a determinant is multiplied by k, the value of the new determinant is k times the original determinant. |
| |
If to any row or column of a determinant, a multiple of another row or column is added, the value of the determinant remains the same. |
| |
If some or all the elements of a row (or column) of a determinant are expressed as sum of two (or more) terms, then the determinant can be expressed as sum of two or more determinants. Thus |
| |
 |
| |
 |
| |
The sum of the products of the elements of any row (column) with their corresponding cofactors is equal to the value of the determinant. |
| |
The sum of the products of the elements of any row (column) and the cofactors of the corresponding elements of any other row (column) is zero. |
| |
| Example: For a matrix of order 3, |
| |
| a11A21 + a12A22 + A13A23 = 0 |
| |