The simplest cycle: Mathematical model - Discretization - Solve
Consider
It takes a lot to create
What if the computer time to computer a forecast for 1 day is more than 1 day?
Many process in physics are modelled as PDEs.
These are all partial differential equations!
PDE appear in:
Use software packages that do it for you
In [4]:
from IPython.core.display import HTML
def css_styling():
styles = open("./styles/custom.css", "r").read()
return HTML(styles)
css_styling()
Out[4]: