@@ -1,3 +1,4 @@
#
def ClassicRK(x0,y0,h,xk,fxy):
k1=k2=k3=k4=0
result = [(x0,y0)]
The note is not visible to the blocked user.