四个基本子空间

(4 subspaces) A is

  • column space C(A) in RmR ^m
  • null space N(A)
  • row space = all combs of rows
    =all combs of columns of A = C(ATA^T) in RnR ^n
  • null space of AT=N(AT)inRmA^T=N(A^T) in R^m

人工智能教程 - 数学基础课程1.3 - 高等代数(一)-10,11


矩阵空间,秩1矩阵和小世界图

Bases of new vectors spaces
Rank one matrices Small world graphs
M = all 3 by 3’s

d2ydx2+y=0\frac{d^2y}{dx^2}+y=0

y = cosx, sinx (2个basis)

Complete solution :

y=c1.cosx+c2.sinxy = c_1.cosx+c_2.sinx

In R4,   v=[v1v2v3v4]R^4 ,\ \ \ v=\begin{bmatrix} v_1 \\ v_2 \\ v_3 \\ v_4 \\ \end{bmatrix}

S = all v in R4R^4 with v1+v2+v3+v4=0v_1+v_2+v_3+v_4=0 是subspace
S = nullspace of A [ 1 1 1 1 ] r=1 dimN(A)=d-r = 3 所以是3维

[1100][1010][1001]\begin{bmatrix} -1 \\ 1 \\ 0 \\ 0 \\ \end{bmatrix},\begin{bmatrix} -1 \\ 0 \\ 1 \\ 0 \\ \end{bmatrix},\begin{bmatrix} -1 \\ 0 \\ 0 \\ 1 \\ \end{bmatrix}

Graphs ={nodes, edges}

相关文章:

  • 2021-07-28
  • 2021-06-12
  • 2021-12-22
  • 2021-12-26
  • 2021-08-12
  • 2021-09-25
  • 2021-11-22
猜你喜欢
  • 2021-11-07
  • 2021-12-09
  • 2021-10-04
  • 2021-11-19
  • 2021-11-05
  • 2021-12-20
  • 2021-08-14
相关资源
相似解决方案