Before you can build that machine, you must be fluent in the raw ingredients. Below is every symbol and idea the parent note leans on, in build-order. Nothing is used before it is drawn.
The letter v (or b1, w, ...) is just a name for one such arrow.
Why the topic needs it: the whole point of "change of basis" is that this arrow stays put while our numbers for it change. If you forget the arrow is fixed, every sign and inverse goes wrong. See it in the figure: the amber arrow is the same in both panels.
O = the origin, the shared starting point of every arrow (where all axes cross).
n = the dimension, the number of directions you need. In R2, n=2.
Why the topic needs it: the number of coordinates equals n, and the change of basis matrix is an n×n square. See Basis and Dimension for where n comes from.
Why the topic needs it:every coordinate expansion is "scale some reference arrows, then add them." The formula v=c1b1+c2b2 is nothing but Step 1 (scale) followed by Step 2 (add), done repeatedly.
Reading the sigma shorthand. The big Greek "S" (Σ, sigma, for sum) packs that whole line:
∑j=1ncjbj=c1b1+c2b2+⋯+cnbn.
The letter j under ∑ is a counter that walks 1,2,…,n; for each value it grabs the j-th scalar cj and the j-th arrow bj, and you add all those pieces. It is only a compact way to write the long sum — nothing new.
Why the topic needs it: the parent's Steps 1–3 are drowning in ∑ signs. If ∑ is a mystery, the derivation is unreadable.
Why the topic needs it: a basis is the only thing that guarantees every vector has exactly one coordinate description — not zero, not many. Independence kills duplicates; spanning guarantees coverage. Full detail lives in Basis and Dimension.
[v]B — "the coordinate column of the arrow v, measured with basis B." The little subscript B names which ruler set you used.
The tall bracket c1⋮cn — a column vector: numbers written top-to-bottom. The three dots ⋮ mean "keep going the same way."
ej (used in the parent) is a special coordinate column: all zeros except a single 1 in slot j. Picture it as "one full step along direction j, none along the others."
Here pij means "the number in row i, column j" — row first, column second, always.
Why the topic needs it: the change of basis matrix acts by matrix–vector multiplication. The final Step 4 of the derivation is literally "recognize the sum as Px."
For a 2×2 block there is a hand formula:
[acbd]−1=ad−bc1[d−c−ba],
valid whenever the number ad−bc (the determinant) is nonzero.
Why the topic needs it: "translate then translate back" is the identity, so the reverse dictionary is PB←C=(PC←B)−1. A basis is always independent, so its matrix always has nonzero determinant and the inverse always exists — that guarantee is Invertible Matrices.