From Wakapon
Revision as of 17:26, 30 July 2017 by Patapom (talk | contribs)
Jump to: navigation, search

Matrix Decomposition Methods

QR Decomposition

SVD Decomposition

Singular Value Decomposition (SVD) is the process of decomposing a matrix A this way:

<math>\Biggl\[ A \Biggr]</math>

= \Biggl\[ U \Biggr] \dot \Biggl\[ \Sigma \Biggr] \dot \Biggl\[ V \Biggr]^T</math>

LU Decomposition