Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A canonical textbook for linear algebra, providing a thorough theoretical foundation for matrix operations, including multiplication and its properties.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong, 2020 (Cambridge University Press) - Covers linear algebra concepts, including matrix multiplication, with a specific focus on their applications and relevance in machine learning algorithms.
numpy.matmul, NumPy Developers, 2023 (NumPy Project) - Official documentation for NumPy's matrix multiplication function, detailing its usage and the @ operator, essential for practical implementation.