Runge Kutta by tabasa

z=1\x0d
31.times{|i|\x0d
puts"x = #{0.1*i}, y = #{format"%f",z}"\x0d
z*=1.105170833\x0d
}

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

download

return to the top page