Linear Algebra B — Inverses & Solving Systems
The inverse — undoing the machine
ELI5: M⁻¹ reverses whatever M did, just like 1/x undoes ×x. It exists only when det ≠ 0 — a machine that flattened space (det = 0) destroyed information and can't be reversed. The defining property is M·M⁻¹ = the identity, and a clean consequence is det(M)·det(M⁻¹) = 1.
= the machine
= its undo machine
= det 1/5 — undoing a 5× stretch
✓ pass det(M)·det(M⁻¹) = 1, always
Real-world hook: inverses decode what a transform encoded — un-rotating a scan, deconvolving a blur, solving "what inputs produced these outputs?" When det = 0, that information is simply gone.