From 3236b9c4b4f1d9d37cfceea5986c664e285860f9 Mon Sep 17 00:00:00 2001 From: mathemacode <43391344+mathemacode@users.noreply.github.com> Date: Fri, 16 Apr 2021 21:16:07 -0400 Subject: [PATCH] Minor ReadMe update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e97867b..6da570b 100644 --- a/README.md +++ b/README.md @@ -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 ```