Runge Kutta by pooq

set x 0
while {$x<31} {puts [format "x = %.1f, y = %.6f" [expr $x*.1] [expr pow(26.5241/24,$x)]]
incr x}

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

download

return to the top page