Skip to content
Snippets Groups Projects
Commit 869a281f authored by Delvigne Frank's avatar Delvigne Frank
Browse files

Replace ODE_template.py

parent 9a12dfb6
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ X = ...
#Enter your ODE(s) as a new function in Python using def
def PFR(t, x):
yourODEs
def yourODEs(t, x):
enter your ODEs
r1 = solve_ivp(fun=yourODEs, t_span=[...,...], y0=[...], t_eval=np.arange(...,...,...))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment