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)

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

相关推荐
xier_ran6 小时前
【infra之路】AWQ 详解:激活感知权重保护,让 W4A16 量化精度超越 GPTQ
线性代数·算法·机器学习·量化·infra
kyle~18 小时前
点云配准--- 迭代最近点 ICP 求解
线性代数·算法·机器学习
kyle~1 天前
线性代数矩阵分解 --- QR分解
线性代数·矩阵
ASKED_20191 天前
从矩阵到秩:理解大模型参数与 LoRA 微调
线性代数·矩阵
不辣的皮蛋君1 天前
- 短视频矩阵怎么对接售后运营?的全面解析与应用指南
线性代数·矩阵
Lyyaoo.2 天前
【矩阵】【中等】螺旋矩阵
线性代数·矩阵
CIO_Alliance3 天前
AI深度系列(2)| CNN卷积池化感受野原理:从局部感知到全局视野
人工智能·深度学习·线性代数·算法·计算机视觉·企业ai转型·企业cio联盟
民乐团扒谱机3 天前
【微科普】压缩感知(CS):违反了奈奎斯特采样定理?不先采集也能还原信号?大白话讲透稀疏采样、L1重建与OMP,一文吃透附代码
python·神经网络·线性代数·算法·数学建模·压缩感知·奈奎斯特
Jasmine_llq4 天前
《P11248 [GESP202409 七级] 矩阵移动》
线性代数·三维 dp·转移来源上i‑1j左边ij‑1·当前字符为两个分支改或者不改·初值全部赋值负无穷,代表不可达·起点特殊初始化·答案取dpnm0]里最大值
ZJU_统一阿萨姆4 天前
【算子开发】矩阵乘法(GEMM)入门与共享内存优化
人工智能·线性代数·矩阵·系统架构