June 2008
Beginner to intermediate
417 pages
10h 41m
English
Numerical arrays are vectors, matrices, and tensors that are important to the speedy manipulation of data. There are two reasons that arrays are so useful: (1) they provide dramatic savings in computational time and (2) they can drastically reduce the amount of coding that is required to accomplish a task. The NumPy and SciPy packages offer a wide range of array functions and data types that will be used in almost all of the applications in this book.
NumPy and SciPy are packages designed for the manipulation of arrays and scientific data. The NumPy package contains the array manipulation routines and the SciPy package contains a variety of scientific packages that are not part of the standard ...