Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A foundational textbook providing a comprehensive explanation of linear algebra, including matrix operations, linear combinations, and geometric aspects of matrix-vector products.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press) - Offers a strong mathematical grounding for machine learning, covering linear algebra concepts such as matrix-vector multiplication and its application in data transformations.
numpy.matmul, NumPy Developers, 2024 - Official documentation for NumPy's matrix multiplication function, detailing its use, parameters, and behavior, which is crucial for practical implementation.