Skip to content

13 02 2023

Francesco Saccomando Ciaramella edited this page Feb 13, 2023 · 9 revisions
  • Creating a code that generates a matrix (the user chooses the dimensions) and allows to fill it with values (uploaded in "Code" section);
  • Object oriented programming in Python;
  • Functions and Classes.

SciPy

First approach with SciPy and NumPy library, in particular:

  • SciPy matrix and vector (numpy.matrix & numpy.ndarray)

Clone this wiki locally