当前位置:网站首页>Review of Linear Algebra
Review of Linear Algebra
2022-07-19 07:23:00 【Alex Tech Bolg】
Contents
Transpose and Inverse
( A B ) T = B T A T (AB)^{T} = B^{T} A^{T} (AB)T=BTAT
https://blog.csdn.net/u011240016/article/details/52914262
( A B ) − 1 = B − 1 A − 1 (AB)^{-1} = B^{-1} A^{-1} (AB)−1=B−1A−1
( A T ) − 1 = ( A − 1 ) T (A^T)^{-1} = (A^{-1})^{T} (AT)−1=(A−1)T
A A − 1 = I , ( A − 1 ) T ( A T ) = I AA^{-1} = I,\ (A^{-1})^T(A^T) = I AA−1=I, (A−1)T(AT)=I
Permutation matrix
P − 1 = P T P^{-1} = P^T P−1=PT
P T P = I P^T P = I PTP=I
Trace
cyclic property
t r ( A B C D ) = t r ( B C D A ) = t r ( C D A B ) = t r ( D A B C ) tr ( A B C D ) = tr ( B C D A ) = tr ( C D A B ) = tr ( D A B C ) tr(ABCD)=tr(BCDA)=tr(CDAB)=tr(DABC)- derivation

- derivation
https://blog.csdn.net/keineahnung2345/article/details/120481487
Vector space Vector space
- Vector space is closed to linear operations , That is, the vector obtained by linear operation of the vector in space is still in space .
- Linear operation is : Add and multiply , The linear combination of vectors can be obtained through linear operation .
- All vector spaces must contain zero vectors , Because any vector number multiplies 0 Or add the inverse vector to get the zero vector , Because vector space is closed to linear operations , So zero vector must belong to vector space .
Subspace Subspace
- A vector space contained in a vector space is called a subspace of the original vector space .
- Must contain zero vector , Because vector space is closed to linear operations .
- Pay attention to distinguish between “ Subspace ” and “ A subset of ”. all Elements that are all in the original space can be called subsets , But only a subset that is closed to linear operations can become a subspace .
- Any subspace S and T The intersection of is a subspace , Can pass S and T Itself is closed to linear combination to prove .
Column space Column Space
- Given matrix A, Its column vector belongs to R 3 R^3 R3 Space , These column vectors and their linear combinations form R 3 R^3 R3 A subspace in space , Matrix A Column space of C(A).
- Ex: A = [ [1, 3], [2, 3], [4, 1] ], be A The column space of is R 3 R^3 R3 In the space , Including vectors [ 1 , 2 , 4 ] T [1, 2, 4]^T [1,2,4]T and [ 3 , 3 , 1 ] T [3, 3, 1]^T [3,3,1]T, And pass through the plane of the origin , Space contains all linear combinations of two vectors .
- A x = b Ax = b Ax=b, Only b In the matrix A Column space of C(A) In time ,x That's why ; If there is a solution , Just explain b Can be A Is represented by a linear combination of column vectors of .
- The rank of a matrix r = The number of columns of matrix principal elements = The dimension of the column space

Zero space Null space
- matrix A Zero space of N(A) It refers to satisfaction Ax=0 The set of all solutions of .
- For the given matrix A( Upper figure ), Its column vector contains 4 Weight , So column space is space R 4 R^4 R4 The subspace of ,x To contain 3 A vector of components , So the matrix A The zero space of is R 3 R^3 R3 The subspace of . about m*n matrix , The column space is R m R^m Rm The subspace of , Zero space is R n R^n Rn Subspace of space .
- In this example, the matrix A Zero space of N(A) Include for [ 1 , 1 , − 1 ] T [1, 1, -1]^T [1,1,−1]T Set of any multiples of , Because it's easy to see the first column of vectors (1) And the second column vector (1) Add and subtract the third column of vectors (-1) zero . This zero space is R 3 R^3 R3 A straight line in .
- In order to verify Ax=0 The solution set of is a vector space , We can test whether it is closed to linear operations . if v and w For the elements in the solution set , Then there are : A ( v + w ) = A v + A w = 0 + 0 = 0 , A ( c v ) = c A v = 0 A(v+w)=Av+Aw=0+0=0,\ A(cv)=cAv=0 A(v+w)=Av+Aw=0+0=0, A(cv)=cAv=0, Therefore, it is proved that N(A) Is, indeed, R n R^n Rn A subspace of space .
- If the equation becomes the following form , Then its solution set cannot form a subspace . The zero vector is not in this set . Solution set is space R 3 R^3 R3 Neiguo [ 1 , 0 , 0 ] T , [ 0 , − 1 , 1 ] T [1, 0, 0]^T,\ [0, -1, 1]^T [1,0,0]T, [0,−1,1]T A plane of , But it doesn't cross the origin .
- The dimension of a null space = Number of free columns = n-r

Be careful Column Space and Null space The difference between
- For column spaces , It is a space formed by linear combination of column vectors .
- Zero space starts from equations , By making x Subspace obtained by satisfying specific conditions .
Linearly independent independent
- if c 1 x 1 + c 2 x 2 + . . . . . . + c n x n = 0 c_1x_1+c_2x_2+......+c_nx_n=0 c1x1+c2x2+......+cnxn=0 Only in c 1 = c 2 = . . . . . . = c n = 0 c_1=c_2=......=c_n=0 c1=c2=......=cn=0 It was founded when , It's called a vector x 1 , x 2 ⋯ x n x_1,\ x_2\cdots x_n x1, x2⋯xn yes Linearly independent Of . If these vectors form a matrix as column vectors A, Then the equation A x = 0 Ax=0 Ax=0 There is only zero solution x=0, Or matrix A The zero space of has only zero vectors .
- In other words , If there is a non-zero vector c c c, bring A c = 0 Ac=0 Ac=0, Then this matrix A A A The column vector Linear correlation .
- matrix A by m ∗ n m*n m∗n matrix , among m < n m<n m<n ( therefore A x = b Ax=b Ax=b in There are more unknowns than equations ). be A There is at least one free variable in , that A x = 0 Ax=0 Ax=0 There must be a non-zero solution .A The column vectors of can be linearly combined to get the zero vector , therefore A The column vector of is linearly related .
- If matrix A The column vector of is linearly independent , be A All columns are primary columns (pivot column), There is no free column (free column), The rank of the matrix is n. if A The column vector of is linearly correlated , Then the rank of the matrix is less than n, And there are free columns .
Zhang Cheng space Spanning a space
- When a space is composed of vectors v 1 , v 2 , … v k v_1,\ v_2, \dots v_k v1, v2,…vk When composed of all linear combinations of , We call These vectors form this space . For example, the column vector of a matrix becomes the column space of the matrix .
- If the vector v 1 , v 2 , … v k v_1,\ v_2, \dots v_k v1, v2,…vk Zhang Cheng space S S S, be S S S Is the smallest space containing these vectors .
Basis and dimension Basis &Dimension
- The basis of vector space is a set of vectors with the following two properties v 1 , v 2 , … v k v_1,\ v_2, \dots v_k v1, v2,…vk:
- v 1 , v 2 , … v k v_1,\ v_2, \dots v_k v1, v2,…vk Linearly independent
- v 1 , v 2 , … v k v_1,\ v_2, \dots v_k v1, v2,…vk Zhang Cheng the vector space
- The basis of space tells us all the information of space .
- If the R n R^n Rn In the space n A matrix composed of column vectors is a reversible matrix , Then these vectors can form R n R^n Rn A set of bases in space .
- Every set of bases in a space has the same number of vectors , This number is the dimension of space (dimension). therefore R n R^n Rn Each set of bases of space contains n Vector .
Rank Rank
- “ Rank ”: That's ok ( Column ) vector The number of vectors of the largest linear independent vector group in
- Elementary row transformation does not change the linear correlation of column vectors

Orthogonal vector Orthonormal vectors
A vector that satisfies the following conditions q 1 , q 2 , … q n q_1,\ q_2,\ \dots q_n q1, q2, …qn by Orthonormal :
q i T q j = 0 , i f i ≠ j q_i^T q_j = 0,\ if\ i \neq j qiTqj=0, if i=j
q i T q j = 1 , i f i = j q_i^T q_j = 1,\ if\ i = j qiTqj=1, if i=j
边栏推荐
- Hypothesis testing
- Pycharm安装教程
- Paper reading: deep residual shrink networks for fault diagnosis
- 网络知识-03 数据链路层-PPPoE
- My world 1.18.1 forge version open service tutorial, can install mod, with panel
- How do you know whether the network needs to use advanced anti DDoS server? How to choose the computer room is also very important, as well as the stability of the later business
- Quickly understand redirection
- 【量化笔记】波动volatility相关技术指标以其含义
- 类与super、继承
- What is CDN? What are the advantages of using CDN?
猜你喜欢

wcdma软切换性能matlab仿真m,对比平均激活集数(MASN)、激活集更新率(ASUR)及呼叫中断概率(OP)三个性能指标

My world 1.18.1 forge version open service tutorial, can install mod, with panel

数据分析及可视化——京东上销量最高的鞋子

Pycharm安装教程

Connaissance du réseau - 03 couche de liaison de données - PPPoE

爬虫基础—Session和Cookie

m基于Lorenz混沌自同步的混沌数字保密通信系统的FPGA实现,verilog编程实现,带MATLAB混沌程序

网络知识-03 数据链路层-PPPoE

urllib库的使用

Network knowledge-03 data link layer PPP
随机推荐
剑指Offer刷题记录——Offer 04. 二维数组中的查找
Pytorch learning diary (II)
wcdma软切换性能matlab仿真m,对比平均激活集数(MASN)、激活集更新率(ASUR)及呼叫中断概率(OP)三个性能指标
Paper reading: deep residual shrink networks for fault diagnosis
解决Mysql (1064) 错误: 1064 - You have an error in your SQL syntax;
Connaissance du réseau - 03 couche de liaison de données - PPPoE
类与super、继承
Network knowledge-03 data link layer PPPoE
网络知识-05 传输层-TCP
Summary of Statistics for Interview
How to set primary key self growth in PostgreSQL database
The use and differences of dictionaries, tuples and lists,
C语言编译器的下载、配置和基本使用
Network knowledge-04 network layer IPv4 protocol
Matlab simulation of cognitive femtocell performance in m3gpp LTE communication network
Network knowledge-05 transport layer TCP
Utilisation et différenciation des dictionnaires, des tuples et des listes,
爬虫基础—爬虫的基本原理
Review of 4705 NLP
Data protection / disk array raid protection IP segment 103.103.188 xxx