Homework
1. Derive GMRES and CG using the general projection method scheme
Choose V and W, basis for H and L,respectivelyCompute the new approximation as xnew=x0+V(W∗AV)−1W∗r0
r0=b−Ax0, and compare them with the algorithms we have discussed during the lectures
2. Let xm be the sequence generated by GMRES for a nonsingular matrix A. Show that if XAX−1=J is the Jordan canonical form of A, then for any m≥1 it holds
‖b−Axm‖2≤κ2(X)minp∈P1mmaxλi∈σ(A)‖p(Jλi)‖2‖b−Ax0‖2
where P1m is the set of polynomials p of degree m such that p(0)=1.
3. Let Cm be the m-th Chebyshev polynomial of the first kind. Use the fact that
‖Cm(x)2m−1‖∞,[−1,1]≤‖p‖∞,[−1,1]
for any monic polynomial p of degree m, to show that
‖Cm(x)Cm(a)‖∞,[−1,1]≤‖p‖∞,[−1,1]
for all polynomials p of degree m such that p(a)=1.