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.
In vectorized_P1FEM_EVP we have implemented the Laplace eigenvalue problem using P1FEM and alsp implemented the ROM. There are two main files MAIN_UNIFORM.M(main_unform.m) where we have used uniformly ...