Matrix Operations
Adding, subtracting, and multiplying matrices
Matrix Operations
What is a Matrix?
A matrix is a rectangular array of numbers.
Example:
Dimensions: rows × columns (this is a 2×2 matrix)
Adding Matrices
Add corresponding entries. Matrices must have same dimensions.
Subtracting Matrices
Subtract corresponding entries.
Scalar Multiplication
Multiply every entry by the scalar:
Matrix Multiplication
Not commutative! in general
For and :
- Result is matrix
- Inner dimensions must match!
Entry formula: (row of ) · (column of )
Example:
📚 Practice Problems
1Problem 1easy
❓ Question:
Add:
💡 Show Solution
Add corresponding entries:
Answer:
2Problem 2medium
❓ Question:
Multiply:
💡 Show Solution
This is a 2×2 matrix times a 2×1 matrix. Result will be 2×1.
First entry:
Second entry:
Answer:
3Problem 3hard
❓ Question:
Multiply:
💡 Show Solution
Calculate each entry of the 2×2 result:
Entry (1,1):
Entry (1,2):
Entry (2,1):
Entry (2,2):
Answer:
🎴
Practice with Flashcards
Review key concepts with our flashcard system
📖
Browse All Topics
Explore other calculus topics