Talk:Euler method: Difference between revisions

From Rosetta Code
 
m (moved Talk:Euler Method to Talk:Euler method: Capitalization policy)
(No difference)

Revision as of 16:37, 10 March 2011

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)