Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A foundational textbook covering the core properties and operations of matrices.
numpy.dot - NumPy v1.26 Manual, NumPy Developers, 2024 - Official documentation for the numpy.dot function, demonstrating matrix multiplication implementation in Python.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679982 - Provides theoretical underpinnings of linear algebra, including matrix properties, within the context of machine learning applications.