Questions
2 questions per paper
Difficulty
Medium
Importance
Moderate yield for PSU exams like NTPC/ONGC
Overview
Linear Algebra is a foundational topic in engineering mathematics involving the study of vectors, matrices, and linear systems. It is essential for solving complex engineering problems and appears frequently in PSU exams through matrix manipulation and eigenvalue computation. Aspirants must master the systematic approach to solving systems of equations and deriving characteristic equations.
Matrix Algebra
Matrix algebra involves fundamental operations including addition, multiplication, transposition, and inversion. Mastering properties like symmetry, skew-symmetry, and orthogonality is crucial for simplifying calculations in competitive exams.
- Determinant of A*B = det(A)*det(B)
- Inverse exists if det(A) is not zero (Non-singular matrix)
- For orthogonal matrix, A transpose * A = I
- Trace(A) equals the sum of diagonal elements
- Rank of matrix: Number of non-zero rows in Echelon form
Systems of Linear Equations
The analysis of system consistency relies on the Rank-Nullity theorem and the comparison of the rank of the coefficient matrix with the augmented matrix. These systems determine if a solution exists and whether it is unique or infinite.
- Consistent and unique if Rank(A) = Rank(A|B) = number of variables
- Infinite solutions if Rank(A) = Rank(A|B) < number of variables
- Inconsistent (no solution) if Rank(A) is not equal to Rank(A|B)
- Trivial solution: AX = 0 results in X = 0
- Cramer's Rule is applicable only for square systems with non-zero determinant
Eigenvalues & Eigenvectors
Eigenvalues and eigenvectors characterize the transformation properties of linear operators. Calculating them involves solving the characteristic polynomial derived from the matrix determinant.
- Characteristic equation: det(A - lambda*I) = 0
- Sum of eigenvalues = Trace(A)
- Product of eigenvalues = det(A)
- Eigenvalues of A transpose are the same as A
- Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation
Formula Sheet
A*adj(A) = det(A)*I
det(A^n) = (det(A))^n
Rank(A+B) <= Rank(A) + Rank(B)
AX = B => X = A^-1 * B
Eigenvalues of A^k are lambda^k
Cayley-Hamilton: a0*A^n + a1*A^(n-1) + ... + an*I = 0
Exam Tip
Always use the Trace and Determinant properties to verify your calculated eigenvalues quickly, as this saves time and prevents sign errors.
Common Mistakes
- Assuming matrix multiplication is commutative (AB = BA), which is generally false.
- Forgetting to check if the matrix is singular before attempting to calculate the inverse.
- Miscalculating the rank of a matrix by failing to reduce it to full Row Echelon Form.
More Revision Notes
Ready to test yourself?
Play topic-wise Linear Algebra questions in Aspirant Arcade — gamified MCQ practice.
Download Free