Matrix operations (add, subtract, scalar multiply)
Matrix Operations
Matrix Operations is the opening topic of Matrices in the California Common Core State Standards. It is aligned to Standard N-VM.8, which requires students to add, subtract, and scalar-multiply matrices.
Matrix operations add and subtract matrices of the same size entry by entry, and multiply every entry by a scalar.
Theory
A matrix is a rectangular array of numbers, described by its dimensions \(m\times n\) (rows by columns). The basic operations are entrywise:
- Addition / subtraction: only for matrices of the same size; add or subtract corresponding entries.
- Scalar multiplication: multiply every entry by the scalar.
Entrywise operations:
How to combine matrices
- Check sizes match before adding or subtracting.
- Add/subtract corresponding entries.
- Scale by multiplying each entry.
- Order of operations: scalar-multiply before adding, as with numbers.
Add corresponding entries.
Subtract entrywise.
Multiply every entry by 3.
Scale \(A\), then subtract \(B\).
Common pitfalls
Frequently asked questions
How do you add two matrices?
They must be the same size; then add corresponding entries.
What is scalar multiplication of a matrix?
Multiplying every entry of the matrix by the scalar.
What does the size of a matrix mean?
Its dimensions \(m\times n\): \(m\) rows and \(n\) columns.
Can you add matrices of different sizes?
No. Addition and subtraction require identical dimensions.