Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A primary textbook for linear algebra, covering matrix rank, column and row spaces, linear independence, Gaussian elimination, and singular value decomposition.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679989 - Connects linear algebra concepts, including matrix rank and its properties, to machine learning applications and algorithms.
numpy.linalg.matrix_rank, NumPy Developers, 2023 - Official documentation for numerically computing the rank of a matrix using Python's NumPy library.