changeofbasis
Change of basis refers to the process of expressing a vector's coordinates relative to one basis in terms of coordinates relative to another basis in the same vector space. Let V be an n-dimensional vector space over a field F, and let B = {b1,...,bn} and C = {c1,...,cn} be bases of V. For a vector x in V, [x]_B denotes the coordinate column of x with respect to B, and [x]_C with respect to C.
If we denote by P the change-of-basis matrix from C to B, its columns are the C-coordinates
A convenient special case occurs when B is the standard basis and C is an arbitrary basis
Example: in R^2, let B be the standard basis and C = {c1=(1,1), c2=(-1,1)}. Then P = [ [1,-1],
Change of basis is fundamental for expressing linear transformations in different bases, studying diagonalization, and translating
---