Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Spectral Decomposition

General

  • given matrix A find matrix P and D such that A = PDP^-1
  • many use-cases, like PCA, signal processing, etc.

References