Runge Kutta by ksk

for i=0to 30do
Printf.printf"x = %.1f, y = %f
"(float i*.0.1)(1.105170833**float i)done

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

download

return to the top page