Runge Kutta by Hendrik

#include <stdio.h>\x0d
#include <math.h>\x0d
main(){int x;for(x=0;x<31;x++)printf("x = %.1f, y = %f\n",.1*x,pow(1.105170833,x));}\x0d

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

download

return to the top page