Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - This foundational textbook provides thorough coverage of vector spaces and operations, including scalar multiplication, offering rigorous mathematical definitions and geometric intuition.
Introduction to Applied Linear Algebra: Vectors, Matrices, and Least Squares, Stephen Boyd and Lieven Vandenberghe, 2018 - An excellent resource that presents linear algebra with a strong emphasis on applications, directly relevant to the computational and analytical needs of machine learning practitioners. Covers vector operations from an applied viewpoint.
NumPy Reference, NumPy Developers, 2025 - The official documentation for NumPy details the array object and its operations, including how scalar multiplication is efficiently implemented in Python for numerical computing.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This widely recognized textbook includes a dedicated chapter on linear algebra, explaining fundamental vector operations and their direct relevance to algorithms such as gradient descent, where scalar multiplication controls the learning rate.