Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.18 KB

EvecFromEval


A implementation of new method for calculating eigenvector from eigenvalue, inspired by the papers below:

Description

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.

The idea is straight forward

A detailed desp is available from

Something to continue:

  • @TODO Expanding the matrix into larger size, only support 3x3 matrix now

  • @TODO Implement eigenvalue calculating strategy without numpy