Exercise 3.2.6

Answers

  • (1)
    Let A = D + tS, at t = 0, we have A(0) = D, and dt = yT(0)dA(0) dt x(0).

For A(0) = D, we see its eigenvalues are λi = i, where i = 1,2,,n. We can easily solve for eigenvectors xi = [0 0 1 0 0 ] where the 1 is on the ith position for i = 1,2,,n. And yiT = [00100 ].

So for a given λi = i, we have dt = [00100 ]S [0 0 1 0 0 ] = Sii

The derivatives at t = 0 of the eigenvalues λ(t) of A is just the diagonal entries of S.

  • (1)
    When t is small and t > 0, A = D + tS, the eigenvalues of D are just 1,2,,n, so the eigenvalues of A interlace with eigenvalues of D.
  • (1)
    For any t > 0, We apply Weyl inequalities, i.e.  λmin(D + tS) = λn(D + tS) λn(D) + λ1(tS) = 1 + tλ1(S), The last step comes from S = QT because it’s symmetric positive definite. And λmin(D + tS) = λn(D + tS) λn(D) + λn(tS) = 1 + tλn(S)

Similarly we have λmax(D + tS) = λ1(D + tS) λ1(D) + λn(tS) = n + tλn(S) and λmax(D + tS) = λ1(D + tS) λ1(D) + λ1(tS) = n + tλ1(S)

User profile picture
2020-03-20 00:00
Comments