Runge Kutta by tabasa

END{z=1;while(i<3.1){printf("x = %.1f, y = %f\n",i,z);i+=0.1;z*=1.105170833}}

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

download

return to the top page