Runge Kutta by Hendrik

for x in range(31):print'x = %.1f, y = %f'%(.1*x,1.105170833**x)

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

download

return to the top page