Before you can read the parent note, you need to already own a small toolbox of symbols. Below is every symbol and idea the parent uses, built from absolute zero, in an order where each one leans only on the ones before it.
Look at the figure: the red arrow starts at the origin (the point (0,0)) and its tip lands at the point (x1,x2). The two black dashed legs show the "right" amount x1 and the "up" amount x2.
The special arrow with all zeros, 0=(00), is called the zero vector — it has no length and points nowhere. Remember it: the parent note forbids it as an eigenvector, and we'll see why.
Multiplying A by a vector x produces a new vector Ax, computed row-by-row:
Ax=(acbd)(x1x2)=(ax1+bx2cx1+dx2).
In the figure, the black arrow is the input x; the red arrow is the output Ax. Notice it points in a different direction — the machine turned it. An eigenvector is the special input where black and red lie on the same line.
λ=−1: same length, flipped to point the opposite way.
λ=0: collapses to the zero vector.
The figure shows one black arrow scaled by 2, by −1, and by 0 — all three copies stay on the same dashed line through the origin. Staying on that line is the visual meaning of "only stretched, never turned," which is what Ax=λx demands.
Why does the parent note suddenly slip an I into λI? Because you cannot subtract a plain number from a matrix: the expression "A−λ" is meaningless — a grid minus a single number has no defined rule. But scaling the identity, λI, is a genuine matrix:
λI=(λ00λ).
Now A−λI is a legal grid-minus-grid subtraction. That is the only reason I appears.
Why does the topic care about the determinant being zero? A zero area means the parallelogram has been squashed flat onto a line — the machine has crushed 2D down to 1D. When that happens the machine is singular: it destroys information and cannot be undone. See Determinants for the full story.
Left: a normal matrix — its two column arrows (black) span a red parallelogram with real area. Right: a singular matrix — the columns are lined up, the red parallelogram is flattened to a segment, area =0.
The parent's Step 3 says: "Mx=0 has a nonzero solution iffM is singular." Here is why in plain words:
If Mcould be undone (invertible), then applying the undo-machine M−1 to both sides of Mx=0 gives x=0 — the only solution is the boring zero arrow.
So a nonzero solution can exist only when M cannot be undone — i.e. M is singular — i.e. detM=0.
That chain, "nonzero solution ⇔ singular ⇔ determinant zero," is the engine that turns the eigen-equation into a solvable polynomial. More at Null Space and Rank.
For a 2×2 matrix, det(A−λI) turns out to be a degree-2 polynomial (its highest power is λ2); for n×n it has degree n. Its roots are the eigenvalues. So the whole hunt reduces to a school-algebra task: find the roots of a polynomial.
Why the topic needs them: some real matrices (like a 90∘ rotation) turn every arrow, so no real arrow ever stays on its own line. Then the characteristic polynomial, e.g. λ2+1=0, has no real roots — but it does have the complex roots ±i. Allowing complex λ guarantees the treasure map always has treasure.
Read it top-down: arrows and machines feed the eigen-equation; the identity lets us form A−λI; determinant and null space explain when it's singular; polynomials, trace and complex numbers complete the algebra — and everything pours into the topic.