Runge Kutta by SeeNoEvil

y=1
x=0
exec'print"x = %.1f, y = %f"%(x,y);x+=.1;y*=1.105170833;'*31

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

download

return to the top page