Gershgorin Disks University Projects #Mathematics
NOTEClick this link to view the full write-up.
Overview
Implementation of the Gershgorin disk theorem in R, demonstrating how eigenvalues of a matrix can be bounded without computing them explicitly.
Key Concepts
- Implemented Gershgorin disk calculation from matrix elements
- Created visualizations showing disks in complex plane
- Overlaid actual eigenvalues to verify bounds
Technologies
R, Linear Algebra, Complex Analysis, Data Visualization, Eigenvalue Theory