Runge Kutta by teebee

enum R{R;int i;{for(;i<31;)System.out.printf("x = %.1f, y = %f\n",i*.1,Math.pow(26.5241/24,i++));}}

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

download

return to the top page