Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A widely used textbook covering foundational linear algebra topics such as eigenvalues, eigenvectors, null spaces, and Gaussian elimination.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679934 - Provides the mathematical groundwork for machine learning, with specific chapters on linear algebra concepts including eigenvalues and eigenvectors.
Linear Algebra (18.06SC), Gilbert Strang, 2011 (MIT OpenCourseWare) - An open online course from MIT offering lectures and materials that explain the computation of eigenvectors through row reduction methods.
numpy.linalg.eig, NumPy Developers, 2024 (NumPy) - Official documentation for the NumPy function used to compute eigenvalues and corresponding eigenvectors, relevant for numerical implementations.