This commit is contained in:
lwj
2025-06-10 13:48:11 +08:00
parent 0bb82eab13
commit 333f8480e4

View File

@@ -1,3 +1,4 @@
#
def ClassicRK(x0,y0,h,xk,fxy):
k1=k2=k3=k4=0
result = [(x0,y0)]