Skip to Content
Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib
book

Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib

by Robert Johansson
December 2018
Intermediate to advanced
709 pages
18h 56m
English
Apress
Content preview from Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib
© Robert Johansson 2019
Robert JohanssonNumerical Python https://doi.org/10.1007/978-1-4842-4246-9_2

2. Vectors, Matrices, and Multidimensional Arrays

Robert Johansson1 
(1)
Urayasu-shi, Chiba, Japan
 

Vectors, matrices, and arrays of higher dimensions are essential tools in numerical computing. When a computation must be repeated for a set of input values, it is natural and advantageous to represent the data as arrays and the computation in terms of array operations. Computations that are formulated this way are said to be vectorized.1 Vectorized computing eliminates the need for many explicit loops over the array elements by applying batch operations on the array data. The result is concise and more maintainable code, and it enables delegating the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Numerical Computing with NumPy

Mastering Numerical Computing with NumPy

Umit Mert Cakmak, Tiago Antao, Mert Cuhadaroglu
Numerical Computing with Python

Numerical Computing with Python

Pratap Dangeti, Allen Yu, Claire Chung, Aldrin Yim

Publisher Resources

ISBN: 9781484242469Purchase LinkPublisher Website