A implementation of new method for calculating eigenvector from eigenvalue, inspired by the papers below:
Quote from Papers:
We present a new method of succinctly determining eigenvectors from eigenvalues. Specifically, we relate the norm squared of the elements of eigenvectors to the eigenvalues and the submatrix eigenvalues.
A detailed desp is available from
- QuantaMagazine: EN
- Tao's Blog
- 量子位:CN
-
@TODO Expanding the matrix into larger size, only support 3x3 matrix now
-
@TODO Implement eigenvalue calculating strategy without numpy