Runge Kutta by 51b

void main(){for(real x=0,y=1;x<3;x+=.1,y*=6.631025/6)printf("x = %.1Lf, y = %Lf
",x,y);}

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

download

return to the top page