(1). The numerical radius defines a norm on $\scrL(\scrH)$.

(2). $w(UAU^*)=w(A)$ for all $U\in \U(n)$.

(3). $w(A)\leq \sen{A}\leq 2w(A)$ for all $A$.

(4). $w(A)=\sen{A}$ if (but not only if) $A$ is normal.

Solution.

(1). We only need to show that $$\beex \bea w(A)=0&\ra \sef{x,Ax}=0,\quad \forall\ x:\sen{x}=1\\ &\ra \sef{y,Ax}=\frac{1}{4} \sum_{k=0}^3 i^k\sef{x+i^ky,A(x+i^ky)}=0,\quad\forall\ x,y:\sen{x}=\sen{y}=1\\ &\ra Ax=0,\quad \forall\ x:\sen{x}=1\\ &\ra A=0. \eea \eeex$$

(2). $$\beex \bea w(UAU^*)&=\sup_{\sen{x}=1}\sev{\sef{x,UAU^*}}\\ &=\sup_{\sen{x}=1}\sev{(U^*x)^*A(U^*x)}\\ &=\sup_{\sen{y}=1}\sev{y^*Ay}\quad\sex{y=U^*x}\\ &=w(A). \eea \eeex$$

(3). $$\beex \bea w(A)&=\sup_{\sen{x}=1}\sev{\sef{x,Ax}}\\ &\leq \sup_{\sen{x}=1} \sex{\sen{x}\cdot \sen{Ax}}\\ &=\sup_{\sen{x}=1}\sen{Ax}\\ &=\sen{A};\\ \sen{A}&=\sup_{\sen{x}=\sen{y}=1}\sev{\sef{y,Ax}}\\ &=\sup_{\sen{x}=\sen{y}=1} \sev{\frac{1}{4}\sum_{k=0}^3 i^k\sef{y+i^kx,A(y+i^kx)}}\\ &\leq \sup_{\sen{x}=\sen{y}=1} \frac{1}{4}\sum_{k=0}^3 \sev{\sef{y+i^kx,A(y+i^kx)}}\\ &\leq \sup_{\sen{x}=\sen{y}=1} \frac{1}{4}\sum_{k=0}^3 \sen{y+i^kx}^2\cdot w(A)\\ &=\sup_{\sen{x}=\sen{y}=1} \frac{1}{4}\cdot 4\sex{\sen{x}^2+\sen{y}^2} \cdot w(A)\\ &=2w(A). \eea \eeex$$

(4). If $A$ is normal, then by the spectral theorem, there exists a unitary $U$ such that $$\bex A=U\diag(\lm_1,\cdots,\lm_n)U^*, \eex$$ and hence $$\beex \bea \sen{Ax}^2&=\sef{Ax,Ax}\\ &=x^*A^*Ax\\ &=Ux^*\diag(|\lm_1|^2,\cdots,|\lm_n|^2)U^*x\\ &=\sum_{i=1}^n |\lm_i|^2|y_i|^2\quad\sex{y=U^*x}\\ &\leq \max_i\sen{\lm_i}^2\sen{y}^2\\ &\leq w(A)\sen{x}^2. \eea \eeex$$

[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.10的更多相关文章

  1. [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$ ...

  2. [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 ...

  3. [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 ...

  4. [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 ...

  5. [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 ...

  6. [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 ...

  7. [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 ...

  8. [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 ...

  9. [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 ...

随机推荐

  1. html 页面 ajax 方法显示遮罩

    showLoading.css 样式: ;;list-style-type:none;} a,img{;} .overlay{;;;;;width:100%;height:100%;_padding: ...

  2. 使用maven配置基本Mybatis

    Mybatis 也称为是ibatis,主要体现在普通.底层SQL查询.存储过程.高级映射的持久化框架! 优点:                                     1.消除了几乎所 ...

  3. Telerik RadGridView 右键菜单如何设置?

    问题: 我想去掉红线框住的部分,希望有会的网友帮助我,谢谢! 解决方法: 默认: 修改: [利用 ContextMenuOpening 事件,对应你的项目,你要自己修改那判断的字符串(你的中文)] p ...

  4. 像Linq一样来使用Graphics

    Linq的链式编程用起来总是那样畅快淋漓,可惜在C#中并不是每时每刻都能有这么畅快的感觉,其中使用Graphics的时候就是,每次用Graphics绘制大量图形时尤其如此.GDI+的API功能很强大, ...

  5. COUNT(*)与COUNT(列名)的区别(转)

    COUNT(*)与COUNT(列名)的区别       以前一直没有留意到COUNT(*)与COUNT(列名)的区别,昨天晚上无意中看到数据库系统工程师教程里面的一句话."如果null参与聚 ...

  6. uc/os 任务删除

    问题描述:     uc/os 任务删除 问题解决: uc/os任务删除流程图 具体代码 注:     如上是关中断,以及取消优先级对应的就绪标志 关中断代码为: 取消就绪标志,实际上是将就绪表中指定 ...

  7. FocusWriter

    2. FocusWriter 如果你正在从事某种写作——小说.博客.文档等——你绝对希望认识一下FocusWriter.它已经有近十年的发布历史了,但是一直是我们最喜欢的无分心写作应用之一.如果你希望 ...

  8. php用于URL的base64

    function base64url_encode($plainText) { $base64 = base64_encode($plainText); $base64url = strtr($bas ...

  9. c# 可访问性级别

    使用访问修饰符 public.protected.internal 或 private 可以为成员指定以下声明的访问级别之一.   声明的可访问性 含义 public 访问不受限制. protecte ...

  10. 安装Ubuntu双系统系列——安装Ubuntu

    一.将Ubuntu系统烧进U盘 1.打开老毛桃,选择“U盘启动” -> "ISO模式":选择ISO文件,我这里安装的是Ubuntu12.04-64bit,你可以在网上下载一个 ...