Exercise 6.2.4

Answers

  • (1)
    det(LDLT) = det(L)det(D)det(LT) = det(L)det(D)det(L) = det(L)2det(D)

det(QT) = det(Q)det(Λ)det(QT) = det(Q)det(Λ)det(Q) = det(Q)2det(Λ)

So we have det(L)2det(D) = det(Q)2det(Λ), which means det(D) and det(Λ) have the same sign. If the determinant is negative then S has 1 positive eigenvalue in Λ and 1 positive pivot in D.

  • (1)
    If the determinant is positive then S could be positive definite or negative definite. Let S = [ab b c ]. If both eigenvalues are positive, their product equals to the determinant of S, i.e. det(S) = ac b2 > 0, which also indicate that ac > b2 > 0. Also their sum equals to the trace of S, i.e. trace(S) = a + c > 0. We conclude that a > 0 and c > 0.

If we work out the S = LDLT decomposition, we see that S = [10 b a1 ] [a 0 0c b2 a ] [ 1b a 01 ]

From the conclusion above, we see the pivots a and c b2 a are both larger than 0.

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