Ludium
Sign In
Multivariable Calculus
Vectors and Dot Products
01Vectors, Components, and Length in Space02Scaling and Adding Vectors: The Parallelogram Rule03The Dot Product and the Law of Cosines04Finding Angles in Space With the Dot Product05The Perpendicularity Test and the Normal Vector to a PlaneProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Determinants and the Cross Product
01The Component of a Vector Along Any Unit Direction02The 2x2 Determinant and the Area of a Parallelogram03The 3x3 Determinant and the Volume of a Box04The Cross Product and the Right-Hand Rule05The Triple Product and the Volume of a ParallelepipedProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Matrices and Inverse Matrices
01Why Swapping a Cross Product Flips Its Sign02The Equation of a Plane Through Three Points03Matrix Multiplication: Rows Dotted With Columns04Matrices as Transformations: Identity and Rotation05The Inverse Matrix and Solving AX = B06Computing a 3x3 Inverse: Minors, Cofactors, AdjointProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Planes and Square Systems
01Planes From a Point and a Normal Vector02Reading the Normal Vector Off a Plane Equation03Three Planes, One Point: Solving a 3x3 System04Invertibility, det A, and the Homogeneous System05When det A = 0: Coplanar Normals and a Line of SolutionsProblem set0/10Problem set 20/10Practice∞

Invertibility, det A, and the Homogeneous System

Why does one number, det A, decide whether a matrix can be inverted at all — and why does the origin become the only solution?


Loading…

←Previous Three Planes, One Point: Solving a 3x3 SystemNext When det A = 0: Coplanar Normals and a Line of Solutions →

Your summary note

    1. 1

      The one step of A−1A^{-1}A−1 that can fail

      Write A−1=1det⁡Aadj⁡(A)A^{-1} = \frac{1}{\det A}\operatorname{adj}(A)A−1=detA1​adj(A), record that the adjoint is always computable, and identify the final division as the step that breaks down.

    2. 2

      The exact criterion for an inverse to exist

      State the theorem in both directions, record that a zero determinant leaves no inverse at all rather than one failed method, and name the matching picture of three planes.

    3. 3

      The trivial solution of AX=0AX = \mathbf{0}AX=0

      Write the homogeneous version of the example system, record that its three planes all pass through the origin, and carry X=A−10=0X = A^{-1}\mathbf{0} = \mathbf{0}X=A−10=0 through to uniqueness.

    Attempt 1 of 2