diff --git a/content/img/solutions_1.png b/content/img/solutions_1.png index dc485d8..b4f887e 100644 Binary files a/content/img/solutions_1.png and b/content/img/solutions_1.png differ diff --git a/content/sciml.rst b/content/sciml.rst index ce8fa8d..123fec8 100644 --- a/content/sciml.rst +++ b/content/sciml.rst @@ -49,10 +49,10 @@ of a drag force and gravity. We will consider this problem in 2 dimensions. tspan = (0.0, 1.0) sc = 1.0 - deltat = 0.1 + deltat = 0.01 u0 = sc * rand(4) - inits_g = [rand(4) for ii in range(1,6)] + inits_g = [rand(4) for ii in range(1,1)] prob = ODEProblem(dynamics!, u0, tspan)