Introduction to Applied Linear Algebra - Vectors, Matrices, and Least Squares, Stephen Boyd, Lieven Vandenberghe, 2018 (Cambridge University Press) - Provides an applied perspective on linear algebra concepts, including determinants and invertibility, with direct relevance to machine learning and optimization.
18.06 Linear Algebra, Gilbert Strang, 2010 (MIT OpenCourseWare) - Official course materials, including video lectures and notes, offering a comprehensive and intuitive treatment of determinants, their properties, and their link to invertibility.
numpy.linalg.det, NumPy Developers, 2023 (NumPy) - Official documentation for the NumPy function used to compute the determinant of a matrix, including usage examples and numerical considerations.