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)

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

相关推荐
Sagittarius_A*10 小时前
后量子密码|前置基础 01|PQC 极简数学:模运算、有限域、多项式环、矩阵、范数与小系数噪声
线性代数·信息安全·矩阵·密码学·量子计算·pqc·后量子密码
hold?fish:palm1 天前
18 矩阵置0
线性代数·算法·矩阵
hold?fish:palm1 天前
19 螺旋矩阵
线性代数·算法·矩阵
larito1 天前
图形学基础(面试版)
线性代数·矩阵
中年阿甘3 天前
解析式布局-二次线长布局
线性代数·算法·矩阵
xier_ran3 天前
【infra之路】W_Q、W_K、W_V矩阵是如何训练出来的
线性代数·矩阵·transformer
小趴蔡ha4 天前
03 NumPy 入门:机器学习中的数组和矩阵
python·线性代数·机器学习·numpy
比卡超哥5 天前
Ctorch开发日志——矩阵乘法优化及数学原理
线性代数·矩阵
AI科技星6 天前
曲率‑挠率与 $\boldsymbol{\omega/c}$ 的关系、精算验证及其物理意义
c语言·开发语言·线性代数·算法·决策树·机器学习·ai科技星
粉色大象6 天前
线性代数入门:行列式与矩阵全解析
线性代数·矩阵