A determinant is a special number that can be found in a square matrix. Determinants carry important information regarding the matrix and play key roles in many areas of mathematics, especially in linear algebra, calculus, and systems of linear equations.
The determinant is the scalar quantity attached to each square matrix that yields information about the type of matrix, namely whether it is invertible or not.
Property 1: Determinant of a Diagonal Matrix
The determinant is the multiplication or the product of the diagonal elements. For example, given a diagonal matrix
Property 2: Determinant of the Identity Matrix
The determinant of any identity matrix In of any order is always equals 1:
Property 3: Determinant of a Triangular Matrix
In a triangular matrix, whether it is upper or lower triangular, the determinant of such matrix always equals the product of its diagonal elements:
det(A)=Product of diagonal elements of A
Property 4: Swapping of two Rows/Columns
In a matrix, if two rows/columns are swapped, the sign of determinant changes:
det(A')=-det(A)
Property 5: Multiplying a Row/Column by a Scalar
When a matrix is multiplied by a scalar, say k, the determinant is also multiplied by k:
Property 6: Adding a multiple of One Row/Column to Another Row/Column
If one row (or column) of a matrix is replaced by the sum of itself and a scalar multiple of another row (or column), then the determinant is unchanged:
det(A')=det(A)
Property 7: Determinant of an Inverse Matrix
The inverse of a matrix implies that a matrix, say A, can be invertible, such that its product is always equal to 1.
Property 8: Determinant of a Product of Matrices
The determinant of a product of matrices is defined for two square matrices, A and B, of equal size: the determinant of their product is equal to the product of individual determinants:
det(AB)=det(A).det(B)
Property 9: Determinant of a Matrix with a Row or Column of Zeroes
A matrix has a zero determinant if elements of two rows(or columns) are equal, the matrix is singular and lacks an inverse; its determinant is zero.
det(A) =0
Property 10: Determinant of a Matrix with a Row or Column of Zeroes
The determinant of any matrix whose row or column is zero will always be zero. This is because a matrix with a row or column consisting wholly of zeros is singular and does not have a unique solution to the associated system of equations.
det(A) = 0
To get a better understanding of the topic, let’s explore the properties of determinants with examples that are useful in performing important mathematical operations on determinants.
Problem 1: Find the determinant of the matrix:
A =
Solution: Let’s expand the determinant along the first row:
Problem 2: Find the determinant of the matrix:
B =
Solution: Performing row operation to simplify the given matrix
Subtract the 2 multiplied by the first row from the second to get a new second row:
,
Now, add the first row to the third row to get a new third row:
Now, calculate the determinant by expanding along the first row:
Problem 3: Find the determinant of the matrix:
C =
Solution: Here, we will perform a column operation to simplify the matrix:
Subtract 2 multiplied by the first column from the second column:
Calculate the simplified matrix along the first row
(Session 2025 - 26)