Orthogonality Flashcards
What is triangle inequality
Triangle inequality is:
Mod(v+w) <= mod(v) + mod(w)
What is parallelogram identity
Parallelogram identity is:
Mod(v+w)^2 + mod(v-w)^2 = 2(mod(v)^2 + mod(w)^2)
When is a list of vectors U1,…,Uk in an inner product space orthonormal
a list of vectors U1,…,Uk in an inner product space is orthonormal when: Inner product(Ui,Uj) = delta(ij) = 1 if i = j and 0 when i=/ j
What is an orthonormal basis
Orthonormal basis is when a list of vectors U1,…Uk is orthonormal and also a basis
What is a list of any orthonormal vectors
A list of any orthonormal vectors is linearly independent
What is the inner product of 2 vectors in an inner product space V
Inner product of 2 vectors in inner product space V is:
Dot product of their coordinates
What does Gram-Schmidt orthogonalisation state
Gram-Schmidt orthogonalisation states that:
If there is a list of V1,…,Vm L.I vectors in inner product space V:
Exists an orthonormal list u1,…,Um s.t
Span{u1,…,Uk} = span{v1,…,Vk} and more precisely
Uk = Wk/norm(Wk)
Where W1=V1
What does Gram-Schmidt orthogonalisation state for k > 1
For k > 1, Gram-Schmidt orthogonalisation states that:
Wk = Vk - sum j =1 to k-1 inner(Wj, Vk)/norm(Wj^2) * Wj
And U1 = V1/norm(V1)
Where Uk = Wk/norm(Wk) (part of orthonormal basis)
What does any finite dimensional inner product space have
Any finite dimensional inner product space has an orthonormal basis