Pass/fail Recommend On This Form.: Do Not Write Your Name!
Pass/fail Recommend On This Form.: Do Not Write Your Name!
DATE: ________________________________________________________________
2. __________________ 7. __________________
3. __________________ 8. __________________
4. __________________ 9. __________________
5. __________________
r0 = b − Ax0 , p0 = r0 ,
for i = 0, 1, 2, . . .
αi = (riT ri )/(pTi Api )
xi+1 = xi + αi pi
ri+1 = ri − αi Api
T
βi = (ri+1 ri+1 )/(riT ri )
pi+1 = ri+1 + βi pi
a) With kth Krylov subspace Kk = span{r0 , Ar0 , . . . , Ak−1 r0 }, determine the vectors defining the Krylov
spaces for k ≤ 3, taking initial approximation x0 = 0.
b) Solve Ax = b with CG using zero initial guess x0 = 0.
c) Verify that r0 , . . . , rk−1 form an orthogonal basis for Kk for k = 1, 2, 3.
d) Verify that p0 , . . . , pk−1 form an A-orthogonal basis for Kk for k = 1, 2, 3.
Qualifying Exam, Fall 2024
β0 = 0, q0 = 0, b = arbitrary, q1 = b/kbk
for n = 1, 2, 3, . . .
v = Aqn
an = qnT v
v = v − βn−1 qn−1 − αn qn
βn = kvk
qn+1 = v/βn
Assuming exact arithmetic, prove that during Lanczos iterations qj+1 is orthogonal to q1 , q2 , . . . , qj .
Qualifying Exam, Fall 2024
(a) Write down the KKT conditions for this problem and find all points that satisfy them.
(b) Determine whether or not the points in part (a) satisfy the second order necessary conditions for being local
maximizers or minimizers.
(c) Determine whether or not the points that satisfy the necessary conditions in part (b) also satisfy the second
order sufficient conditions for being local maximizers or minimizers.
Hint: Draw a rough sketch of the objective function and the constraints. Maximization of a function f can be
treated as minimization of −f .
Qualifying Exam, Fall 2024
Hint: One direction is easy. For the other direction you may use the following result on the separation of two
convex sets: Let C1 , C2 ⊆ Rn be two nonempty convex sets with C1 ∩ C2 = ∅. Then there exists a ∈ Rn , a 6= 0
with aT x ≤ aT y for any x ∈ C1 , y ∈ C2 .
Qualifying Exam, Fall 2024