Matrices
Unit 4 · Functions Involving Parameters, Vectors, and Matrices
What AP Precalc asks here
A matrix is a rectangular array of numbers. Addition and scalar multiplication act entry-by-entry. Matrix multiplication is more involved: the entry of is the dot product of row of with column of . Matrix-vector multiplication is a special case where the second matrix is a column vector.
2×2 multiplication formula
Product
Caution: Matrix multiplication is not commutative. In general, .
Type 1
Add, subtract, scalar multiply
Operate entry-by-entry.
Example 1
Compute .
(A)
(B)
(C)
(D)
Practice more of this type— AI-generated · always-new problems
Generate Problems →Type 2
Matrix multiplication
Each entry is a row-times-column dot product.
Example 2
Compute .
(A)
(B)
(C)
(D)
Practice more of this type— AI-generated · always-new problems
Generate Problems →Type 3
Matrix-vector product
Av is computed by dotting each row of A with v.
Example 3
Compute .
(A)
(B)
(C)
(D)
Practice more of this type— AI-generated · always-new problems
Generate Problems →