A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

The Standard Matrix of a Linear Transformation

College Depth 83 in the knowledge graph I know this Set as goal
4,303topics build on this
339prerequisites beneath it
See this on the map →
Linear TransformationsRow Echelon Form and Back SubstitutionChange of Basis and Coordinate SystemsComposition of Linear Transformations+1 more
standard matrix matrix representation basis images columns of matrix

Core Idea

Every linear transformation T: Rⁿ → Rᵐ is uniquely determined by where it sends the n standard basis vectors e₁, e₂, …, eₙ. The standard matrix A of T is the m×n matrix whose j-th column is T(eⱼ), so that T(x) = Ax for all x in Rⁿ. This correspondence means matrix multiplication IS the computational model for all linear transformations between Euclidean spaces. Finding the standard matrix requires only computing T on basis vectors, then assembling the results as columns.

How It's Best Learned

Derive standard matrices for common geometric transformations — rotation by angle θ, reflection across a line, projection onto a subspace — by tracking where e₁ and e₂ land. Then verify by applying the matrix to arbitrary vectors.

Common Misconceptions

Explainer

You already know that a linear transformation T respects addition and scalar multiplication. This means T is completely determined by an extremely small amount of information: where it sends each basis vector. If you know T(e₁), T(e₂), …, T(eₙ), you can compute T on any input — because any vector x can be written as a linear combination of the standard basis vectors, and linearity does the rest.

The standard matrix turns this observation into a concrete recipe. Assemble the images T(e₁), T(e₂), …, T(eₙ) as the columns of a matrix A. Then for any input vector x = [x₁, x₂, …, xₙ]ᵀ, the matrix-vector product Ax automatically produces T(x). You can verify this: Ax equals x₁ times column 1 plus x₂ times column 2 plus … — exactly x₁T(e₁) + x₂T(e₂) + … = T(x₁e₁ + x₂e₂ + …) = T(x). The matrix multiplication you learned is precisely the mechanism that re-assembles the transformation from its column instructions.

To find the standard matrix for any geometric transformation, you need only track where the basis vectors e₁ = [1,0]ᵀ and e₂ = [0,1]ᵀ land. For a counterclockwise rotation by angle θ: e₁ maps to [cos θ, sin θ]ᵀ and e₂ maps to [−sin θ, cos θ]ᵀ. These become the columns of the rotation matrix. No equations to solve — just compute T on the two basis vectors and read off the columns directly.

The word "standard" is critical: this construction uses the standard basis for both the input space ℝⁿ and the output space ℝᵐ. Change the basis, and the same transformation T would have a different matrix representation. The standard matrix is the special case where both coordinate systems use the natural axes. When you later study change of basis, you will see how to convert between matrix representations as the coordinate system changes — but all of it rests on this foundational idea that a linear transformation is nothing more than its action on basis vectors.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar MultiplicationDot Product (Inner Product in R^n)Matrix MultiplicationDeterminants of 2×2 and 3×3 MatricesInvertible Matrices and Matrix InversesSystems of Linear Equations and Matrix FormGaussian Elimination and Row ReductionRow Echelon Form and Back SubstitutionThe Standard Matrix of a Linear Transformation

Longest path: 84 steps · 339 total prerequisite topics

Prerequisites (2)

Leads To (3)