Pure Python: We will use nested lists to represent and operate with vectors and matrices. NumPy: You will learn to work with arrays, which facilitates many operations and optimizes performance. By the ...
01 notebooks/01_vectors.ipynb Vector operations, Gram-Schmidt, and projections in src/linalg_with_python/vectors.py. 02 notebooks/02_matrices_and_linear_maps.ipynb ...