Lecture 07 (VL)

We continue to focus on objects used in linear algebra: vectors and matrices, which correspond to the Python/NumPy datatype arrays.
Details are found in Chapters 4 and 5 in the course book.

Slides: lecture07.pdf Download lecture07.pdf

Notebook: lecture07.ipynb Download lecture07.ipynb

Python: lecture07.py Download lecture07.py