Matrices and Transformations
Subject: Mathematics
Topic: 7
Cambridge Code: 0580
Introduction to Matrices
Matrix - Rectangular array of numbers
Notation and Dimensions
- Dimensions: 2 × 3 (rows × columns)
- Element: is in row i, column j
Types of Matrices
Row matrix: 1 × n Column matrix: m × 1 Square matrix: n × n Identity matrix: Square with 1s on diagonal, 0s elsewhere Zero matrix: All elements are 0
Matrix Operations
Addition and Subtraction
Only possible for matrices of same dimensions
Scalar Multiplication
Matrix Multiplication
Note: Not commutative; AB ≠ BA generally
For A (m × n) and B (n × p) → AB is m × p
Associative: (AB)C = A(BC) Distributive: A(B + C) = AB + AC
Transpose
Transpose - Swap rows and columns
Properties:
Determinant
Determinant - Scalar value of square matrix
2 × 2 Determinant
3 × 3 Determinant
Where
Expansion along first row
Properties
- (n = size)
- Matrix is invertible iff
Matrix Inverse
Inverse - Matrix satisfying
2 × 2 Inverse
For :
Only exists if
Solving Systems Using Matrices
Example:
Geometric Transformations
Rotation
Counterclockwise by angle θ:
Reflection
About x-axis:
About y-axis:
About line y = x:
Scaling (Dilation)
Scale by factor k:
Shearing
Horizontal shear:
Composition
Multiple transformations: Multiply matrices
Apply right to left
Eigenvectors and Eigenvalues
Eigenvalue Equation
Where:
- λ = eigenvalue (scalar)
- v = eigenvector (non-zero)
Characteristic Equation
Solve for λ (eigenvalues)
Finding Eigenvectors
For each eigenvalue λ, solve:
Example
For :
Eigenvalues: λ = 2, λ = 4
Diagonalization
Diagonalization - Expressing A in form PDP^(-1)
Where:
- D = diagonal matrix of eigenvalues
- P = matrix of eigenvectors
Powers of Matrices
Easier to compute when diagonalized
Applications
Computer Graphics
Transformations of images
Engineering
Systems of linear equations
Population Models
Transition matrices for population dynamics
Markov Chains
Transition probabilities between states
Key Points
- Matrix operations: Addition, subtraction, multiplication
- Determinant measures invertibility
- Inverse exists iff determinant ≠ 0
- Matrices represent geometric transformations
- Rotation, reflection, scaling matrices
- Composition of transformations: Matrix multiplication
- Eigenvalues found from characteristic equation
- Eigenvectors are invariant direction under transformation
- Diagonalization simplifies matrix powers
- Applications in graphics, engineering, population models
Practice Questions
- Perform matrix operations
- Calculate determinants
- Find matrix inverses
- Solve systems using matrices
- Apply transformation matrices
- Compose transformations
- Find eigenvalues
- Find eigenvectors
- Diagonalize matrices
- Apply to real problems
Revision Tips
- Understand matrix dimensions for operations
- Memorize 2×2 inverse formula
- Know transformation matrix forms
- Practice matrix multiplication
- Understand eigenvalue significance
- Connect to geometric transformations
- Work with systems of equations
- Apply to practical applications
- Verify results check