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

Matrix Representation of Linear Transformations

College Depth 79 in the knowledge graph I know this Set as goal
4,347topics build on this
337prerequisites beneath it
See this on the map →
Basis and DimensionLinear TransformationsApplications: Modeling with Linear AlgebraChange of Basis and Coordinate Systems+7 more
matrix-representation coordinates bases

Core Idea

Every linear transformation T: Rⁿ → Rᵐ is represented by an m×n matrix A, where T(x) = Ax. To find A, compute T(eᵢ) for each standard basis vector and place the results as columns. For non-standard bases, the matrix is [T]_B = [T(b₁) ... T(bₙ)]_C in coordinates relative to bases B and C.

Explainer

The core insight here is beautiful: a linear transformation is completely determined by what it does to any basis. You already know from your study of bases that every vector in Rⁿ can be written uniquely as a linear combination of basis vectors. And you know that linear transformations preserve those combinations — T(αu + βv) = αT(u) + βT(v). Combine these two facts: once you know where T sends each basis vector, you know where T sends every vector. The matrix is just a systematic way of recording that information.

For the standard basis in Rⁿ, this is especially clean. The standard basis vectors are e₁ = (1,0,...,0), e₂ = (0,1,...,0), and so on. To build the matrix for T: Rⁿ → Rᵐ, compute T(e₁), T(e₂), ..., T(eₙ). Each result is a vector in Rᵐ. Arrange them as columns: the first column is T(e₁), the second is T(e₂), and so on. You have your m×n matrix A. To verify it works: any x ∈ Rⁿ can be written as x = x₁e₁ + ... + xₙeₙ, so T(x) = x₁T(e₁) + ... + xₙT(eₙ) = Ax, where Ax is the standard matrix-vector product.

For non-standard bases, the same logic applies but coordinates change. If T maps from a space with basis B to a space with basis C, you compute T applied to each vector in B, then express each result in terms of C. The resulting coordinate vectors become the columns of the change-of-basis matrix [T]_BC. This is the direct application of your prerequisite on basis and dimension: the matrix representation depends entirely on which bases you choose for the domain and codomain.

The payoff is that every theorem about matrices becomes a theorem about linear transformations, and vice versa. Composition of transformations corresponds to matrix multiplication. The rank of the matrix equals the dimension of the image. The nullity equals the dimension of the kernel. The abstract world of transformations and the computational world of matrices are not just analogous — they are literally the same object written in two different notations.

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 MultiplicationLinear TransformationsMatrix Representation of Linear Transformations

Longest path: 80 steps · 337 total prerequisite topics

Prerequisites (2)

Leads To (9)