Inner Products Flashcards

1
Q

Definition of a real inner product

A
Symmetry:
(u,v) = (v,u)
for complex (u,v) = conjugate(v,u)

Linearity:
(u+v,w) = (u,w) + (v,w)

(λu,v) = λ(u,v)

Positivity:
(u,u) is greater than or equal to 0, with equality iff u = 0

Same holds for complex inner products

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

Norm of v =

A

sqrt(v,v)

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

If u and v are orthogonal

||u + v||^2 =

A

||u||^2 + ||v||^2

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

A* =

A

Conjugate of A^t

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

A matrix is hermitian if…

A

A = A*

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

A matrix is anti-hermitian if…

A

A* = -A

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

Complex Cauchy-Schwarz inequality

A

|⟨u,v⟩|^2 ≤ ||u||^2 · ||v||^2
with equality iff u and v are linearly dependent
also true for real inner products

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

G.S decomposition

A

Take e.g. 3 vectors v1, v2, v3
u1 = v1 / ||v1||

u2 = ṽ2 / ||ṽ2||
ṽ2 = v2 - (v2,u1)u1
u3 = ṽ3 / ||ṽ3||
ṽ3 = v3 - (v3,u1)u1 - (v3,u2)u2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Unitary matrix

A

MM = MM = I

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

Special unitary group SU(n) =

A

{M unitary with determinant +/- 1}

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

How to find e.g. h in S closest to f(t) = t^3

A

Basis of S = {f1, f2, f3}
Find orthonormal basis using G.S g1, g2, g3

h = Ps(f) = (f, g1)g1 + (f,g2)g2 + (f,g3)g3

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