Runge Kutta by nn

for(y=1,i=.1;y<21;y*=26.5241/24)print('x =',/.../(i++/10)+', y =',y.toFixed(6))

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

download

return to the top page