Inner Products Flashcards
Definition of a real inner product
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
Norm of v =
sqrt(v,v)
If u and v are orthogonal
||u + v||^2 =
||u||^2 + ||v||^2
A* =
Conjugate of A^t
A matrix is hermitian if…
A = A*
A matrix is anti-hermitian if…
A* = -A
Complex Cauchy-Schwarz inequality
|⟨u,v⟩|^2 ≤ ||u||^2 · ||v||^2
with equality iff u and v are linearly dependent
also true for real inner products
G.S decomposition
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
Unitary matrix
MM = MM = I
Special unitary group SU(n) =
{M unitary with determinant +/- 1}
How to find e.g. h in S closest to f(t) = t^3
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