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 08-full-rank-least-squares-reaction-rate #19

Open KevinMurphy806 opened 5 years ago

KevinMurphy806 commented 5 years ago

The lu_factorization, as you probably know, was the hardest code for people to write because of all the different steps it requires. I think going through this idea on paper more in class would help people understand how the code itself should work instead of the class needing you to give them the code. While knowing how the code works to solve the lu is useful, unless it is taught better during class people will not be able to accomplish the task of writing it.

Other then the lu, the rest of the notebook outlines the reaction rate vector information very well.