4.5.19 · D3Linear Algebra (Full)

Worked examples — Coordinate vectors — change of basis

2,582 words12 min readBack to topic

This page is the workout room for Coordinate vectors — change of basis. The parent note built the machinery: coordinate vectors, the matrix whose columns are , and the shortcut . Here we hit every kind of case the topic can throw at you, one example per "cell".

Before symbols do anything, remember the picture: a vector is an arrow that never moves; a basis is a pair of rulers; coordinates are the numbers you read off those rulers. Change of basis = swapping rulers, arrow frozen.


The scenario matrix

Every change-of-basis problem is one of these cells. We will cover all of them.

Cell What makes it special Example
A Standard → non-standard read entries, then apply Ex 1
B Non-standard → standard just multiply by Ex 2
C Non-standard → non-standard full Ex 3
D Negative / mixed-sign coordinates numbers can go below zero Ex 4
E Round-trip (inverse check) Ex 5
F Non- space (polynomials) no "entries" to read — solve a system Ex 6
G Degenerate input (the zero vector) limiting/edge case Ex 7
H Real-world word problem rotated map / two observers Ex 8
I Exam twist (basis reordered) order of a basis matters Ex 9
Figure — Coordinate vectors — change of basis

Cell A — standard → non-standard


Cell B — non-standard → standard


Cell C — non-standard → non-standard


Cell D — negative / mixed-sign coordinates


Cell E — the round-trip (inverse check)


Cell F — a space with no "entries" (polynomials)


Cell G — the degenerate input (zero vector)


Cell H — real-world word problem

Figure — Coordinate vectors — change of basis

Cell I — the exam twist (order matters)


Active recall

Recall Cover the answers
  • Q: To go standard→, multiply by? → (Cell A).
  • Q: To go →standard, multiply by? → (Cell B, no inverse).
  • Q: matrix in ? → (Cell C).
  • Q: Can a coordinate be negative or fractional? → yes (Cell D).
  • Q: What is ? → the zero column, always (Cell G).
  • Q: Does reordering a basis change coordinates? → yes, it permutes them (Cell I).
Which matrix converts standard coordinates to -coordinates in ?
, where has the basis vectors as columns.
Why doesn't going to the standard basis need an inverse?
Because directly rebuilds from its coefficients.
For polynomials, how do you find coordinates without matrix inversion?
Solve the expansion equation, matching highest powers down to constants.
What are the coordinates of the zero vector in any basis?
All zeros, because independence forbids any non-trivial combination equal to .
Does swapping the order of basis vectors change the change-of-basis matrix?
Yes — you get a permutation (swap) matrix.