NumPy

numpy is python's package for doing math.

https://numpy.org/doc/stable/reference/

Numpy Array

NumPy Range Array

linspace

zeros, ones, and eye commands

Additon, Subtraction, Division and Multiplication of Arrays

Matrix Multiplication

Liner Algebra Solve

Unique values in an array

Generate samples of a random variable

Accessing Entries

Indexing with Logicals

Save and Load NumPy Arrays