Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A highly regarded textbook and course known for its intuitive and geometric explanation of determinants and their role in understanding matrix transformations and invertibility.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 2 provides a review of linear algebra fundamentals, including determinants and matrix invertibility, which are foundational for machine learning algorithms.
numpy.linalg.det, NumPy Developers, 2023 - Official documentation for computing the determinant of a matrix using the NumPy library, a common tool in Python for numerical computation in machine learning.