Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press)DOI: 10.1137/1.9781733146678 - Covers fundamental concepts of matrices, including special types like identity, diagonal, and symmetric matrices, with clear explanations and examples. (5th edition)
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong, 2020 (Cambridge University Press) - Presents a comprehensive yet accessible treatment of linear algebra relevant to machine learning, covering matrix types and their properties with an ML perspective.
NumPy Documentation, NumPy Developers, 2023 - Official documentation for NumPy, providing details on matrix creation and operations relevant to implementing special matrix types in Python.