Module 2 · GATE Engineering Mathematics

Linear Algebra

Matrices, determinants, eigenvalues, eigenvectors, systems of equations.
Matrices · Determinants · Eigenvalues · Systems of Equations
🎯 Take Mock Test

Learning Objectives

  • Understand the fundamental concepts of Linear Algebra
  • Apply key formulas and techniques to solve problems
  • Practice with exam-level questions to build speed and accuracy

Key Concepts

What is Linear Algebra?

Linear algebra is a foundational topic in engineering mathematics, covering vector spaces, matrices, determinants, systems of linear equations, eigenvalues, and eigenvectors. In GATE, linear algebra carries 5-8% weightage across all branches.

Key Concepts

1. Matrices: Types: row, column, square, diagonal, scalar, identity, zero, symmetric (Aᵀ = A), skew-symmetric (Aᵀ = -A), orthogonal (AAᵀ = I). Rank of a matrix = number of linearly independent rows/columns. Trace = sum of diagonal elements.

2. Determinants: |A| for square matrix. Properties: |AB| = |A||B|, |Aᵀ| = |A|, |A⁻¹| = 1/|A|, |kA| = kⁿ|A| for n×n matrix. Cramer's rule for solving linear systems using determinants.

3. Systems of Linear Equations: AX = B. If |A| ≠ 0, unique solution exists. If |A| = 0, either no solution or infinite solutions. Consistency: rank(A) = rank([A|B]) for consistency. Homogeneous systems: AX = 0 always has trivial solution X = 0; non-trivial solutions exist if |A| = 0.

4. Eigenvalues & Eigenvectors: Characteristic equation: |A - λI| = 0. Eigenvalues λ satisfy trace(A) = sum(λᵢ) and |A| = product(λᵢ). For symmetric matrices, eigenvectors are orthogonal. Spectral theorem: real symmetric matrices have real eigenvalues.

5. Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation. Useful for finding A⁻¹ and higher powers of A.

Solved Examples

Example 1 (Determinant — Properties)
If A is a 3×3 matrix with |A| = 5, find |3A|.

a) 15 b) 45 c) 135 d) 27
Solution: c) 135. |kA| = kⁿ|A| where n is the order. For 3×3 matrix, n=3. |3A| = 3³×|A| = 27×5 = 135.
Example 2 (System of Equations)
Find the value of k for which the system has infinite solutions: x + 2y + z = 3, 2x + 4y + 2z = 6, 3x + 6y + kz = 9.

a) 1 b) 2 c) 3 d) 4
Solution: c) 3. The second equation is 2 times the first, so it's redundant. The third: 3x+6y+kz=9. For infinite solutions, the third must be 3 times the first: 3(x+2y+z) = 3x+6y+3z = 9. So k = 3.
Example 3 (Eigenvalues)
Find the eigenvalues of the matrix A = [[3, 1], [1, 3]].

a) 2, 4 b) 1, 5 c) 3, 3 d) -2, 8
Solution: a) 2, 4. Characteristic equation: |A - λI| = 0 → |(3-λ) 1; 1 (3-λ)| = (3-λ)² - 1 = 0 → λ² - 6λ + 9 - 1 = 0 → λ² - 6λ + 8 = 0 → (λ-2)(λ-4) = 0 → λ = 2, 4. Verification: trace = 3+3 = 6 = 2+4. Determinant = 9-1 = 8 = 2×4.

Shortcut Techniques

  • For 2×2 matrices, eigenvalues can be found quickly: λ = (trace ± √(trace² - 4det))/2.
  • Check consistency of linear systems by comparing ranks of A and [A|B] — rank = number of non-zero rows in row-echelon form.
  • For orthogonal matrices, columns are unit vectors and mutually perpendicular — Aᵀ = A⁻¹.
  • For finding A⁻¹ of 2×2 matrix: swap diagonal elements, negate off-diagonal, divide by determinant.
  • Cayley-Hamilton theorem provides a quick way to compute A² or A⁻¹ without solving linear systems.
Pro Tip
In GATE, linear algebra questions are often formula-based. Master the properties of determinants, eigenvalues, and rank. Practice problems on consistency of linear systems — this is a frequently tested concept. Also, understand the geometric interpretation: determinant = volume scaling factor, eigenvectors = directions preserved by transformation.

Advanced Applications

Modern exams feature questions combining multiple quantitative concepts. Master these by practicing previous year papers.

Shortcut Methods

Percentages: Use fraction table (12.5%=1/8, 20%=1/5, 25%=1/4). SI/CI: For 2 years, CI-SI = P(r/100)^2. Time Work: Use LCM of time periods. Average Speed: 2ab/(a+b) for equal distances.

Pro Tip
Write key formulas on rough sheet immediately after the exam bell while memory is fresh.

Advanced Applications

Modern exams feature questions combining multiple quantitative concepts. Master these by practicing previous year papers.

Shortcut Methods

Percentages: Use fraction table (12.5%=1/8, 20%=1/5, 25%=1/4). SI/CI: For 2 years, CI-SI = P(r/100)^2. Time Work: Use LCM of time periods. Average Speed: 2ab/(a+b) for equal distances.

Pro Tip
Write key formulas on rough sheet immediately after the exam bell while memory is fresh.

Advanced Applications

Modern exams feature questions combining multiple quantitative concepts. Master these by practicing previous year papers.

Shortcut Methods

Percentages: Use fraction table (12.5%=1/8, 20%=1/5, 25%=1/4). SI/CI: For 2 years, CI-SI = P(r/100)^2. Time Work: Use LCM of time periods. Average Speed: 2ab/(a+b) for equal distances.

Pro Tip
Write key formulas on rough sheet immediately after the exam bell while memory is fresh.

Advanced Applications

Modern exams feature questions combining multiple quantitative concepts. Master these by practicing previous year papers.

Shortcut Methods

Percentages: Use fraction table (12.5%=1/8, 20%=1/5, 25%=1/4). SI/CI: For 2 years, CI-SI = P(r/100)^2. Time Work: Use LCM of time periods. Average Speed: 2ab/(a+b) for equal distances.

Pro Tip
Write key formulas on rough sheet immediately after the exam bell while memory is fresh.

Practice Questions

Calculus →