Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glider4 committed Apr 17, 2021
1 parent 3236b9c commit 586b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This example produces the following 3D plot:

![rossler3D](./plots/dynamic_triple_rossler.png)

You can run `adams(a, b, n)` or `rk(a, b, n)` also, which will result in a list of computational results, which
You can run `adams()` or `rk()` also, which will result in a list of computational results, which
can then be analyzed or plotted. Comparing RK4's estimation and ABM's is also interesting. Output of these two
functions is as follows:

Expand Down

0 comments on commit 586b5b8

Please sign in to comment.