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)

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

相关推荐
会博通·代码搬运工4 小时前
会博通API对接实战:工程企业文档分布式采集系统的技术实现与Python SDK详解
开发语言·分布式·python·线性代数·矩阵·架构·电子档案合规
AI科技星5 小时前
全域光速运动理论体系 (GAQ-UFT)——范式重构、核心方程与传统物理的本质分野
人工智能·线性代数·机器学习·重构·数据挖掘·回归·ai科技星
小小帅呀5 小时前
CUDA编程实战12:原子操作与高性能直方图——从正确累加到低冲突并行更新
c++·人工智能·线性代数·矩阵
hai3152475436 小时前
操作系统矩阵化:资源状态机的形式化定义与实现
线性代数·矩阵
lilihewo1 天前
LED 扫描接法(动态扫描/矩阵驱动)
线性代数·矩阵
乱七八糟的屋子1 天前
【C++数值计算】Armadillo超详细入门教程
c++·线性代数·数值计算·科学计算·矩阵运算·armadillo
LayZhangStrive3 天前
线性代数 - 第1章 行列式
人工智能·线性代数·机器学习
天天有money4 天前
API中转站在社媒矩阵里的价值:多平台文案如何统一改写
gpt·线性代数·ai·chatgpt·矩阵
良木林4 天前
矩阵 - LeetCode hot 100
线性代数·算法·leetcode·矩阵
小小帅呀4 天前
CUDA编程实战06:矩阵乘法优化——从朴素 GEMM 到共享内存分块
线性代数·矩阵