🔲 Advanced Matrices: Rank & Systems
MatricesCommon questions
What is the rank of a matrix?
The rank is the maximum number of linearly independent rows (or columns). It determines whether a system of linear equations has 0, 1, or infinitely many solutions.
How to find matrix rank for JEE?
Reduce to row echelon form using elementary row operations. Count non-zero rows. Alternatively, find the largest non-zero minor determinant.
When does a system of equations have no solution?
When rank(A) ≠ rank(A|B) where A is coefficient matrix and A|B is augmented matrix. This means the equations are inconsistent.
What is the condition for infinite solutions?
rank(A) = rank(A|B) < n (number of unknowns). The system is consistent but has free variables, giving infinitely many solutions.
How important are matrices for JEE Advanced?
Very important. Expect 2-3 questions on rank, inverse, eigenvalues, systems of equations, and properties of special matrices (orthogonal, symmetric, idempotent).