11 November 2019 21 7K Report

Prove that if W is a diagonal matrix having positive diagonal elements and size (2^n – 1)x(2^n – 1), K is a matrix with size (2^n – 1)xn, then:

A = K'*(inv(W) - K*inv(K'*W*K)*K')*K

is a positive definite matrix.

Where:

K '- transpose of a matrix K

inv (W) is the inverse matrix of the matrix W

Using the Monte-Carlo method, I find that the matrix inv(W) - K*inv(K'*W*K)*K' can be negative definite.

Thank you so much for reading my question

I am looking forward to getting your response!

Similar questions and discussions