Mathfolis

Matrices as Functions

Unit 4 · Functions Involving Parameters, Vectors, and Matrices

What AP Precalc asks here

Every m×nm \times n matrix AA defines a function T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m via T(v)=AvT(\vec v) = A \vec v. Standard function language carries over: domain (Rn\mathbb{R}^n), codomain (Rm\mathbb{R}^m), image (the set of all AvA \vec v), and inverse (if AA is square and invertible, then A1A^{-1} is the matrix of the inverse function).

Matrix function language

Function
T(v)=AvT(\vec v) = A \vec v
Domain → Codomain
T:RnRm for A of size m×nT: \mathbb{R}^n \to \mathbb{R}^m \text{ for } A \text{ of size } m \times n
Invertibility (square A)
A1 exists    detA0A^{-1} \text{ exists} \iff \det A \neq 0
AP Tip: detA|\det A| equals the area scaling factor when AA is 2×2. A unit square becomes a parallelogram of area detA|\det A|.
Type 1

Domain and codomain

An m×nm \times n matrix maps Rn\mathbb{R}^n to Rm\mathbb{R}^m.

Example 1
A 2×3 matrix A defines T(v) = Av. What is the domain and codomain? (A) Domain R2\mathbb{R}^2, codomain R3\mathbb{R}^3 (B) Domain R3\mathbb{R}^3, codomain R2\mathbb{R}^2 (C) Domain R2\mathbb{R}^2, codomain R2\mathbb{R}^2 (D) Domain R3\mathbb{R}^3, codomain R3\mathbb{R}^3

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 2

Image of a set under a matrix

Apply A to each vector in the set.

Example 2
For A=(2003)A = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}, what is the image of the unit square (vertices (0,0),(1,0),(0,1),(1,1)(0,0), (1,0), (0,1), (1,1))? (A) The same unit square (B) A 2×32 \times 3 rectangle with vertices (0,0),(2,0),(0,3),(2,3)(0,0), (2,0), (0,3), (2,3) (C) A circle of radius 13\sqrt{13} (D) A triangle

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 3

Invertibility as inverse function

Compute the determinant. Nonzero ⇒ A has an inverse function A1A^{-1}.

Example 3
Is the function T(v)=(2412)vT(v) = \begin{pmatrix} 2 & 4 \\ 1 & 2 \end{pmatrix} v invertible as a function? (A) Yes (B) No, because det = 0 (rows are proportional) (C) No, because the codomain has a different dimension (D) Cannot be determined

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Matrices as Functions | AP Precalculus — Mathfolis