Unit 05: Arrays
In this unit we focus on objects used in linear algebra: vectors and matrices which correspond to the Python/NumPy datatyp arrays.
Slides: unit05.pdf Download unit05.pdf
Notebook: Unit5.ipynb Download Unit5.ipynb
I've added some notes in the ipynb-file about matplotlib.pyplot
vs. pylab
.