Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
davideklund committed Jan 15, 2025
1 parent 693517e commit ef3c5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified content/img/solutions_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/sciml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef3c5be

Please sign in to comment.