NumPy documentation: Array creation and operations, NumPy Developers, 2024 - Essential resource for understanding NumPy's array object, creation, and fundamental operations like element-wise arithmetic, matrix multiplication, and transposing.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - Provides practical examples and detailed explanations of NumPy array creation and matrix operations within the context of data manipulation and scientific computing in Python.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 2 provides a concise overview of linear algebra fundamentals directly relevant to machine learning, reinforcing the theoretical basis for matrix operations.