四个基本子空间
(4 subspaces) A is
- column space C(A) in Rm
- null space N(A)
- row space = all combs of rows
=all combs of columns of A = C(AT) in Rn
- null space of AT=N(AT)inRm

矩阵空间,秩1矩阵和小世界图
Bases of new vectors spaces
Rank one matrices Small world graphs
M = all 3 by 3’s
dx2d2y+y=0
y = cosx, sinx (2个basis)
Complete solution :
y=c1.cosx+c2.sinx
In R4, v=⎣⎢⎢⎡v1v2v3v4⎦⎥⎥⎤
S = all v in R4 with v1+v2+v3+v4=0 是subspace
S = nullspace of A [ 1 1 1 1 ] r=1 dimN(A)=d-r = 3 所以是3维
⎣⎢⎢⎡−1100⎦⎥⎥⎤,⎣⎢⎢⎡−1010⎦⎥⎥⎤,⎣⎢⎢⎡−1001⎦⎥⎥⎤
Graphs ={nodes, edges}