@@ -1,4 +1,4 @@
#
#经典R-K,龙格-库塔法
def ClassicRK(x0,y0,h,xk,fxy):
k1=k2=k3=k4=0
result = [(x0,y0)]
The note is not visible to the blocked user.