Cyan's Blog

Search

Search IconIcon to open search

MIT_18.065-Part_2-Matrix_Factorization

Last updated Nov 12, 2021 Edit Source

# 矩阵分解

2021-11-12

Tags: #Matrix #Math/LinearAlgebra #Math

下面列举重要的分解, 在详细论述后将补充相应细节

# 五个重要的矩阵分解

# $LU$分解 : $A=L U$

# 正交分解 : $A=Q R$

# $S=Q \Lambda Q^{\mathrm{T}}$

# $A=X \Lambda X^{-1}$

# $A=U \Sigma V^{\mathrm{T}}$