| Determinants |
Determinants :
โค In linear algebra, a determinant isย a special number that can be determined from a square matrix.
โค A number associated with a square matrix of order ‘n’ is known as the determinant of the given matrix. This number can be a real number as well as a complex number depending upon the entries of the square matrix.
โค We denote the determinant of any matrix A by det (A), det A, or |A|.
โค In a determinant, the number of rows should be equal to the number of columns.
| Properties of Determinants |
Properties of Determinants :
โค If all the elements of a row (or column) are zero, then the determinant is zero.
โค If all the elements of a row (or column) of a determinant are multiplied by a non-zero constant, then the determinant gets multiplied by the same constant.
โค The sign of a determinant will change when we interchange any two rows or columns of a determinant with each other.
โค In a triangular Matrix, the Determinant is equal to the product of the diagonal elements.
โค If the Matrix XT is the transpose of Matrix X, then det (XT) = det (X)
โค If all the elements of a row or columns in a determinant are expressed as a summation of two or more numbers, then the determinant can be broken down as a sum of corresponding smaller determinants.
โค If any pair of rows or columns of a determinant are exactly identical or proportion by same amount, then the determinant is zero.
โค For an identity matrix, the determinant equals to 1. (An identity matrix is a matrix in which the main diagonal consists of allย 1ย elements and the rest elements areย 0.)
โค The determinant of a triangular matrix equals the product of the main diagonal elements. (A triangular matrix is a matrix in which either the elements above the main diagonal areย 0ย or the elements below the main diagonal areย 0.)
| Examples |
Example 1 :
Find the determinant of the 2 โ 2 matrix below.


Example 2 :
Find the determinant of the 3 โ 3 matrix below.


