Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A widely used textbook for linear algebra that thoroughly introduces fundamental matrix definitions and properties.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679989 - A textbook specifically tailored for machine learning practitioners, covering core linear algebra concepts including various matrix types.
numpy.identity, NumPy Developers, 2024 - Official NumPy documentation for the identity function, useful for creating identity matrices in Python.
numpy.zeros, NumPy Developers, 2024 - Official NumPy documentation for the zeros function, providing details on creating zero matrices.