0% found this document useful (0 votes)
24 views

An Introduction To Numpy and Scipy: © 2014 M. Scott Shell Last Modified 6/17/2014

This document provides an introduction to the NumPy and SciPy Python modules. It covers topics like arrays, array operations, vector and matrix mathematics, statistics functions, and the various modules available in SciPy.

Uploaded by

johnrambo3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

An Introduction To Numpy and Scipy: © 2014 M. Scott Shell Last Modified 6/17/2014

This document provides an introduction to the NumPy and SciPy Python modules. It covers topics like arrays, array operations, vector and matrix mathematics, statistics functions, and the various modules available in SciPy.

Uploaded by

johnrambo3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

An introduction to Numpy and Scipy

Table of contents
Table of contents ............................................................................................................................ 1
Overview ......................................................................................................................................... 2
Installation ...................................................................................................................................... 2
Other resources .............................................................................................................................. 2
Importing the NumPy module ........................................................................................................ 2
Arrays .............................................................................................................................................. 3
Other ways to create arrays ........................................................................................................... 7
Array mathematics.......................................................................................................................... 8
Array iteration ............................................................................................................................... 10
Basic array operations .................................................................................................................. 11
Comparison operators and value testing ..................................................................................... 12
Array item selection and manipulation ........................................................................................ 14
Vector and matrix mathematics ................................................................................................... 16
Polynomial mathematics .............................................................................................................. 18
Statistics ........................................................................................................................................ 19
Random numbers.......................................................................................................................... 19
Other functions to know about .................................................................................................... 21
Modules available in SciPy ............................................................................................................ 21

2014 M. Scott Shell

1/24

last modified 6/17/2014

You might also like