GATE CSE · Engineering Mathematics
Generate GATE-level questions covering matrices (determinants, inverse, rank, eigen values/vectors, Cayley-Hamilton theorem), systems of linear equations (consistency, Gaussian elimination, LU decomposition), and vector spaces (basis, dimension, linear independence).
Concept summary for GATE CSE 2027 · 109 practice questions available
Study of vectors, vector spaces, linear transformations, and systems of linear equations represented through matrices.
| Condition | Solution |
|---|---|
| rank(A) = rank([A|b]) = n | Unique solution |
| rank(A) = rank([A|b]) < n | Infinitely many solutions |
| rank(A) ≠ rank([A|b]) | No solution (inconsistent) |
For homogeneous system Ax = 0:
Ax = λx → (A − λI)x = 0 → det(A − λI) = 0 (characteristic equation)
Properties of Eigenvalues:
Every matrix satisfies its own characteristic equation.
If p(λ) = 0 is characteristic equation → p(A) = 0.
Use: find A⁻¹ or higher powers of A without direct computation.
A is diagonalizable if it has n linearly independent eigenvectors.
A = PDP⁻¹ where D = diagonal matrix of eigenvalues, P = matrix of eigenvectors.
Symmetric matrices are always diagonalizable.
| Matrix | Property |
|---|---|
| Symmetric | A = Aᵀ |
| Skew-symmetric | A = −Aᵀ, diagonal entries = 0 |
| Orthogonal | AᵀA = I, so A⁻¹ = Aᵀ, det = ±1 |
| Idempotent | A² = A, eigenvalues are 0 or 1 |
| Nilpotent | Aᵏ = 0 for some k, all eigenvalues = 0 |
Trace = sum of eigenvalues and det = product of eigenvalues eliminates need to solve full characteristic equation when two eigenvalues are known. For 2×2 matrix: characteristic equation is λ² − (trace)λ + det = 0. Rank-nullity theorem is used in almost every system-of-equations question.