Runge Kutta by pooq

y=1
for x=0,30 do print(("x = %.1f, y = %f"):format(x/10,y))y=y*26.5241/24 end

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

download

return to the top page