numpy.linalg.eig, NumPy Developers, 2023 - Official documentation for the numpy.linalg.eig function, detailing its usage and parameters.
Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A standard textbook providing a comprehensive theoretical foundation for eigenvalues, eigenvectors, and eigen-decomposition.
Numerical Linear Algebra, Lloyd N. Trefethen and David Bau, III, 1997 (SIAM)DOI: 10.1137/1.9781611971210 - Classic text covering the computational algorithms and stability considerations behind numerical eigenvalue calculations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 2 discusses linear algebra essentials, including eigenvalues and eigenvectors, relevant for machine learning contexts like PCA.