A singular matrix is a square matrix whose determinant is equal to zero. It cannot be inverted.
You can determine if a matrix is singular by looking at its determinant. If det(A)=0, the matrix is singular.
Key properties include: Determinant is zero. No inverse exists. Rows or columns are linearly dependent. The rank is less than the order of the matrix. Used in systems of equations with no unique solution.
A singular matrix has a determinant of zero and no inverse, while a non-singular matrix has a determinant that is not zero and an inverse that is not zero.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Singular Matrix
In linear algebra, matrices play a crucial role in solving equations, performing transformations, and modelling real-life structures. Singularity of matrices is a major classification.
Singular matrices commonly arise in determinant problems dealing with inverse matrices. JEE aspirants will have to understand the definition, formula, properties, and worked examples of singular matrices to be able to tackle higher-level questions.
Singular matrices are ideas that flow from determinants and serve as the basis for prospective authors wishing to solve problems involving matrices in exams.
1.0What is a Singular Matrix?
A square matrix is called singular if its determinant is 0. This is one of the least difficult, yet most important, kinds of matrices found in mathematics. The word "singular" means simply that the matrix cannot be inverted.
2.0Singular Matrix Formula
If A is an n×n matrix, then:
If∣A∣=0,thenA is a singular matrix.
Here, |A| denotes the determinant of matrix A.
It's important to know when and why a matrix is singular in order to answer questions about determinants, systems of linear equations, and matrix inversion.
Singular Matrix Example:
A=[2142]
det(A)=(2)(2)−(4)(1)=4−4=0
Thus, A is a singular matrix.
3.0Identifying a Singular Matrix
Steps to Identify a Singular Matrix
Check if the Matrix is Square: Only square matrices (same number of rows and columns) can be singular.
Calculate the Determinant:
If |A| = 0, then A is a singular matrix.
If ∣A∣=0, then A is a non-singular matrix.
Observe Linear Dependence: If any row or column is a linear combination of others, the determinant will be zero, making it singular.
To understand how singular matrices work and what they mean in algebra and geometry, you need to know their properties.
Key Singular Matrix Properties
Zero Determinant: The most important property to know is that |A| = 0.
There is no inverse: Singular matrices don't have an inverse. Only matrices with |A| not equal to 0 can be inverted.
Linear Dependence: One row or column is a linear combination of the others.
Rank is Less Than Order: The rank of a single matrix is always lower than the number of its rows or columns.
Linear Systems with Non-Unique Solutions: If the coefficient matrix in a system of equations is singular, the system has either no solution or an infinite number of solutions, but never just one solution.
Determinant Formula for a Fast Check: For quick identification, use the singular matrix formula |A|=0.