Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - Standard textbook covering the mathematical and geometric principles of vector operations.
Universal functions (ufunc), NumPy Developers, 2023 - Official documentation detailing element-wise operations (ufuncs) in NumPy, crucial for practical vector computation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 2 presents linear algebra fundamentals, including vector addition and subtraction, within the context of machine learning.
18.06SC Linear Algebra, Fall 2011, Gilbert Strang, 2011MIT OpenCourseWare (Massachusetts Institute of Technology) - An online course offering lectures and materials that complement textbook learning of vector operations and linear algebra.