4.5.38 · D1Linear Algebra (Full)

Foundations — Symmetric matrices — spectral theorem (real eigenvalues, orthogonal eigenvectors)

2,458 words11 min readBack to topic

This page assumes nothing. Before you can read a single line of the Spectral Theorem, you need a small toolkit of symbols. We build each one from a picture, in the order they lean on each other.


1. A vector — an arrow with an address

Picture an arrow starting at the origin (the point ) and ending at the address . The numbers are the arrow.

Figure — Symmetric matrices — spectral theorem (real eigenvalues, orthogonal eigenvectors)

Why the topic needs it: the whole theorem is about how a matrix moves arrows around, and about which special arrows keep their direction.


2. A matrix — a machine that eats arrows

Read the rule as: each row of is a recipe. Row 1 says " of the first coordinate plus of the second gives the new first coordinate." In dimensions the same recipe runs over terms per row.

Why the topic needs it: is the star of the show. The theorem describes exactly what symmetric does to space.


3. Scaling a vector — and

Picture: is the same arrow, its length multiplied by . If it doubles; if it flips to point the opposite way; if it collapses to the origin.

Why the topic needs it: the eigen-equation is a scaling statement, and subtracts a scaled identity — we cannot read either without knowing what "scale a vector/matrix" means.


4. Transpose — flip across the diagonal

The and trade places; and sit on the mirror line and stay put. (In dimensions the same swap happens for every off-diagonal pair.)

Figure — Symmetric matrices — spectral theorem (real eigenvalues, orthogonal eigenvectors)

Why the topic needs it: the entire definition of "symmetric" is phrased with the transpose.


5. Symmetric matrix —

Why the topic needs it: this single equation is the hypothesis that unlocks real eigenvalues and perpendicular axes.


6. The identity and the zero vector

The zero vector is the arrow of no length, sitting at the origin. When we search for eigenvectors we always demand , because the zero arrow trivially satisfies everything and tells us nothing.

Why the topic needs it: the phrase (below) subtracts a scaled identity (scalar multiplication from §3), and the eigenvector hunt excludes .


7. Eigenvalue and eigenvector — the arrows that keep their direction

Figure — Symmetric matrices — spectral theorem (real eigenvalues, orthogonal eigenvectors)
  • If , the arrow doubles in length, same direction.
  • If , it doesn't move at all.
  • If , it flips to point backwards (same line, opposite way).
  • If , the arrow is crushed onto the origin.

For a full treatment see Eigenvalues and Eigenvectors. The expression finds these: solving gives the 's.

Why the topic needs it: the theorem is a statement about the eigenvalues and eigenvectors of a symmetric matrix.


8. Dot product — the perpendicularity detector

The magic fact: exactly when the two arrows meet at — they are orthogonal (a fancy word for "perpendicular").

Figure — Symmetric matrices — spectral theorem (real eigenvalues, orthogonal eigenvectors)

Why the topic needs it: "eigenvectors of distinct eigenvalues are orthogonal" is a statement about the dot product being zero. Without this tool the theorem's second promise is unreadable.


9. Matrix inverse — the "undo" machine

Picture: if stretches and rotates the rubber sheet, un-stretches and un-rotates it back to the original grid. (Not every matrix has an inverse — one that crushes space flat cannot be undone — but the matrices we build below always do.)

Why the topic needs it: the theorem writes , and the reason it can use where you'd expect is the surprise identity . You can't appreciate that gift without knowing what means.


10. Orthonormal, and the matrix

"Length 1" means we normalize: divide a vector by its length (in , the square root of the dot product ). For example has length , so its normalized version is .

Why the topic needs it: holds the perpendicular skeleton directions as unit columns; it is the coordinate frame in which looks diagonal.


11. Diagonal matrix — pure stretching

This is the simplest possible machine: scale the first axis by , the second by , done. The diagonal entries are precisely the eigenvalues.

Why the topic needs it: the theorem's punchline says "rotate into the good frame (), do pure stretching (), rotate back ()." Understanding Diagonalization fully unpacks this.


12. Determinant — the eigenvalue-finder

For a matrix , the determinant is .

Why the topic needs it: every worked example finds eigenvalues by solving .


How these feed the theorem

Reading the map top-to-bottom retraces this whole page: we start from real numbers and arrows, learn to scale and flip them, and end at the theorem's decomposition. Each box names a concept in the plain words we built above (no new notation).

real numbers in R

vectors are arrows

matrix eats an arrow

scaling a vector

transpose is a flip

symmetric means equal to its flip

eigenvector keeps direction

eigenvalue is the stretch

dot product tests right angles

orthonormal columns build Q

inverse undoes a matrix

diagonal matrix pure stretch

determinant finds eigenvalues

Spectral Theorem

The theorem sits at the bottom: symmetry plus perpendicular eigen-directions plus pure stretching combine into .


Equipment checklist

Test yourself — cover the right side and answer aloud.

What number system are all entries drawn from, and why does it matter?
The real numbers ; the theorem's promise is that a real symmetric matrix has real eigenvalues.
What does a bold lowercase always denote, and what is ?
A vector — an arrow of real numbers; is -dimensional space (all lists of reals).
What does the matrix product produce?
A new vector; is a transformation that drags every arrow to a new spot.
What does scaling do geometrically?
Stretches the arrow's length by ( flips it, crushes it).
How do you form ?
Mirror across its main diagonal; the entry swaps with .
State the defining equation of a symmetric matrix.
(off-diagonal is a mirror image).
What does the identity matrix do to any vector?
Nothing — ; it has 1's on the diagonal, 0's elsewhere.
Write the eigenvector equation and the exclusion.
with .
In words, what is an eigenvector?
A non-zero arrow that only stretches or flips, never rotates — it stays on its own line.
What does the eigenvalue measure?
The stretch factor along that eigenvector's line ( flips it, crushes it).
Compute for and interpret.
; the arrows are orthogonal (perpendicular).
When are two vectors orthogonal?
Exactly when their dot product .
What does the matrix inverse do, and what equation defines it?
It undoes ; .
What two things make a set of vectors orthonormal?
Mutually perpendicular AND each of length 1.
What is the defining property of an orthogonal matrix ?
, equivalently .
What does a diagonal matrix do geometrically?
Pure stretching — scales each axis independently by its diagonal entry.
How do you find eigenvalues with the determinant?
Solve ; each root is an eigenvalue.