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

Invertible Matrices and Matrix Inverses

College Depth 79 in the knowledge graph I know this Set as goal
5,409topics build on this
333prerequisites beneath it
See this on the map →
Matrix MultiplicationMatrix Operations+2 moreChange of Basis and Coordinate SystemsInstrumental Variables Estimation+3 more
matrices inverses invertibility

Core Idea

A square matrix A is invertible if there exists A-1 such that AA-1 = A-1A = I. A matrix is invertible if and only if it has full rank and non-zero determinant. Invertibility is equivalent to being non-singular and having linearly independent rows and columns.

Explainer

From your study of matrix multiplication, you know that multiplying by a matrix transforms vectors — it can rotate, scale, shear, or project them. The matrix inverse is the transformation that undoes this: if A sends vector x to Ax, then A⁻¹ brings it back. The defining condition AA⁻¹ = A⁻¹A = I captures exactly this idea, where the identity matrix I is the "do nothing" transformation. Just as the number 1 satisfies a·(1/a) = 1, the inverse matrix satisfies the matrix analog of this equation.

Why does invertibility require the matrix to be square? A non-square matrix maps between spaces of different dimensions — for example, a 2×3 matrix maps ℝ³ into ℝ². No matter how you try to undo it, you can't recover the original three-dimensional information from two-dimensional output. Squareness is necessary for even the possibility of a two-sided inverse. But squareness isn't sufficient: a square matrix that collapses multiple input vectors to the same output (like a projection matrix) cannot be inverted, because you can't tell which input produced which output.

The determinant gives a scalar test for this collapse: det(A) = 0 if and only if A fails to be invertible. Geometrically, the determinant measures the factor by which A scales area (in 2D) or volume (in 3D). A determinant of zero means the transformation squashes space down to a lower dimension — exactly the unrecoverable collapse. Full rank — meaning all rows and all columns are linearly independent — is the equivalent algebraic condition: each row and column contributes genuinely new information.

The inverse matters most for solving systems of equations. If Ax = b has a unique solution, it's x = A⁻¹b. In practice, computing A⁻¹ explicitly is expensive and numerically unstable, so algorithms like Gaussian elimination solve Ax = b directly. But the existence of A⁻¹ is what guarantees a unique solution exists in the first place — making invertibility one of the most important properties a matrix can have.

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 Inverses

Longest path: 80 steps · 333 total prerequisite topics

Prerequisites (4)

Leads To (5)