Matrix Operations and Applications
Perform matrix addition, multiplication, find determinants and inverses, and solve systems using matrices.
Matrix Operations and Applications
Introduction to Matrices
A matrix is a rectangular array of numbers arranged in rows and columns.
This is a matrix (2 rows, 3 columns).
Matrix Notation
- Dimension: (m rows, n columns)
- Element: is the element in row , column
- Square matrix: (same number of rows and columns)
Matrix Addition and Subtraction
Matrices can be added or subtracted only if they have the same dimensions.
Properties:
- Commutative:
- Associative:
- Identity: (where is the zero matrix)
Scalar Multiplication
Multiply each element by the scalar:
Matrix Multiplication
For and , the product is an matrix.
Note: The number of columns in must equal the number of rows in .
The element in row , column of is:
Example (2×2 matrices):
Properties:
- NOT commutative: in general
- Associative:
- Distributive:
Identity Matrix
The identity matrix is an matrix with 1s on the diagonal and 0s elsewhere:
Property:
Determinant (2×2 matrices)
For a matrix:
Determinant (3×3 matrices)
For a matrix, use cofactor expansion:
Properties:
- If , the matrix is singular (not invertible)
- If , the matrix is invertible
Matrix Inverse (2×2)
For , if :
Property:
Solving Systems with Matrices
A system of linear equations can be written as where:
- is the coefficient matrix
- is the variable matrix
- is the constant matrix
Example:
Can be written as:
Solution: (if is invertible)
Applications
- Systems of equations: Solve
- Transformations: Represent rotations, reflections, scaling
- Cryptography: Encode and decode messages
- Economics: Input-output models
- Computer graphics: 3D transformations
📚 Practice Problems
1Problem 1easy
❓ Question:
Given and , find .
💡 Show Solution
Solution:
Given:
Matrix multiplication formula: For element in : multiply row of by column of .
Calculate each element:
First row, first column:
First row, second column:
Second row, first column:
Second row, second column:
Answer:
Note: Matrix multiplication is not commutative. would give a different result!
2Problem 2medium
❓ Question:
Find the inverse of .
💡 Show Solution
Solution:
Given:
Step 1: Calculate the determinant
Since , the matrix is invertible.
Step 2: Use the inverse formula for 2×2 matrices
For :
Step 3: Apply the formula
Answer:
Verification: Check that ✓
3Problem 3hard
❓ Question:
Use matrices to solve the system:
💡 Show Solution
Solution:
Step 1: Write in matrix form
Where , ,
Step 2: Find
Calculate determinant:
Since , is invertible.
Step 3: Solve
Answer: ,
Verification:
- ✓
- ✓
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics