Matrices and Determinants is one of the most important chapters for JEE Main, contributing 3-4 questions annually. The chapter is divided into three major areas: matrix algebra, determinant theory, and systems of linear equations.
Matrix algebra covers types of matrices (symmetric, skew-symmetric, orthogonal, idempotent, involutory, nilpotent), operations (addition, scalar multiplication, matrix multiplication), and the transpose operation. The key properties to remember are that matrix multiplication is associative but not commutative, and the reversal law applies to both transpose and inverse operations.
Determinant theory includes evaluation methods (cofactor expansion, row/column operations), properties (effect of row operations, scalar multiplication, transpose), and the relationship between determinants and matrix invertibility. The adjoint matrix (transpose of cofactor matrix) connects determinants to inverses through the identity A * adj(A) = det(A) * I.
Systems of linear equations are analyzed using Cramer's Rule (when D != 0) and the rank method. For non-homogeneous systems: D != 0 gives unique solution, D = 0 with all = 0 gives infinite solutions, and D = 0 with some != 0 gives no solution. For homogeneous systems, non-trivial solutions exist iff D = 0.
The Cayley-Hamilton theorem (every matrix satisfies its own characteristic equation) is a powerful computational tool for finding matrix powers and inverses. For a 2x2 matrix, the characteristic equation - (tr A)lambda + det(A) = 0 is determined entirely by the trace and determinant.
Most frequent JEE traps: det(kA) = det(A) (not k*det(A)), AB = O does not imply A = O or B = O, and the adjoint is the TRANSPOSE of the cofactor matrix.