Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - Covers the fundamental concepts of linear independence, its formal definition, and geometric interpretations within vector spaces.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a foundational understanding of linear algebra essential for machine learning, including the importance of linear independence in data representation and model stability.
Introduction to Applied Linear Algebra - Vectors, Matrices, and Least Squares, Stephen Boyd, Lieven Vandenberghe, 2018 (Cambridge University Press) - An excellent resource focusing on practical applications of linear algebra, explaining linear independence with an emphasis on its computational and engineering relevance.
numpy.linalg.matrix_rank documentation, NumPy Developers, 2024 - Official documentation for the NumPy function used to compute the rank of a matrix, a key method for programmatically determining linear independence.