Introduction to Matrices
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what a matrix is, how to read and write matrices, and how to add and subtract matrices of the same size.
The Concept
Section titled “The Concept”A matrix is a rectangular array of numbers arranged in rows and columns.
Example of a 2×3 matrix (2 rows, 3 columns):
- The size is written as rows × columns (e.g., 2×3).
- Individual entries are called elements.
Matrix Addition and Subtraction - you can add or subtract two matrices only if they have the same dimensions. Add or subtract corresponding elements.
We will cover deeper matrix topics (determinants, inverses, matrix multiplication) in the future Linear Algebra section. In Algebra 2, we focus on basic operations and using small matrices to solve systems of equations.
Worked Example
Section titled “Worked Example”1. Add two matrices
2. Subtract two matrices
3. Can you add a 2×3 matrix and a 3×2 matrix?
No. The dimensions are different (2×3 vs 3×2), so addition is not defined.
Real-World Application
Section titled “Real-World Application”Matrices are used in many practical areas:
- Organizing data (spreadsheets, sales tables, inventory)
- Computer graphics and video games (transformation matrices)
- Solving systems of equations more efficiently
- Economics and business (input-output models)
- Engineering (stress and strain calculations)
Example: a store tracks sales of three products over two weeks in a matrix. Adding matrices lets them see total sales easily.