ChEn263 — Lecture 12
Lecture 12 - Numpy Linear Algebra
- These notes cover different built-in linear algebra functions in Python. These include functions for doing math with arrays and for solving linear systems. I also discuss the concept of computational cost in terms of memory and CPU time, and I give a brief introduction to asymptotic notation.
Examples
- This video contains examples solving linear systems using Numpy functions.