Data Science: Computation of Eigenvectors — Power Method.
2 min readApr 20, 2023
This story is part of my Data Science series.
To exactly compute the eigenvalue/eigenvectors pairs, there exists several methods. One of this is the so called power method at which theory and implementation this article is devoted.