JEE · Maths · Matrices & Determinants doubts
12 doubts found
How are matrices used to solve a system of several linear equations at once?
Write the system in the form AX = B, where A holds the coefficients, X the unknowns and B the constants.
What does it mean when the determinant of the coefficient matrix comes out to be zero?
A zero determinant means the matrix is singular and has no inverse, so the neat X = A⁻¹B route fails.
Why does the order matter in matrix multiplication — isn't AB the same as BA?
No — matrix multiplication is generally non-commutative.
Does a determinant have any geometric meaning, or is it just a computation?
It has a clear geometric meaning: the determinant is a scaling factor.
What does “Matrix as a system solver” actually mean in Matrices & Determinants, and why does it matter for JEE?
a system of linear equations can be written as AX = B, and if A is invertible the unique solution is X = A⁻¹B.
I keep getting “Matrix as a system solver” questions wrong in Matrices & Determinants. What's the trap?
trying to 'divide' by a matrix instead of multiplying by its inverse.
What does “Determinant and singularity” actually mean in Matrices & Determinants, and why does it matter for JEE?
the determinant is a single number from a square matrix; if it's zero the matrix is singular and has no inverse.
I keep getting “Determinant and singularity” questions wrong in Matrices & Determinants. What's the trap?
assuming every square matrix has an inverse.
What is the difference between singular matrix and non-singular matrix?
A singular matrix has determinant 0 and no inverse (its system has no unique solution); a non-singular matrix has non-zero determinant and a unique inverse.
What is the difference between AB and BA?
Matrix multiplication is generally non-commutative: AB and BA can differ (or one may not even be defined), so the order of multiplication matters.
When do I use X = A⁻¹B in Matrices & Determinants, and what does it mean?
solution of the linear system AX = B.
How is Matrices & Determinants tested in JEE, and what should I focus on?
Prioritise the core ideas: Matrix as a system solver, Determinant and singularity.