The Matrices and Vectors in Python

The matrices and vectors are Python objets, more precisely 'numpy' and 'numpy.linalg' objects.

We will see how to define and manipulate these objects here.

The script used to illustrate the lecture is given as downloadable zip file below.

Complete and Continue