Chapter 6

6.1 Inner Products and Norms

Definition (inner product).

Let V be a vector space over F. An inner product on V is a function that assigns, to every ordered pair of vectors x and y in V, a scalar in F, denoted \(⟨x,y⟩\), such that for all x, y, and z in V and all c in F, the following hold:

(a) \(⟨x + z,y⟩ = ⟨x,y⟩ + ⟨z,y⟩.\)

(b) $⟨cx,y⟩=c⟨x,y⟩. $

(c) \(\overline{⟨x, y⟩} = ⟨y, x⟩,\) where the bar denotes complex conjugation.

(d) \(⟨x,x⟩>0\) if \(x \neq 0\).

Definition (conjugate transpose).

Let \(A ∈ M_{m×n}(F)\). We define the conjugate transpose or adjoint of A to be the \(n×m\) matrix \(A^∗\) such that \((A^∗)_{ij} = \overline{A_{ji}}\) for all \(i,j\).

Definition (inner product space).

A vector space \(V\) over \(F\) endowed with a specific inner product is called an inner product space. If \(F = C\), we call V a complex inner product space, whereas if \(F = R\), we call \(V\) a real inner product space.

Definition of some inner products.

Frobenius Inner product: \(\langle A, B\rangle=\operatorname{tr}\left(B^{*} A\right) \text { for } A, B \in M_{n\times n}(F).\)

实际上就是\(\langle A, B\rangle=\sum_{i}\sum_{j}A_{ij}\overline{B_{ij}}\)。

Standard inner product on \(F^n\): \(x=\left(a_{1}, a_{2}, \ldots, a_{n}\right)\) and \(y=\left(b_{1}, b_{2}, \ldots, b_{n}\right)\) in \(\mathrm{F}^{n}\), \(\langle x, y\rangle=\sum_{i=1}^{n} a_{i} \bar{b}_{i}\).

实际上和Frobenius inner product是一个东西。

H of continuous complex-valued functions defined on the interval \([0, 2π]\): \(\langle f, g\rangle=\frac{1}{2 \pi} \int_{0}^{2 \pi} f(t) \overline{g(t)} d t\).

Theorem 6.1.

Let V be an inner product space. Then for x, y, z ∈ V and c ∈ F , the following statements are true.

(a) \(⟨x,y + z⟩\) = \(⟨x,y⟩\) + \(⟨x,z⟩\).

(b) \(⟨x,cy⟩=\overline c⟨x,y⟩\).

(c) \(⟨x,0⟩ = ⟨0,x⟩ = 0\).

(d) \(⟨x,x⟩=0\) if and only if \(x=0\).

(e) If \(⟨x,y⟩=⟨x,z⟩\) for all \(x∈V\), then \(y=z\).

性质(a)和(b)统称conjugate linear,注意不要漏写共轭。

Definition (norm).

Let \(V\) be an inner product space. For \(x ∈ V\), we define the

线代第六章定义&定理整理(持续更新中)的更多相关文章

  1. java视频教程 Java自学视频整理(持续更新中...)

    视频教程,马士兵java视频教程,java视频 1.Java基础视频 <张孝祥JAVA视频教程>完整版[RMVB](东西网) 历经5年锤炼(史上最适合初学者入门的Java基础视频)(传智播 ...

  2. docker学习资料整理(持续更新中..)

    docker最近可以说火得一踏糊涂,跟 51大神在交流技术的时候这个东西会多次被提到,当我们还玩vm+linux/freebsd的时候,人家已经上升到更高层次了,这就是差距,感觉好高大上的样子,技术之 ...

  3. “全栈2019”Java第十六章:下划线在数字中的意义

    难度 初级 学习时间 10分钟 适合人群 零基础 开发语言 Java 开发环境 JDK v11 IntelliJ IDEA v2018.3 文章原文链接 "全栈2019"Java第 ...

  4. 2018年最新Java面试题及答案整理(持续完善中…)

    2018年最新Java面试题及答案整理(持续完善中…) 基础篇 基本功 面向对象特征 封装,继承,多态和抽象 封装封装给对象提供了隐藏内部特性和行为的能力.对象提供一些能被其他对象访问的方法来改变它内 ...

  5. BAT 前端开发面经 —— 吐血总结 前端相关片段整理——持续更新 前端基础精简总结 Web Storage You don't know js

    BAT 前端开发面经 —— 吐血总结   目录 1. Tencent 2. 阿里 3. 百度 更好阅读,请移步这里 聊之前 最近暑期实习招聘已经开始,个人目前参加了阿里的内推及腾讯和百度的实习生招聘, ...

  6. iOS --- 总结Objective-C中经常使用的宏定义(持续更新中)

    将iOS开发中经常使用的宏定义整理例如以下,仅包括Objective-C. 而对于Swift,不能使用宏,则能够定义全局函数或者extension.请參考博客iOS - 总结Swift中经常使用的全局 ...

  7. 一些JavaSE学习过程中的思路整理(主观性强,持续更新中...)

    目录 一些JavaSE学习过程中的思路整理(主观性强,持续更新中...) Java书写规范 IDEA的一些常用快捷键 Java类中作为成员变量的类 Java源文件中只能有一个public类 Java中 ...

  8. 数据结构代码整理(线性表,栈,队列,串,二叉树,图的建立和遍历stl,最小生成树prim算法)。。持续更新中。。。

    //归并排序递归方法实现 #include <iostream> #include <cstdio> using namespace std; #define maxn 100 ...

  9. 常见 git 需求整理(持续更新中)

    首发于 语雀文档 突然感觉自己对 git 还是挺熟悉的,因为团队里新来的七八号应届生来问我 git 问题,基本没有答不上的情况,但为了能更好地对知识进行整理,还是记录一下为好. (希望能)持续更新.. ...

随机推荐

  1. ASP.NET Core Identity 的示例

    1. appsettings.json { "ConnectionStrings": { "DefaultConnection": "Server=( ...

  2. PlayJava Day001

    今日所学: /* 2019.08.19开始学习,此为补档. */ 三目(元)运算符 格式:(表达式)? 表达式为true返回值A : 表达式为false返回值B 例: String s=2>3 ...

  3. python登陆代码简单逻辑

    孩子:妈妈,我想要一个登陆的接口 妈妈:写,现在写,写1个够吗? 孩子:够了,妈妈真好,谢谢妈妈. 需求写一个简单的登陆逻辑: 1.定义一个账号和密码 2.输入账号和密码,密码要求密文 3.输入正确提 ...

  4. PHP+Ajax微信手机端九宫格抽奖实例

    PHP+Ajax结合lottery.js制作的一款微信手机端九宫格抽奖实例,抽奖完成后有收货地址添加表单出现.支持可以设置中奖概率等. 奖品列表 <div class="lottery ...

  5. C#窗体间常用的几种传值方式、以及委托与事件的详细介绍

    窗体间的传值,最好使用委托方式传值,开始之前,我们先来说一下委托与事件的关系. 委托:是一个类. 事件:是委托类型的一个特殊实例,只能在类的内部触发执行. 首先创建2个窗体,这里我们以form1为发送 ...

  6. SQLi-LABS Page-4 (Challenges) Less-54-Less-65

    Less-54 union - 1 http://10.10.202.112/sqli/Less-54?id=-1' union select 1,2,group_concat(table_name) ...

  7. Dynamics 365 登录报错:MSIS7042

    微软动态CRM专家罗勇 ,回复329或者20190504可方便获取本文,同时可以在第一间得到我发布的最新博文信息,follow me! 今天访问我的CRM环境报错,AD FS登录页面输入用户名和密码登 ...

  8. iOS----------苹果警告

    Dear Developer, We identified one or more issues with a recent delivery for your app, "私募排排网-连接 ...

  9. 【JavaWeb】jQuery对Ajax的支持

    jQuery对Ajax的支持 jQuery对Ajax进行封装,提供了$.ajax()方法 语法:$.ajax(options) 常用设置项 说明 url 发送请求地址 type 请求类型get|pos ...

  10. 【JavaWeb】EL表达式

    EL表达式 EL表达式语言,用于简化JSP的输出: EL表达式的基本语法:${表达式}: 示例:<h1>学生姓名:${student.name}</h1> 作用域对象 忽略书写 ...