This project explores and implements various iterative and direct methods for computing the eigenvalues of a matrix. Each method is written in MATLAB with clarity and mathematical accuracy in mind.
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
\bm{v}^{(m+1)} = R \bm{v}^{(m)} - B \bm{f}$$ We also saw that the convergence of the iterative calculation is dominated by the spectral radius $${ \rho(R) }$$ of the iteration matrix $${ R }$$. In ...