Questions: The Standard Matrix of a Linear Transformation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student wants to find the standard matrix for T: ℝ² → ℝ² defined by T(x, y) = (2x + y, x − 3y). What is the correct procedure?

ACompute T(1, 0) = (2, 1) and T(0, 1) = (1, −3); assemble these as the columns of A
BSolve the system Ax = T(x) for A using row reduction on sample inputs
CFind vectors that A maps to e₁ and e₂ and use those as rows
DAverage T's output over many random inputs to estimate A's entries
Question 2 Multiple Choice

The standard matrix of a 90° counterclockwise rotation is [[0, −1], [1, 0]]. Why is the first column [0, 1]ᵀ rather than [1, 0]ᵀ?

ABecause e₁ = [1, 0]ᵀ maps to [0, 1]ᵀ under a 90° counterclockwise rotation, and columns encode where basis vectors go
BBecause [1, 0]ᵀ is reserved for identity matrices and cannot appear as a rotation column
CBecause columns of a rotation matrix must always be perpendicular to the rows
DBecause rows encode where basis vectors go; the first row therefore cannot match e₁
Question 3 True / False

The standard matrix of a linear transformation is independent of what basis you use for the input and output spaces.

TTrue
FFalse
Question 4 True / False

To construct the standard matrix of T: ℝⁿ → ℝᵐ, you should evaluate T on most vector in ℝⁿ.

TTrue
FFalse
Question 5 Short Answer

Why is it sufficient to know T(e₁), T(e₂), …, T(eₙ) to completely determine a linear transformation T: ℝⁿ → ℝᵐ?

Think about your answer, then reveal below.