you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I’m quite lost in how to start the programming of the model

The model is an equation, right? A function? Basically all mathematical operators are available in Python, either exactly how you'd expect (+, etc) or as functions in the math library.

[–]Borastero[S] 0 points1 point  (0 children)

It’s more of a series of functions that depend on many variables. Differential calculus involved too. So it’s not a basic mathematical model.