Questions: Matrix Representation of Linear Transformations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A linear transformation T: R² → R² sends e₁ = (1, 0) to (3, −1) and e₂ = (0, 1) to (2, 5). What is the matrix A representing T in the standard basis?

A[[3, 2], [−1, 5]] — first column is T(e₁), second column is T(e₂)
B[[3, −1], [2, 5]] — first row is T(e₁), second row is T(e₂)
C[[−1, 5], [3, 2]] — columns are ordered by the output components
D[[3, −1, 2, 5]] — the transformation is recorded as a single row
Question 2 Multiple Choice

A student claims: 'To determine the matrix of a linear transformation T: Rⁿ → Rᵐ, I need to know how T acts on every possible input vector.' What is the flaw in this reasoning?

ALinearity guarantees that T's behavior on any basis determines T's behavior on every vector in the space
BThe student is correct — you must test infinitely many inputs to fully characterize a transformation
CYou only need to know T on two vectors regardless of n, since all spaces are at most 2-dimensional in practice
DThe matrix only needs to encode T's behavior on the zero vector, since all other outputs follow from linearity
Question 3 True / False

Changing the basis used to represent a linear transformation T changes the matrix that represents T, even though the underlying transformation itself is unchanged.

TTrue
FFalse
Question 4 True / False

If you know a linear transformation T sends two specific vectors u and v to their images T(u) and T(v), you can generally reconstruct the full matrix of T.

TTrue
FFalse
Question 5 Short Answer

Explain why knowing a linear transformation's effect on a basis is sufficient to determine its effect on every vector in the space.

Think about your answer, then reveal below.