4.5.25 · D3Linear Algebra (Full)

Worked examples — Invertible matrix theorem — 12+ equivalent conditions

4,176 words19 min readBack to topic

The scenario matrix

Every square matrix falls into exactly one of two camps — invertible or not — but the reason it lands there, and the cheapest way to see it, varies. Here is the full grid of cases we will cover. The "Cheapest test" column names the test from the box above.

Cell Scenario class What makes it interesting Cheapest test Example
A Tiny , baseline invertible [det] Ex 1
B Tiny , baseline singular [det] Ex 2
C Degenerate: a zero row/column one row is all zeros spot the zero → [RREF] Ex 3
D Degenerate: repeated / proportional rows dependence hides in plain sight [null] / [indep] Ex 4
E triangular limiting-easy determinant diagonal product → [det] Ex 5
F Eigenvalue angle — is an eigenvalue? connects to spectrum [eig] Ex 6
G Non-square trap theorem does NOT apply squareness check first Ex 7
H One-sided inverse twist right inverse full inverse [side] Ex 8
I Word problem — mixing recipe real-world solvability of [solve] Ex 9
J Full ( by cofactors) + parameter twist non-triangular determinant, then "for which does it break?" [det] (cofactor / as a function of ) Ex 10, Ex 11

The two big camps and the tests that split them are shown in the flowchart below. Its consequence nodes are exactly the eight named tests from the formula box — so the picture and the box speak the same language.

yes

no

Square n x n matrix

det zero ?

NOT invertible

invertible

indep fails dependent columns

null fails nonzero null vector

eig fails zero is eigenvalue

rank less than n

rank equals n

indep holds

solve every b reachable


The worked examples

Cell A — baseline invertible


Cell B — baseline singular


Cell C — degenerate: a zero row


Cell D — degenerate: proportional rows hiding in a


Cell E — limiting-easy: a triangular matrix


Cell F — the eigenvalue angle: is an eigenvalue?


Cell G — the non-square trap


Cell H — the one-sided inverse twist


Cell I — the word problem


Cell J (part 1) — full determinant by cofactors


Cell J (part 2) — the parameter / limiting case


Recall Quick self-test

Cheapest test for a ? ::: The determinant (test [det]) — one line settles the whole theorem. How do you get of a full non-triangular ? ::: Cofactor expansion along a row — three minors with the sign pattern. A has a row of all zeros. Invertible? ::: No — that row can never hold a pivot, so it fails [RREF]/[rank]. Independent columns on a matrix — invertible? ::: The theorem does not apply; non-square matrices are never invertible. Square with only — is invertible? ::: Yes; by [side], for square matrices a right inverse is automatically a full inverse. For , singular when? ::: , where and the two rows land on one line.