How to decompose a square matrix to two rectangular matrix??

Hi Sir,
I have D=H*H' where D is 4*4 square matrix and H is 4*2 size matrix.
If I have D square matrix, then how to compute H?? Is there any matrix decomposition algorithm? sqrt function can be only used if we want H to be square matrix. But I need 4*2 H matrix. Please help me asap..
Arathi

回答 (1 件)

Matt J
Matt J 2013 年 3 月 21 日
編集済み: Matt J 2013 年 3 月 21 日

0 投票

Hint: Use SVD or EIG and the fact that rank(D)=2

この質問は閉じられています。

製品

質問済み:

2013 年 3 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by