Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - Classic foundational text covering systems of linear equations and their matrix representation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - Chapter 2 introduces linear algebra concepts, including Ax=b, with a focus on their relevance for machine learning.
NumPy Reference Guide (numpy.linalg module), The NumPy Developers, 2023 (NumPy) - Official documentation for NumPy's linear algebra module, illustrating how matrix and vector operations are computationally handled.