Coordinate Representation
There are more than one way to represent a basis.
Given a fdvs V with a (ordered) basis B = { b 1 , b 2 , . . , b n } , the coordinate transformation on V is the map C B : V → R n that maps w ∈ V to a vector composed of its unique linear combinations with respect to B .
C B ( w ) = [ c 1 , c 2 , … , c n ] where w = ∑ i n c i b i
Properties:
C B is a linear map and is an isomorphism
C B ( b i ) = e ^ i
Basis are ordered
V → T W ↓ C B ↓ C D R n → T A R m Main Identities:
T A ∘ C B = C D ∘ ( T )
pugging v ∈ V in we get:
LHS: ( T A ∘ C B ) ( v ) = T A ( C B ( v ) )
RHS: ( C D ∘ T ) ( v ) = C D ( T ( v ) )
other notation: C B ( v ) = [ v ] B and T A ( x ) = A x so A [ v ] B = [ T ( v ) ] D
Matrix Representation
Suppose V , W are fdvs with bases B and D respectively. If T : V → W is linear then the matrix representation of T in the two bases is the matrix A, T A : R dim ( V ) → R dim(W) where we write A = [ T ] B D .
We also define M B D : L ( V , W ) → M dim(W) × d i m ( V ) ( R ) where L ( V , W ) = { T : V → W : T is linear } .
(or put otherwise M B D : T → [ T ] B D )
To compute [ T ] D B = [ [ T ( d i ) ] B ] i = 1 dim ( V ) where b i i = 1 , 2 , … , dim ( V ) is a basis of V
If U , V , W are fdvs with bases B , D , and F respectively and S : V → W and T : U → V are linear maps. Then
[ S ∘ T ] B F = [ S ] D F [ T ] B D
pf:
C F ∘ S ∘ T =
= ( C F ∘ S ) ∘ ( T ) = ( T [ S ] D F ∘ C D ) ∘ T = T [ S ] D F ∘ ( C D ∘ T ) =
= T [ S ] D F ∘ T [ T ] B D ∘ C B = T [ S ∘ T ] B F ∘ C B
Corollary
If S: V→ W is an isomorphism of fdvs and B, D are bases for V and W respectively, then:
[ S − 1 ] D B = ( [ S ] B D ) − 1
pf: S is an isomorphism so there exists a S − 1 S = I V
[ S − 1 ∘ S ] B B = [ S − 1 ] D B [ S ] B D
[ I V ] B = [ S − 1 ] D B [ S ] B D
I n = [ S − 1 ] D B [ S ] B D
Change of Basis
Def: Change of Basis
If V is fdvs with bases B and D, the change of basis matrix is P D B = [ id v ] B D and ( P D B ) − 1 = P B D
Identity
T P B D ∘ T [ S ] B = T [ S ] D ∘ T P B D
pf:
T P B D ∘ T [ S ] B ∘ C B = T P B D ∘ C B ∘ S = C D ∘ S = T [ S ] D ∘ C D =
= T [ S ] D ∘ T P B D ∘ C B
If A,B ∈ M n ( R ) and T A : R n → R n s.t x ↦ Ax and A is similar to B, then there is a basis D of R n such that [ T ] D = B
Let ϵ be the standard basis. [ T A ] ϵ = A
Want a basis so B = P A P − 1 = [ T ] D
[ T ] D = P ϵ D [ T ] ϵ P D ϵ = P ϵ D A P D ϵ
So let P − 1 = P D ϵ so that the basis of D is the columns of P − 1