Foundations — Quadratic forms — positive definite, negative definite, indefinite
Before you can even read the parent note Quadratic forms — positive definite, negative definite, indefinite, you need to own every symbol it uses. This page builds each one from nothing, in the order they depend on each other.
1. The vector — an arrow made of numbers
The picture: in 2D, is an arrow from the origin to the point . Look at the figure: the red arrow is the vector; its two components are how far right and how far up it reaches.

Why the topic needs it: the machine eats a vector and gives back a number. Everything below is about what happens to that arrow.
Recall Why write it as a column and not a row?
Because matrix multiplication cares about shape ::: a column () sits neatly to the right of a matrix; the row form () sits to the left.
2. — the space the arrow lives in
The picture: is the flat plane (every point on a sheet of paper). is all of space. Writing (read " in ") just says " is one of those arrows".
Why the topic needs it: the definiteness question is "for all , what sign does have?" — we must sweep over the entire space of arrows, not one.
3. The matrix — a grid of numbers
The picture: think of as a transformation — a rule that takes any arrow and moves it to a new arrow. It stretches, squashes, and rotates space. In the quadratic form it stores the recipe of the machine.
Why the topic needs it: the entire quadratic form is packaged in . Diagonal entries carry the squared-term coefficients; off-diagonals carry the cross terms.
4. The transpose and — flip along the diagonal
The picture: hold the diagonal fixed and reflect everything else through it — like folding paper along the top-left-to-bottom-right crease. The figure shows a matrix and its mirror image.

Why the topic needs it: the form is written — the leading is a row, and "symmetric" () is the key property the parent demands.
5. Symmetric — the mirror leaves unchanged
The picture: a symmetric matrix looks like a Rorschach blot across the diagonal. In the two 's are mirror twins.
Why the topic needs it: only the symmetric part of a matrix affects , so we always choose symmetric. Symmetric matrices also have a beautiful guarantee (real eigenvalues, perpendicular eigenvectors) — see Symmetric Matrices and the Spectral Theorem.
6. Matrix–vector multiplication and
For this expands cleanly. With :
Why the topic needs it: this is the quadratic form. Every result in the parent is a statement about the sign of this one number.
7. Scalar — one number, and why it equals its own transpose
Why the topic needs it: the parent uses "a scalar equals its own transpose" to kill the antisymmetric part of a matrix. That trick only works because is a scalar.
8. Degree-2 / homogeneous — every term is a product of exactly two coordinates
The picture: if you double the input arrow, the output number quadruples () — a hallmark of pure degree-2. Figure below shows the parabola-like scaling.

Why the topic needs it: because there are no linear or constant terms, always. So the whole classification question only makes sense for — that is why every definition says "for all ".
9. Eigenvalues and eigenvectors — directions only stretches
The picture: most arrows swing to a new direction under ; an eigenvector stays on its own line. The red arrow in the figure lands on the same line, just rescaled by .

Why the topic needs it: the master result is that in eigenvector coordinates the machine becomes — pure squares. Then the signs of the decide everything. Full details live in Eigenvalues and Eigenvectors.
10. , , and orthogonal
Why the topic needs it: the Spectral Theorem writes — "rotate to nice axes, stretch by the 's, rotate back". Setting turns the tangled form into the clean .
11. Determinant and leading principal minors
Why the topic needs it: Sylvester's criterion tests definiteness using only these 's — no eigenvalues required. See Determinants.
Prerequisite map
Everything on the left is raw material; the arrows show how each idea feeds the definiteness question on the far right.
Equipment checklist
Self-test — can you answer each before opening the parent note?