4.5.19 · D5Linear Algebra (Full)
Question bank — Coordinate vectors — change of basis
True or false — justify
The same arrow always keeps the same coordinate vector.
False. The arrow is fixed, but is the description relative to a chosen basis; change the basis and the list of numbers changes even though does not move — exactly as vs in Figure s01.
If for one particular , then .
False. A single vector can happen to have identical coordinates in two different bases (e.g. any fixed by the map ); equal coordinates for all would force and hence .
is always invertible.
True. Its columns are , the coordinate images of a linearly independent set, so they stay independent — an invertible matrix with inverse .
The change-of-basis matrix is symmetric whenever and are both orthonormal.
False. Orthonormality makes orthogonal ( over ), not symmetric; a rotation matrix is orthogonal but not symmetric.
and always have the same determinant.
False. They are inverses, so their determinants are reciprocals: ; equal only in the special case .
Coordinate vectors can have negative entries.
True. Coefficients in are arbitrary scalars; nothing forces positivity — Example 3 in the parent gave with a .
If two matrices are similar via , then is a change-of-basis matrix.
True. Similarity is exactly the statement that and represent the same linear map in two bases, and is the change-of-basis matrix relating those bases.
The coordinate map is linear.
True. Expanding in adds and scales the coefficients termwise, so .
Spot the error
"To go from to , put the vectors as the columns of ."
Wrong. Trace the machine: receives a -label and its columns get scaled by those ; so each column must be what one -vector looks like in the target, i.e. . Using the would build the reverse matrix.
"In the matrix is ."
Wrong order. Walk the input through: start with a -label; multiplies it to give the arrow in standard numbers (); then turns those standard numbers into a -label (). Applied right-to-left that is ; the inner "standard" step cancels. chains — the opposite direction.
"Since has coordinates in the standard basis, that's also ."
Wrong. Only in the standard basis do a vector's entries equal its coordinates; for a tilted (Figure s01) the arrow needs a different count of tilted steps, so you must solve , giving .
" moves the vector to a new position."
Wrong. moves the list of numbers, not the arrow. Compare Figures s01 and s02: the arrow sits in the identical spot; only its label changes.
"For polynomials there's no change-of-basis matrix — matrices only act on ."
Wrong. Once you fix an ordered basis, any finite-dimensional space (like ) has coordinate vectors in , so change of basis is an ordinary matrix — Example 3 used .
"If I reorder the basis vectors, the coordinate vector is unchanged because it's the same set."
Wrong. A basis is ordered; permuting permutes the entries correspondingly — a different coordinate vector via a permutation change-of-basis matrix.
" depends on the vector you are translating."
Wrong. is built purely from the two bases; the same works for every , which is exactly why it deserves to be called a matrix.
Why questions
Why must be linearly independent for coordinates to exist and be unique?
Independence guarantees the expansion is one-of-a-kind; two different expansions would subtract to a nontrivial combination equal to , contradicting independence.
Why are the columns of the old basis vectors rather than the new ones?
Because and taking -coordinates (a linear map) gives — a matrix with columns times the .
Why is the inverse of ?
Translating to and immediately back to must leave every coordinate vector untouched, so the composite is — meaning the two matrices are inverses.
Why does the standard basis make change of basis so easy?
In a vector's coordinates are its literal entries, so (basis vectors as columns) needs no solving — the hard work is only inverting to go the other way.
Why is and not something with a product like ?
You cannot chain directly; you route through the standard basis: takes -numbers to standard, takes standard to -numbers, giving .
Why does invariance of the arrow force the transformation law ?
Both coordinate lists must reconstruct the same ; equating and solving for yields exactly .
Edge cases
What is in any basis, and why?
It is the zero column in every basis, since the only combination giving from an independent set is all-zero coefficients.
What is (same basis both sides)?
The identity : re-describing a vector in the basis it already uses changes nothing, so every column is a standard unit vector.
Can the columns you feed into or ever fail to give a valid ?
Yes — if a "basis" is actually dependent, then or is singular, doesn't exist, and no change-of-basis matrix is defined; independence is a hard prerequisite.
If is obtained from by scaling each vector by a factor , what does look like?
: longer basis rulers mean fewer of them are needed, so each coordinate shrinks by — a degenerate but instructive diagonal case.
What happens to if is one of the basis vectors, say ?
You get the standard unit column (a in slot 2, zeros elsewhere), because .
In a -dimensional space, what does change of basis reduce to?
A single nonzero scalar: with , and , the "matrix" is the number , just a rescaling of the one coordinate.
Over , is the change-of-basis matrix between two orthonormal bases still ?
No. Over a complex vector space the inner product is conjugate-symmetric, so orthonormal-to-orthonormal change of basis is unitary: , the conjugate-transpose, not the plain transpose. The real orthogonal case is just the special case where entries are real and conjugation does nothing.
Is a change-of-basis matrix ever the same as the matrix of a nontrivial linear transformation?
Numerically yes — the same array can be read as "re-describe the fixed vector" (change of basis) or "actually move the vector" (a transformation); the interpretation, not the numbers, differs.
Recall One-line summary to lock in
The arrow never moves; re-labels it, its columns are old-vectors-in-new-clothes , and every valid is invertible because bases are independent.