Notes

Source: 📖 Python Cookbook ch3.10 p100


Numpy matrices vs arrays

Nympy's matrix object looks a lot like the array object, with the difference being that matrix support linear algebra functions and calculations.