Skip to content

Commit

Permalink
Minor ReadMe update
Browse files Browse the repository at this point in the history
  • Loading branch information
glider4 committed Apr 17, 2021
1 parent aed4617 commit 3236b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def f3(x, y, z):
return 0.1 + z*(x - 14)

res = ABM(f1, f2, f3, 0, 15, 15, 36, 0, 100, 10000)
res.plot3d()
# func1, func2, func3, initial t0, x0, y0, z0, lower bound, upper, num iterations
```

Expand Down

0 comments on commit 3236b9c

Please sign in to comment.