zoukankan      html  css  js  c++  java
  • [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.4

    (1). The singular value decomposition leads tot eh polar decomposition: Every operator $A$ can be written as $A=UP$, where $U$ is unitary and $P$ is positive. In this decomposition the positive part $P$ is unique, $P=|A|$. The unitary part $U$ is unique if $A$ is invertible.

     

    (2). An operator $A$ is normal if and only if the factors $U$ and $P$ in the polar decomposition of $A$ commute.

     

    (3). We have derived the polar decomposition from the singular value decomposition. Show that it is possible to derive the latter from the former.

     

    Solution.  

     

    (1). By the singular value decomposition, there exists unitaries $W$ and $Q$ such that $$ex A=WSQ^*, eex$$ and thus $$ex A=WQ^*cdot QSQ^*. eex$$ Setting $$ex U=WQ^*,quad P=QSQ^*=|A|, eex$$ we are completed.

     

    (2). $ a$: By density argument, we may assume $A$ is invertible. Suppose $A$ is normal and $A=UP$ is the polar decomposition, then by the spectral theorem, there exists a unitary $V$ such that $$ex A=VvLm V^*,quad vLa=diag(lm_1,cdots,lm_n). eex$$ By the uniqueness part of (1), $$ex U=Vsgn(vLm)V^*,quad P=V|vLm|V^*, eex$$ and thus $UP=PU=A$. $la$: Suppose $A=UP$ is the polar decomposition with $UP=PU$, then $$ex A^*A=PU^*UP=P^2, eex$$ $$ex AA^*=UPcdot(UP)^*=PUcdot (PU)^* =PUU^*P=P^2. eex$$

     

    (3). Suppose $A=UP$ is the polar decomposition, then by the spectral theorem, there exists a unitary $V$ such that $$ex P=Vdiag(s_1,cdots,s_n)V^*,quad s_igeq 0. eex$$ Hence, $$ex A=UVcdot diag(s_1,cdots,s_n)cdot V^*. eex$$

  • 相关阅读:
    C语言结构体中的函数指针与函数
    写博客
    图灵C/C++图书阅读路线图
    c语言预处理
    Gnu gprof
    linux下全目录全文搜索强大工具grep
    openssl源代码结构
    js学习笔记——脚本化浏览器窗口
    js学习笔记——js的功能限制
    js学习笔记——在html中嵌入脚本
  • 原文地址:https://www.cnblogs.com/zhangzujin/p/4105352.html
Copyright © 2011-2022 走看看