Orthogonality Flashcards

1
Q

What is triangle inequality

A

Triangle inequality is:

Mod(v+w) <= mod(v) + mod(w)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is parallelogram identity

A

Parallelogram identity is:

Mod(v+w)^2 + mod(v-w)^2 = 2(mod(v)^2 + mod(w)^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When is a list of vectors U1,…,Uk in an inner product space orthonormal

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an orthonormal basis

A

Orthonormal basis is when a list of vectors U1,…Uk is orthonormal and also a basis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a list of any orthonormal vectors

A

A list of any orthonormal vectors is linearly independent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the inner product of 2 vectors in an inner product space V

A

Inner product of 2 vectors in inner product space V is:

Dot product of their coordinates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does Gram-Schmidt orthogonalisation state

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does Gram-Schmidt orthogonalisation state for k > 1

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does any finite dimensional inner product space have

A

Any finite dimensional inner product space has an orthonormal basis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly