Basis Vectors
B={v1,v2,v3} where ∥vi∥=1 for i=1...3 and vi⋅vj=0 for i=j
- B is an orthonormal set
- orthogonal = dot product between all is 0 (all perpendicular to each other)
- normal = norm is 1
- every vector can be uniquely expanded into 3 mutually perpendicular vectors that are parallel to the basis vectors
Standard Basis
- An orthonormal set of vectors where they all end up along the coordinate axises
- e^n has 0s in all spots except the nth spot where it has a 1 (this scales to infinite dimensions which is why we use this notation)
e^1=⟨1,0,0⟩, e^2=⟨0,1,0⟩, e^3=⟨0,0,1⟩
a=a1e^1+a2e^2+a2e^2
Proje^ia=ai=(ai⋅e^i)e^i=aiei for i=1...3