Explanation
A matrix is a rectangular arrangement of numbers organized into rows and columns.
Example:
[ 1 2 ]
[ 3 4 ]
This matrix has:
-
2 rows
-
2 columns
So it is a 2 × 2 matrix
Important vocabulary:
-
Entry: a number in the matrix
-
Dimensions: rows × columns
Matrices are used to:
-
Store data
-
Perform calculations efficiently
-
Represent transformations and systems
Quiz (5 Questions)
-
What is a matrix?
-
How many rows are in a 3 × 2 matrix?
-
How many columns are in a 3 × 2 matrix?
-
What is an entry?
-
Are matrices always square?
Answer Key
-
A rectangular array of numbers
-
3
-
2
-
A number inside the matrix
-
No