Skip to content

A implementation of new method for calculating eigenvector from eigenvalue, inspired by the paper "Eigenvectors from Eigenvalues".

Notifications You must be signed in to change notification settings

zhiyunl/EvecFromEval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A implementation of new method for calculating eigenvector from eigenvalue, inspired by the paper "Eigenvectors from Eigenvalues".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages