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

Matrices Introduction

Middle & High School Depth 70 in the knowledge graph I know this Set as goal
5,878topics build on this
297prerequisites beneath it
See this on the map →
Systems of Equations — Elimination MethodSystems of Three VariablesBig Data Collection and Analysis in Social ScienceChemometrics and Multivariate Data Analysis+21 more
matrices introduction dimensions augmented-matrix

Core Idea

A matrix is a rectangular array of numbers organized in rows and columns. An m x n matrix has m rows and n columns. Matrices represent systems of linear equations in compact form: the coefficient matrix, the variable matrix, and the augmented matrix. Row operations on the augmented matrix correspond to elimination steps. This representation is the gateway to linear algebra, a cornerstone of modern mathematics and applications.

How It's Best Learned

Introduce matrices as organized storage for system coefficients. Write a system of equations as an augmented matrix. Perform row operations (swap, scale, add multiples) to reduce to row echelon form. Connect each operation to an elimination step. Practice with 2x2 and 3x3 systems.

Common Misconceptions

Explainer

You already know how to solve systems of linear equations by elimination — adding or subtracting multiples of equations to cancel variables one at a time. A matrix is simply a more organized notation for doing exactly that work. Instead of writing out full equations with variable names every step, you strip away the variables, arrange the coefficients in a rectangular grid, and operate on the rows.

A matrix is described by its dimensions as m × n, where m is the number of rows and n is the number of columns. When you write a system of equations as an augmented matrix, each row corresponds to one equation and each column (except the last) corresponds to one variable. The final column holds the constants from the right-hand side of each equation, typically separated by a vertical bar. For example, the system 2x + 3y = 7 and x − y = 1 becomes the augmented matrix [[2, 3 | 7], [1, −1 | 1]].

Row operations on this matrix correspond exactly to the algebraic steps of elimination: you can swap two equations (swap rows), multiply an equation by a nonzero constant (scale a row), or add a multiple of one equation to another (add a scaled row to another row). Critically, none of these operations change the solution — they produce an equivalent system. This is why the method works: you are simplifying without distorting.

The goal is to reach row echelon form, where the matrix has a staircase pattern of zeros below each leading entry (called a pivot). From there, back-substitution gives you the variable values. A fully reduced form (reduced row echelon form, or RREF) makes the solution readable without any back-substitution at all.

Matrices are not just a bookkeeping shortcut for systems of equations — they are objects in their own right with algebraic operations like addition, multiplication, and inversion. The systems-solving context is where most students first meet them, but the structure you are building here — objects organized in grids, operations that preserve certain properties — extends into linear algebra, computer graphics, machine learning, and much of modern applied mathematics.

Practice Questions 3 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 10Making 10 as an Addition StrategyAddition 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 Through 10Multiplication 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 LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsSystems of Equations — Graphing MethodSystems of Equations — Elimination MethodSystems of Three VariablesMatrices Introduction

Longest path: 71 steps · 297 total prerequisite topics

Prerequisites (2)

Leads To (23)