dpploy / chen-3170

Computational Methods in Chemical Engineering (UMass Lowell, Spring 2024); Prof. Valmor F. de Almeida.
GNU General Public License v3.0
40 stars 44 forks source link

Notebook 04-arrays-operations #17

Open KevinMurphy806 opened 5 years ago

KevinMurphy806 commented 5 years ago

This notebook is a very god description of vectors and an intro to matrices. The only thing I would add to this notebook is in the matrix section, possibly explain the plot functions in more detail instead of just using them. We use the plot functions alot but I've noticed myself just copying the code from the notebooks instead of knowing how to use it myself.

dealmeidavf commented 5 years ago

I agree. Every function in the course should have a proper python docstring. It is on my to-do list.