当前位置: 首页 > news >正文

05 MIT线性代数-转置,置换,向量空间Transposes, permutations, spaces

1. Permutations P:

execute row exchanges

becomes PA = LU for any invertible A

Permutations P = identity matrix with reordered rows

m=n (n-1) ... (3) (2) (1) counts recordings, counts all nxn permuations

对于nxn矩阵存在着n!个置换矩阵

p^{-1}=p^{T}p^{T}p^{-1}=I

2. Transpose:

(A^{T})_{ij}=A_{ji}

2.1 Symmetric matrices

对称矩阵 A^{T}=A

2.2 矩阵乘积的转置

 (AB)^{T}=B^{T}A^{T}

2.3 R^{T}R is always symmetric

why? take transpose (R^{T}R)^{T}=R^{T}(R^{T})^{T}=R^{T}R

3. 向量空间 Vector spaces

向量空间对线性运算封闭,即空间内向量进行线性运算得到的向量仍在空间之内

example: R^{2}= all 2-dim real vectors=x-y plane

first component, second component

 R^{3} = all vectors with 3 components

 R^{m} = all column vectors with m real components

所有向量空间必然包含零向量,因为任何向量数乘0或者加上反向量都会得到零向量,而因为向量空间对线性运算封闭,所以零向量必属于向量空间

反例 not a vector space: 

 R^{2} 中的第一象限则不是一个向量空间, 加法数乘不封闭

4. 子空间 Subspaces

a vector space inside R^{2}, subspace of R^{2}

line in R^{2} through zero vector

反例:

R^{2}中不穿过原点的直线就不是向量空间。子空间必须包含零向量,原因就是数乘0的到的零向量必须处于子空间中

subspaces of R^{2}:

1. all of R^{2}

2. any line through \begin{vmatrix} 0\\ 0 \end{vmatrix}  L(line)

3. zero vector only z(zero)

subspaces of R^{3}:

1. all of R^{3}

2. any plane through \begin{vmatrix} 0\\ 0 \\0 \end{vmatrix} P(plane)

2. any line through \begin{vmatrix} 0\\ 0 \\0 \end{vmatrix}  L(line)

3. zero vector only z(zero) = \left \{\begin{vmatrix} 0\\ 0 \\0 \end{vmatrix} \right \}

5. 列空间 Column spaces

Columns in R^{3}: all their combinations from a subspace called column space C(A)

空间内包含两向量的所有线性组合

http://www.lryc.cn/news/207433.html

相关文章:

  • [数据结构】二叉树
  • idea 中配置 maven
  • Python---for循环嵌套
  • 189. 轮转数组 --力扣 --JAVA
  • C# 使用waveIn实现声音采集
  • 长连接的原理
  • 软考系列(系统架构师)- 2015年系统架构师软考案例分析考点
  • 小程序开发——小程序的视图与渲染
  • 用python实现操作mongodb的插入和查找操作
  • 代码审计及示例
  • 【Kotlin精简】第6章 反射
  • 基于FPGA的电风扇控制器verilog,视频/代码
  • 【MySQL】区分:等值连接/自连接/自然连接/外连接 以及ON和Where使用
  • Windows环境下Apache安装部署说明及常见问题解决
  • Linux-安装docker-compose
  • 机器学习实验一:KNN算法,手写数字数据集(使用汉明距离)
  • Java零基础入门-赋值运算符
  • xshell+xming显示jmeter的gui页面
  • el-tree业务
  • 警惕Mallox勒索病毒的最新变种malloxx,您需要知道的预防和恢复方法。
  • linux中断下文之tasklet(中断二)
  • Mysql事务+redo日志+锁分类+隔离级别+mvcc
  • Kafka-Java四:Spring配置Kafka消费者提交Offset的策略
  • Python 训练集、测试集以及验证集切分方法:sklearn及手动切分
  • 数据结构,及分类(存储分类、逻辑分类)介绍
  • Powershell脚本自动备份dhcp数据库
  • 第十六章总结:反射和注解
  • mysql 切割字符串函数
  • 汽车发动机电机右盖设计
  • ETHERNET/IP从站转CANOPEN主站连接AB系统的配置方法