This commit is contained in:
Yael-II
2025-01-19 17:31:02 +01:00
parent 34371f3532
commit 6b06be4a6b
27 changed files with 337 additions and 32 deletions

View File

@@ -32,6 +32,8 @@ def kepler(W):
ax.set_aspect("equal")
ax.set_xlabel("$x$")
ax.set_ylabel("$y$")
fig.savefig("pot_kepler.png")
return 0
def hh(W):
@@ -46,6 +48,8 @@ def hh(W):
ax.set_aspect("equal")
ax.set_xlabel("$x$")
ax.set_ylabel("$y$")
fig.savefig("pot_hh.png")
return 0
if __name__ == "__main__":