[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.3.1
Let $A=A_1\oplus A_2$. Show that
(1). $W(A)$ is the convex hull of $W(A_1)$ and $W(A_2)$; i.e., the smallest convex set containing $W(A_1)\cup W(A_2)$.
(2). $$\beex \bea \sen{A}&=\max\sed{\sen{A_1},\sen{A_2}},\\ \spr(A)&=\max\sed{\spr(A_1),\spr(A_2)},\\ w(A)&=\max\sed{w(A_1),w(A_2)}. \eea \eeex$$
Solution.
(1). We have $$\beex \bea W(A)&=\sed{x^*Ax;\sen{x}=1}\\ &=\sed{y^*A_1y+z^*A_2z;\sen{y}^2+\sen{z}^2=1}\\ &\supset W(A_1)\cup W(A_2), \eea \eeex$$ and $$\bex W(A)=\sed{\sen{y}^2 \sex{\frac{y}{\sen{y}}}^*A_1\frac{y}{\sen{y}} +\sen{z}^2 \sex{\frac{z}{\sen{z}}}^*A_2\frac{z}{\sen{z}}; \sen{y}^2+\sen{z}^2=1} \eex$$ is contained in any convex set containing $W(A_1)\cup W(A_2)$.
(2). $$\beex \bea \sen{Ax}^2&=\sen{\sex{A_1y\atop A_2z}}^2\quad\sex{x=\sex{y\atop z}}\\ &=\sen{A_1y}^2+\sen{A_2z}^2\\ &\leq \sen{A_1}^2\sen{y}^2+\sen{A_2}^2\sen{z}^2\\ &\leq \max\sed{\sen{A_1},\sen{A_2}}^2 \sex{\sen{y}^2+\sen{z}^2}\\ &=\max\sed{\sen{A_1},\sen{A_2}}^2 \sen{x}^2. \eea \eeex$$ $$\beex \bea &\quad Ax=\lm x\quad\sex{x\neq 0}\\ &\ra A_1y=\lm y,\quad A_2z=\lm z\quad\sex{x=\sex{y\atop z}}\\ &\ra |\lm|\leq\sedd{\ba{ll} \spr(A_1),&y\neq 0\\ \spr(A_2),&z\neq 0 \ea}\\ &\ra |\lm|\leq \max\sed{\spr(A_1),\spr(A_2)};\\ &\quad A_1y=\lm y\quad\sex{y\neq 0}\\ &\ra A\sex{y\atop 0}=\lm \sex{y\atop 0}\\ &\ra |\lm|\leq \spr(A);\\ &\quad A_2z=\lm z\quad\sex{z\neq 0}\\ &\ra |\lm|\leq \spr(A). \eea \eeex$$ $$\beex \bea w(A)&=\sup_{\sen{x}=1}\sev{\sef{x,Ax}}\\ &=\sup_{\sen{y}^2+\sen{z}^2=1} \sev{\sef{y,A_1y}+\sev{z,A_2z}}\\ &\leq \sup_{\sen{y}^2+\sen{z}^2=1} \sez{ \sen{y}^2w(A_1)+\sen{z}^2w(A_2) }\\ &\leq \max\sed{w(A_1),w(A_2)};\\ w(A_1)&=\sup_{\sen{y}=1}\sen{\sef{y,A_1y}}\\ &=\sup_{\sen{\sex{y\atop 0}}=1} \sev{\sef{\sex{y\atop 0},A\sex{y\atop 0}}}\\ &\leq w(A),\\ w(A_2)&\leq w(A). \eea \eeex$$
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.3.1的更多相关文章
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.1
Let $x,y,z$ be linearly independent vectors in $\scrH$. Find a necessary and sufficient condition th ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.3.7
For every matrix $A$, the matrix $$\bex \sex{\ba{cc} I&A\\ 0&I \ea} \eex$$ is invertible and ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.10
Every $k\times k$ positive matrix $A=(a_{ij})$ can be realised as a Gram matrix, i.e., vectors $x_j$ ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.5
Show that the inner product $$\bex \sef{x_1\vee \cdots \vee x_k,y_1\vee \cdots\vee y_k} \eex$$ is eq ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.1
Show that the inner product $$\bex \sef{x_1\wedge \cdots \wedge x_k,y_1\wedge \cdots\wedge y_k} \eex ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.6
Let $A$ and $B$ be two matrices (not necessarily of the same size). Relative to the lexicographicall ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.4
(1). There is a natural isomorphism between the spaces $\scrH\otimes \scrH^*$ and $\scrL(\scrH,\scrK ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.8
For any matrix $A$ the series $$\bex \exp A=I+A+\frac{A^2}{2!}+\cdots+\frac{A^n}{n!}+\cdots \eex$$ c ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.7
The set of all invertible matrices is a dense open subset of the set of all $n\times n$ matrices. Th ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.6
If $\sen{A}<1$, then $I-A$ is invertible, and $$\bex (I-A)^{-1}=I+A+A^2+\cdots, \eex$$ aa converg ...
随机推荐
- EXTJS 资料 Ext.Ajax.request 获取返回数据
下面是一个登陆页面调用的EXTJS login function,通过 url: '/UI/HttpHandlerData/Login/Login.ashx',获取返回登陆账户和密码! Ext.onR ...
- 对日期和时间的处理 NSCalendar
代码较老,供参考 NSCalendar用于处理时间相关问题.比如比较时间前后.计算日期所的周别等. 1. 创建或初始化可用以下方法 + (id)currentCalendar; 取得当前用户的逻辑日历 ...
- vs2008+cmake2.8+OpenCV2.8.4配置过程中OpenCV.sln重编译部分工程失败
解决方法来自此链接 http://www.tuicool.com/articles/qiQBb2N vs2008+cmake2.8+OpenCV2.8.4配置过程 1.解压opencv2.4.8 2. ...
- vbe6ext.olb不能被加载 宏内存溢出
今天想玩一下PowerPoint的宏,却发现玩不起来!!! 另外,每次打开ppt时都会提示vbe6ext.olb不能加载. 网上说重新下载个vbe6ext.olb然后复制到相应的路径.我也试着下载,然 ...
- 2734: [HNOI2012]集合选数 - BZOJ
Description <集合论与图论>这门课程有一道作业题,要求同学们求出{1, 2, 3, 4, 5}的所有满足以 下条件的子集:若 x 在该子集中,则 2x 和 3x 不能在该子集中 ...
- 1054: [HAOI2008]移动玩具 - BZOJ
Description 在一个4*4的方框内摆放了若干个相同的玩具,某人想将这些玩具重新摆放成为他心中理想的状态,规定移动时只能将玩具向上下左右四个方向移动,并且移动的位置不能有玩具,请你用最少的移动 ...
- 分析jQuery中的each方法
在看jQuery源码是怎么实现each方法之前,我们看一下js的原生实现. ECMAScript 5为数组定义了一个forEach方法,该方法接受两个参数:第一个参数是要在每一个数组项上运行的函数,第 ...
- spoj 346
当一个数大于等于12 那分别处以2, 3, 4之后的和一定大于本身 但是直接递归会超时 然后发现有人用map存了 膜拜..... #include <cstdio> #i ...
- 李洪强iOS开发之宏定义方法来初始化一个单例对象
单例的使用: .m 为了方便实用,只要将以下代码定义在header文件或者.pch文件即可: // .h #define singleton_interface(class) + (instancet ...
- Servlet课程0426(九)Servlet服务器端创建Cookie和客户端读取Cookie
服务器端创建Cookie: Win7默认Cookie位置 C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Cookies Cookie ...