Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 147 Bytes

广义逆与最小二乘解.md

File metadata and controls

executable file
·
9 lines (6 loc) · 147 Bytes

线性方程组:

$$Ax=b$$

  • $A_{m\times n}$

若m<n, 最小二乘通解: $$x=A^\dagger b+(I_n-A^\dagger A)y$$ 右侧一项是A的零空间。