Questions
1–2 questions per paper
Difficulty
Medium
Importance
High yield for GAIL and NTPC technical sections
Overview
Linear Algebra is a foundational mathematical pillar for engineering exams, focusing on the manipulation of matrices and the solution of linear systems. It is essential for PSU aspirants as it directly tests logical calculation speed and pattern recognition in structural and system-based problems.
Matrix Algebra
Matrix algebra involves fundamental operations including addition, scalar multiplication, and matrix multiplication. Mastery of transpose, symmetric, skew-symmetric, and hermitian properties is vital for solving matrix-based equations efficiently.
- Symmetric: A = A^T
- Skew-Symmetric: A = -A^T
- Orthogonal: A*A^T = I
- Idempotent: A^2 = A
- Involutory: A^2 = I
- Nilpotent: A^k = 0
Rank and Determinants
The rank of a matrix is the maximum number of linearly independent rows or columns, often found via Echelon form reduction. Determinants are scalar values calculated for square matrices, which indicate singularity when they equal zero.
- Rank(AB) ≤ min(Rank(A), Rank(B))
- Rank(A) = Rank(A^T) = Rank(A*A^T)
- |A*B| = |A|*|B|
- Singular matrix: |A| = 0
- Non-singular: |A| ≠ 0
Systems of Linear Equations
Analyzing systems using the Augmented matrix [A|B] determines if a solution is unique, infinite, or non-existent. The consistency depends on the comparison of the rank of the coefficient matrix and the augmented matrix.
- Consistent and Unique: Rank(A) = Rank(A|B) = n
- Consistent and Infinite: Rank(A) = Rank(A|B) < n
- Inconsistent (No solution): Rank(A) ≠ Rank(A|B)
- Trivial solution exists if Rank(A) = n for AX = 0
Eigenvalues and Eigenvectors
Eigenvalues represent the scaling factor of a linear transformation, found by solving the characteristic equation |A - λI| = 0. Eigenvectors are the non-zero vectors that remain unchanged in direction under the transformation.
- Sum of eigenvalues = Trace(A)
- Product of eigenvalues = |A|
- Eigenvalues of A^k = λ^k
- Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation
- Eigenvalues of triangular matrix are the diagonal elements
Formula Sheet
|A - λI| = 0
AX = λX
A*adj(A) = |A|*I
A^-1 = adj(A) / |A|
Sum(λ) = Sum(Diagonal Elements)
Product(λ) = |A|
Exam Tip
Use the Cayley-Hamilton theorem to find inverse matrices or high-degree polynomial powers of matrices instead of direct calculation to save significant time.
Common Mistakes
- Miscalculating the rank by failing to reduce the matrix fully to Row Echelon Form.
- Forgetting that the sum of eigenvalues equals the trace, often leading to longer characteristic equation solving.
- Neglecting the possibility of infinite solutions when the number of variables exceeds the number of independent equations.
More Revision Notes
Ready to test yourself?
Play topic-wise Linear Algebra questions in Aspirant Arcade — gamified MCQ practice.
Download Free