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!个置换矩阵

,

2. Transpose:

2.1 Symmetric matrices

对称矩阵

2.2 矩阵乘积的转置

2.3 is always symmetric

why? take transpose

3. 向量空间 Vector spaces

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

example: = all 2-dim real vectors=x-y plane

first component, second component

= all vectors with 3 components

= all column vectors with m real components

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

反例 not a vector space:

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

4. 子空间 Subspaces

a vector space inside , subspace of

line in through zero vector

反例:

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

subspaces of :

  1. all of

  2. any line through L(line)

  3. zero vector only z(zero)

subspaces of :

  1. all of

  2. any plane through P(plane)

  3. any line through L(line)

  4. zero vector only z(zero) =

5. 列空间 Column spaces

Columns in : all their combinations from a subspace called column space C(A)

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

相关推荐
上善若水202039 分钟前
【定制开发】ENC设备视频矩阵功能介绍
线性代数·矩阵·音视频
John的打铁站2 小时前
对稀疏矩阵运算的两种优化方式
线性代数·矩阵
comli_cn3 小时前
HMM算法
线性代数·算法
zhangrelay4 小时前
三分钟云课实践速通--线性代数--python版--矩阵
linux·笔记·python·学习·线性代数·ubuntu·矩阵
郝学胜-神的一滴4 小时前
[简化版 GAMES 101] 计算机图形学 06:相机视图矩阵的由来
c++·线性代数·unity·矩阵·godot·图形渲染·unreal engine
郝YH是人间理想14 小时前
考研数学二图鉴——向量
线性代数·考研·矩阵
郝YH是人间理想19 小时前
考研数学二图鉴——线性方程组
线性代数·考研·矩阵
互联科技报1 天前
从形似到神离:解码超级编导、超级智剪、筷子科技的架构分野与云混剪2.0的范式革命
人工智能·线性代数·矩阵
互联科技报1 天前
2026年短视频矩阵视频混剪软件工具商业分析报告
线性代数·矩阵·音视频
隔壁大炮1 天前
Day02-04.张量点乘和矩阵乘法
人工智能·pytorch·深度学习·线性代数·算法·矩阵