Broadcasting, NumPy Developers, 2024 - Explains how NumPy handles operations between arrays of different shapes, including array-scalar operations, which are a simple form of broadcasting.
Universal functions (ufunc), NumPy Developers, 2024 - Describes the underlying mechanism for element-wise operations in NumPy, which includes the basic arithmetic operators discussed.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A foundational book providing a comprehensive introduction to NumPy arrays and their operations, including element-wise arithmetic and broadcasting.