![]() |
VOOZH | about |
A singular matrix is a square matrix (i.e., a matrix where the number of rows is equal to the number of columns ) whose determinant is zero. This means it can't be inverted. In other words, you can't multiply it by another matrix to get the identity matrix. There is no matrix B such that when you multiply matrix A by B, you get the identity matrix I (i.e., AB = I).
We know that the formula to determine the inverse of a matrix is equal to the adjoint of the matrix divided by the determinant, i.e.,
A-1 = (adj A) / |A|.
From the definition of a singular matrix, we know that โฃAโฃ = 0. Since the determinant of A is zero, the matrix is singular, meaning its inverse does not exist.
Various examples of singular matrices are:
Let A be a matrix of order n ร k and B be a matrix of order k ร n, where n>k. Then, the product AB, which is an n ร n matrix, is always singular.
This means that if you multiply any n ร k matrix by any k ร n matrix, with n > k, the resulting square matrix will always be singular (i.e., its determinant will be zero). The intuition is that the rank of the product AB cannot exceed k, which is less than n, so AB cannot be full-rank and thus must be singular.
To generate a singular matrix of size n ร n:
Example: If n = 3, k = 1.
Solution:
Let
Then the product (AB) is :
AB is 3ร3, but the rows are linearly dependent โ Singular
The following are the properties of the Singular Matrix:
Let us consider that A and B are two square matrices of order "n ร n".
Thus:
Differences between the Singular Matrix and Non-Singular Matrix can be understood using the table given below.
Singular Matrix | Non-Singular Matrix |
|---|---|
A square matrix is said to be a singular matrix if its determinant is zero, i.e., det A = 0. | A square matrix is said to be a non-singular matrix if its determinant is not zero, i.e., det A โ 0. |
If a matrix is singular, then its inverse is not defined. | If a matrix is non-singular, then its inverse is defined. |
The rank of a singular matrix will be less than the order of the matrix, i.e., Rank (A) < Order of A. | The rank of a non-singular matrix will be equal to the order of the matrix, i.e., Rank (A) = Order of A. |
In a singular matrix, some rows and columns are linearly dependent. | In a non-singular matrix, all the rows and columns are linearly independent. |
Follow the conditions given below to determine whether the given matrix is singular or not.
โ If |A|= 0, then the given matrix is singular.
โ If |A|โ 0, then the given matrix is non-singular.
If A = is a "2 ร 2" matrix, then its determinant is
|A|= [ad โ bc]
If A = is a "3 ร 3" matrix, then its determinant is
|A|= a1(b2c3 โ b3c2) โ a2(b1c3 โ b3c1) + a3(b1c2 โ b2c1)
Question 1: Find the value of k if the matrix given below is singular
Solution:
Given matrix A =
We know that the determinant of a singular matrix is zero, i.e., det A = 0
โ (2รk) โ (โ4 ร 5) = 0
โ 2k + 20 = 0
โ 2k = -20
โ k = โ20/2 = โ10Hence, the value of k if the given matrix is a singular matrix is โ10.
Question 2: Determine the inverse of the matrix given below
Solution:
Given matrix
P-1 = Adj P / |P|Now, let us find the determinant of the matrix P.
|P| = (โ3 ร โ8) โ (6 ร 4)
|P| = 24 โ 24 = 0Since, the determinant of matrix P = 0, it is a singular matrix, and its inverse matrix doesn't exist.
Question 3: Determine whether the given matrix is singular or not
Solution:
Given matrix A =
To determine whether the given matrix is singular or not, we have to find its determinant.
det A = 1[(5 ร 0) โ (4 ร 2)] โ 0[(0 ร 0) โ (2 ร โ1)] + (-3) [(0 ร 4) โ (โ1 ร 5)]
โ |A| = (1 ร -8) โ 0 + (โ3 ร 5)
โ |A| = โ8 โ 15 = โ23 โ 0Since the determinant of the given matrix is not equal to zero, it is a non-singular matrix.
Question 4: Find the value of b if the matrix given below is singular
Solution:
Given matrix
We know that the determinant of a singular matrix is zero, i.e., det B = 0
โ (9 ร โ2) โ (6 ร b) = 0
โ โ18 โ 6b = 0
โ โ6b = 18
โ b = 18/โ6 = โ3Hence, the value of b if the given matrix is a singular matrix is โ3.
Question 5: Find x if value of x is the singular matrix?
Solution:
For matrix A to be singular,
det(A) = 0Expanding along first row:
det(A) = (x+1)[1(x+3) โ 4x] โ xยฒ[0(x+3) โ 4(1)] + 1[0ยทx โ 1ยท1]
= (x+1)(x+3 โ 4x) โ xยฒ(โ4) โ 1
= (x+1)(โ3x + 3) + 4xยฒ โ 1
= โ3(x+1)(xโ1) + 4xยฒ โ 1
= โ3(xยฒ โ 1) + 4xยฒ โ 1
= โ3xยฒ + 3 + 4xยฒ โ 1
= xยฒ + 2
For singular matrix:
xยฒ + 2 = 0xยฒ = โ2
x = ยฑ iโ2
Question 6: Determine whether the following system has a unique solution or not: 2x+y+2z =3, x + z=5, 4x + y +4z =7.
Solution:
If we write the given system in the matrix form then the corresponding matrix equation is AX = B, then the coefficient matrix is,
If the determinant of A is NOT zero or if A is non-singular matrix, then only the system has a unique solution. Otherwise it may have infinite or no solutions.
det A = 2(0 - 1) -1(4 - 4) + 2(1 - 0)a
= -2 +0 +2
= 0Answer: The above given system does NOT have a unique solution because the determinant is ZERO. So, it either has an infinite number of solutions or it has no solution.
Question 7: Given the matrix A, for what value of x is the matrix singular?
Solution:
Calculate the determinant of A(x):
det(A(x)) = x2(2x-4) -2x(4) = 2x3 - 4x2 - 8xFactor the determinant:
det(A(x)) = 2x( x2 -2x - 4) = 2x( x- 4) ( x + 1)The matrix is singular when the determinant is 0, so the singular values of x are x = 0, and x = 4, and x = -1.
Question 8: Consider the matrix B and determine the values of x for which the matrix is singular.
Solution:
Determinant of B(x):
det(B(x)) = (x2 - 4)(x2 -4) - ( x + 1)(2x - 2)
= (x2 - 4)2 - 2x(x +1 -2) = (x2 - 4)2 - 2x( x - 1)
=(x4 - 8x2 +16) -2x(x - 1) = x4 - 8x2 +16 - 2x2 + 2x
= x(x + 1).The matrix is singular when the determinant is zero, which occurs for x =0, x = -1, x = 2.
Question 9: Given a matrix C(x), find the values of x for which the matrix is singular.
Solution:
determinant of C(x):
det(C(x)) = x(x - 3x) -1(2x - 3x2) +1(2x(3x) - x(3x2)
= x( -2x) -2x + 3x2 +1(6x2 - 3x3)
= -2x2 -2x + 3x2 + 6x2 - 3x3
= -3x3 +7x2 -2x = x(-3x2 + 7x -2) = x[-3x(x - 2) +1 (x - 2)]
= x(-3x + 1)(x - 2) , x= 0, x = 1/3 , x = 2So the matrix C(x) is singular when x =0, x= 1/3, x =2.
Question 10: Consider the system of linear equations:
x + ky + z = 3
2x + 4y + 3z =7
x + 2y +(k + 1) = 5
Determine the values of ๐ for which the matrix is singular. Then, discuss the solution of the system for those values of k.
Solution:
1. From the Matrix and Augmented Matrix
the coefficient matrix A and the augmented matrix [A | b] are:
2. Calculate the Determinant of A
compute the determinant of A:
det(A) = 1(4(k+1) - 6) - k(2(k + 1) -3) + 1(4 - 4)
= (4k - 2) -k(2k -1 ) + 0
= 4k -2 -2k2 + k
= -2k2 + 5k -2A matrix is singular when it's determinant is zero:
-2k2 + 5k -2 = 0
-2k2 + 4k + k -2 =0
-2k(k - 2) + 1( k-2 ) =0
(-2k + 1) (k - 2) =0So, -2k + 1 =0, k - 2 =0
k = 1/2 or k = 2.
- For โ, substituting into the augmented matrix and performing row reduction leads to a contradiction in the third row, so the system is inconsistent and has no solution.
- For k = 2, row reduction shows no contradiction, so the system is consistent and has infinitely many solutions.
Question 1: Determine whether the following system has a unique solution, infinitely many solutions, or no solution:
2x + 3y - z = 1
4x + 6y -2z = 2
-2x -3y + z = -1
Question 2: Find the value of k for which the matrix is singular and determine if the system of equations has a unique solution, infinitely many solutions, or no solution:
x + y + k = k
2x + 2y + 2z = 2k
3x + 3y + 3z = 3k
Question 3: For which values of k does the following system of equations have a unique solution?
x + 2y + kz =1
2x + 4y + 3z =4
3x + 6y + 4z = 7
Question 4: Determine if the following matrix is singular or non-singular
Question 5: Find the value of a for which the matrix is singular, and hence does not have an inverse:
Question 6: Determine for which values of b the following matrix is invertible:
Question 7: Given the Matrix C(x), find the values of x for which the matrix is singular
Question 8: Given the symmetric matrix, find the values of x for which the matrix A is singular
Answer Key
- The system has infinitely many solutions.
- The system has infinitely many solutions for all values of k.
- The system has no unique solution for any value of k.
- As the determinant is 0, it is a Singular Matrix.
- a = 1.
- The matrix is invertible for all values of b.
- x = 0, ยฑ1
- x = ยฑ1