4.5.25 · D4Linear Algebra (Full)

Exercises — Invertible matrix theorem — 12+ equivalent conditions

2,597 words12 min readBack to topic

Throughout, "IMT #k" refers to condition number in the parent list. Prerequisite ideas live at Determinant, Rank and Nullity, Linear Independence and Span, Eigenvalues and Eigenvectors, Elementary Matrices and Row Reduction, Linear Transformations — Injective and Surjective and Basis and Dimension.


Level 1 — Recognition

Here you only need to spot which condition to apply and read off a yes/no.

Exercise 1.1

For , decide whether is invertible using the determinant.

Recall Solution 1.1

What we do: compute the determinant of a matrix. Why this tool: IMT #13 says invertible , and for a the determinant is the fastest possible check. Since , is NOT invertible. (Notice row 2 row 1 — the rows are dependent, consistent with .)

Exercise 1.2

Is invertible? Use the fact that it is triangular.

Recall Solution 1.2

What we do: a triangular matrix (all zeros below the diagonal) has determinant equal to the product of its diagonal entries. Why this tool: IMT #13 again — and for triangular matrices the determinant is just the diagonal product, so no row reduction is needed. IS invertible.

Exercise 1.3

A matrix is and its 5 columns are linearly independent. Is invertible?

Recall Solution 1.3

What we do: check the hypothesis of the IMT before anything else. The IMT applies only to square matrices. A matrix is not square, so the word "invertible" (a two-sided inverse) does not even apply. Moreover 5 columns cannot be independent in — you cannot fit more than 3 independent vectors into 3-dimensional space (see Basis and Dimension). So the premise is actually impossible. Answer: NOT invertible — the IMT does not apply to non-square matrices.


Level 2 — Application

Now you actually compute something (a determinant, a null vector, a row reduction) to reach the verdict.

Exercise 2.1

Determine invertibility of by computing .

Recall Solution 2.1

What we do: expand the determinant along the first row. Compute each : , and . Why this tool: cofactor expansion turns a into small 's; the zero in position makes the last term vanish, saving work. invertible.

Exercise 2.2

For , find a nonzero vector in and use it to decide invertibility.

Recall Solution 2.2

What we do: look for a linear dependence among the columns. The first two columns are and column 1. So column column , i.e. the weights combine the columns to zero. Why this tool: matrix–vector product is a linear combination of columns weighted by (IMT Link B). A dependence among columns is exactly a null vector. Check directly with : A nonzero null vector exists IMT #4 fails NOT invertible.

Exercise 2.3

Use row reduction to decide whether is invertible, and count the pivots.

Recall Solution 2.3

What we do: apply elementary row operations (see Elementary Matrices and Row Reduction). Why this tool: IMT #2/#3 — reaching with a pivot in every row and column is a direct certificate of invertibility. Two pivots, RREF invertible. Cross-check:


Level 3 — Analysis

Reason about a family of matrices: for which parameter values is it invertible?

Exercise 3.1

For which real numbers is invertible?

Recall Solution 3.1

What we do: invertibility fails exactly when , so solve and exclude those . Why this tool: IMT #13. Treating the determinant as a function of turns "invertible?" into a simple equation. Set . So is NOT invertible for or , and invertible for all other , i.e. .

Exercise 3.2

. Find every value of for which is singular (not invertible).

Recall Solution 3.2

What we do: compute as a function of , then find its roots. Expand along the first row: Each minor: , , . Why this tool: IMT #13; writing the determinant as the linear expression makes the singular case obvious. . So is singular exactly when , and invertible for every other .

Exercise 3.3

Suppose is with eigenvalues . Is invertible? What is ?

Recall Solution 3.3

What we do: use the link between eigenvalues and invertibility (see Eigenvalues and Eigenvectors). Why this tool: IMT #14 — is invertible is not an eigenvalue. Here is listed as an eigenvalue. Therefore is NOT invertible. Confirming via product of eigenvalues: consistent with IMT #13. A zero eigenvalue gives a nonzero with — a nontrivial null vector, so IMT #4 also fails.


Level 4 — Synthesis

Chain several IMT conditions and prove statements about general matrices.

Exercise 4.1

is and there is a matrix with (a right inverse). Prove is invertible, and hence too.

Recall Solution 4.1

What we do: show the map is onto, then use squareness to jump to full invertibility. Step 1 (surjective). For any , set . Then . So every has a preimage — the map is onto (IMT #9), equivalently solvable for all (IMT #7). Why this step: literally hands us a formula that solves . Step 2 (climb the IMT). For a square matrix, onto (#9) is in the equivalence loop, so all conditions hold — in particular is invertible (#1). Invertibility gives a genuine with . Step 3 (identify ). Multiply on the left by : . Hence . Key point: squareness is what lets a one-sided inverse become two-sided (IMT #10, #11).

Exercise 4.2

and are and their product is invertible. Prove that both and are invertible.

Recall Solution 4.2

What we do: exhibit one-sided inverses for and for , then apply Exercise 4.1's principle. Let , so and . is invertible: from we read , a left inverse for . For square , IMT #10 invertible. is invertible: from we read , a right inverse for . For square , IMT #11 invertible. Why this tool: we never computed inverses; we just found one-sided inverses and let the IMT (via Ex. 4.1) upgrade them.

Exercise 4.3

Show that if is invertible, then is invertible, using the determinant.

Recall Solution 4.3

What we do: transfer invertibility across the transpose using two determinant facts. Fact: (transposing does not change the determinant). Since invertible (IMT #13), we get . By IMT #13 applied to , is invertible (this is IMT #12). Why this tool: the determinant is a single number that "sees through" the transpose, so the whole IMT machinery carries over instantly.


Level 5 — Mastery

Full proofs weaving geometry, rank and the equivalence structure.

Exercise 5.1

Let be . Prove directly that " has only " is equivalent to " has rank ", and interpret geometrically for .

Recall Solution 5.1

What we do: connect null space, pivots and rank (see Rank and Nullity). () Suppose forces . Every non-pivot (free) column would create a free variable and hence a nonzero solution; since none exist, there are no free columns. So all columns are pivot columns rank number of pivots . () Suppose rank . Then there are pivots, one per column, so there are no free variables. A homogeneous system with no free variables has the unique solution . Rank–Nullity check: , matching "trivial null space" (IMT #17). Geometry (): the columns of are two vectors in the plane.

Figure — Invertible matrix theorem — 12+ equivalent conditions
When they are independent (rank 2), they point in different directions and their linear combinations sweep out the whole plane — only the weights land on the origin, so the null space is just the origin. When they are dependent (rank 1), both lie on one line; a nonzero combination returns to the origin, giving a nontrivial null vector.

Exercise 5.2

Prove: for a square , "columns span " implies "columns are linearly independent." (This is the surprise the IMT hides — for square matrices spanning forces independence.)

Recall Solution 5.2

What we do: count pivots, using that a square matrix has exactly rows and columns. Spanning pivot in every row. If the columns span , the map is onto (IMT #9), which needs a pivot in every row — otherwise some would be unreachable. That is pivots (one per row). pivots pivot in every column. With pivots spread over columns, each column holds exactly one pivot; there are no free columns. No free columns independent (IMT #5, via Link B). Why it only works for squares: the argument uses " pivots fill both all rows AND all columns" — possible only when rows columns. For a matrix the columns can span with just 2 pivots, leaving a free column, so they are not independent.

Exercise 5.3

Let . (a) Show it is singular three different ways (determinant, null vector, rank). (b) Sketch what the map does to the plane.

Recall Solution 5.3

(a) Three certificates of singularity:

  • Determinant (IMT #13):
  • Null vector (IMT #4): column column , so gives .
  • Rank (IMT #15): row 2 row 1, so after we get — one pivot, so rank . Why three ways: the whole point of the IMT is that these are the same fact; here we watch the single failure appear in three costumes. (b) Geometry:
    Figure — Invertible matrix theorem — 12+ equivalent conditions
    Both columns and lie on the same line . Every input vector is mapped onto that one line — the map collapses the 2D plane onto a 1D line. The entire perpendicular direction is squashed to the origin (that's the null vector). A collapse destroys information, so the transformation cannot be undone: not invertible.

Recall One-sentence summary

Every exercise here reduces to a pivot count — determinant, rank, null space, eigenvalues, spanning and independence are just different lenses on "does have pivots?"