How to prove polar decomposition of $A$ using singular value decomposition?

723 Views Asked by At

Consider Matrix $A_{n,n}$, show that there exists unitary matrix $Q$ and hermitian matrices $H1$ and $H2$ such that $A = H1Q = QH2$.

My start:

Using SVD,

$A = U \Sigma V^*$

$A = U I \Sigma V^*$

$A = U V^*V\Sigma V^*$

Since product of Unitary matrices is unitary, I can obtain $Q$, but how do I get $H1$ and $H2$?

1

There are 1 best solutions below

0
On

Since $A=H_1Q$, you can right-multiply both sides by $Q^{-1}(=Q^\ast)$ to obtain $H_1$.