Chapter 7 Flashcards
adjoint (T*)
suppose T in L(V,W). The adjoint of T is the function T: W –> V s.t. ⟨Tv, w⟩ = ⟨v, Tw⟩ for every v in V and every w in W
self-adjoint
an operator T in L(V) where T = T*.
In other words, T in L(V) is self-adjoint iff ⟨Tv, w⟩ = ⟨v, Tw⟩ for all v, w in V
normal
- an operator on an inner product space that commutes with its adjoint
- in other words, T in L(V) s.t. TT* = T*T
Complex Spectral Theorem
Suppose F = C and T in L(V). Then the following are equivalent:
(a) T is normal
(b) V has an orthonormal basis consisting of eigenvectors of T
(c) T has a diagonal matrix w.r.t. some orthonormal basis of V
Real Spectral Theorem
Suppose F = R and T in L(V). Then the following are equivalent:
(a) T is self-adjoint
(b) V has an orthonormal basis consisting of eigenvectors of T
(c) T has a diagonal matrix w.r.t. some orthonormal basis of V
positive operator
An operator T in L(V) s.t.
T is self-adjoint
and ⟨Tv, v⟩ ≥ 0 for all v in V
characterization of positive operators
Let T in L(V). Then the following are equivalent:
(a) T is positive
(b) T is self-adjoint and all the eigenvalues of T are nonnegative
(c) T has a positive square root
(d) T has a self-adjoint square root
(e) there exists an operator R in L(V) s.t. T = R*R
singular values
suppose T in L(V). The singular values of T are the eigenvalues of sqrt(TT), with each eigenvalue λ repeated dim E(λ, sqrt(TT)) times
Singular Value Decomposition
suppose T in L(V) has singular values s1,…,sn. Then there exist orthonormal bases e1,…,en and f1,…,fn of V s.t. Tv = s1⟨v, e1⟩f1 + … + sn⟨v, en⟩fn for every v in V
What is the process of Singular Value decomposition?
(1) B := At * A
(2) get the eigenvalues of B
(3) their square roots are the singular values; sigma is a diagonal matrix with singular values along the diagonal.
(4) get normalized eigenvectors corresponding to the eigenvalues of B (note they are orthonormal)
(5) Find U such that A * V = U * sigma
(6) return A = (U * sigma * V^{-1})
5 properties of the adjoint
(a) (S + T)* = S* + T* for all S, T in L(V, W)
(b) (λT)* = ˜λ˜(conjugate)T* for all λ in F and T in L(V, W)
(c) (T) = T for all T in L(V, W)
(d) I* = I, where I is the identity operator on V
(e) (ST)* = TS for all T in L(V, W) and S in L(W, U) (here U is an inner product space over F)
the matrix of T*
Let T in L(V, W).
Suppose e1,…,en is an orthonormal basis of V and f1,…,fm is an orthonormal basis of W.
Then M(T*, (f1,...,fm), (e1,...,en)) is the conjugate transpose of M(T, (e1,...,en), (f1,...,fm))
eigenvalues of self-adjoint operators
(1) every self-adjoint operator over a nontrivial vector space has eigenvalues.
(2) every eigenvalue of a self-adjoint operator is real
eigenvalues of the adjoint of a normal operator
Suppose T in L(V) is normal
and v in V is an eigenvector of T with eigenvalue λ.
Then v is also an eigenvector of T* with eigenvalue ˜λ˜ (conjugate)
orthogonal eigenvectors for normal operators
Suppose T in L(V) is normal. Then eigenvectors of T corresponding to distinct eigenvalues are orthogonal.