We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f062b commit 549b58cCopy full SHA for 549b58c
README.md
@@ -23,7 +23,7 @@ u0 = [1.0, 0, 0]
23
du0 = [-0.04, 0.04, 0.0]
24
tspan = (0.0,100000.0)
25
26
-function resrob(tres, y, yp, r)
+function resrob(r,yp,y,p,t)
27
r[1] = -0.04*y[1] + 1.0e4*y[2]*y[3]
28
r[2] = -r[1] - 3.0e7*y[2]*y[2] - yp[2]
29
r[1] -= yp[1]
0 commit comments