Runge Kutta by kt3k

import math
for i in range(31):print"x = %.1f, y = %.6f"%(i*.1,math.exp((.1-77e-9)*i))

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

download

return to the top page