Talk:Euler method

From Rosetta Code
Revision as of 22:55, 6 March 2011 by rosettacode>NevilleDNZ (→‎Potential improvements)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Potential improvements

  • Output a table of (tn,yn) instead of (tn,yn-1).
  • Output (ta,ya) and (tb,yb) athe the top and bottom of the table.
  • Provide as input a the desired numerical error bound of output.
  • Produce a numerical bound on the results numerical error.
  • Generalise to ℝn.
  • Handle cases where the step (h) does not fit perfectly into the range [a:b], especially where the range is [a:nh+ε]
  • Accumulate the round off error in the sum, and amend/improve the final.

NevilleDNZ 22:55, 6 March 2011 (UTC)