Matrix operations
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all, I'm not a pro at Matlab, but I'm trying. Can anyone offer help with the following:
[M] - [K] = [L]*[H]*[H]'*[L]'...... where [M]-[K}>0
All are matrices, I know M, K and L, how do I solve for H and H' such that I maintain positive definiteness of M-K?
I have tried to use Cholesky method but I cannot get it to work. Any help would be appreciated. Thanks.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!