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

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.kler.cn/news/106960.html

相关文章:

  • ant design vue 的getPopupContainer
  • 【Python机器学习】零基础掌握IsolationForest集成学习
  • Oracel增加IP白名单限制
  • uni-app小程序,uview-ui组件样式无法穿透修改的解决办法
  • 尚未解决:use_python()和use_virtualenv()的使用
  • vue3使用ref和reactive
  • uni-app/vue 文字转语音朗读(附小程序语音识别和朗读)uniapp小程序使用文字转语音播报类似支付宝收款播报小程序语音识别和朗读)
  • Python基础入门例程18-NP18 生成数字列表(列表)
  • 【2024秋招】2023-9-16 贝壳后端开发二面
  • 计算机网络重点概念整理-第一章 计算机网络概述【期末复习|考研复习】
  • 走进国产机器人领军品牌华数机器人,共探数字化变革魔力
  • 智慧停车视频解决方案:如何让AI助力停车管理升级?
  • 垃圾收费站
  • 《动手学深度学习 Pytorch版》 10.3 注意力评分函数
  • python实现批量pdf转txt和word
  • CVE-2022-32991靶场复现
  • 竞赛 深度学习实现行人重识别 - python opencv yolo Reid
  • Win10+Ubuntu20.04双系统双硬盘(SSD+HDD)安装与启动
  • 前端使用 printJS 插件打印多页:第一页空白问题解决
  • 数据结构与算法之矩阵: Leetcode 134. 螺旋矩阵 (Typescript版)
  • Spring Boot集成RESTful API
  • el-table添加固定高度height后高度自适应
  • 【前端】NodeJS核心知识点整理
  • Git(SourceTree)变基操作使用
  • 配置Sentinel 控制台
  • 全景环视AVM标定
  • 虚拟化 vs. 裸金属:K8s 部署环境架构与特性对比
  • CSS 滚动驱动动画与 @keyframes 新语法
  • 406. 根据身高重建队列
  • 毅速丨哪些金属材料在3D打印中应用最多