Runge Kutta by pooq

if(!exist("n"))n=0
if(!exist("a"))a=""
a=a.sprintf("x = %.1f, y = %f\n",n*.1,1.105170833**n)
n=n+1
if(n<31)reread
print a

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page