Talk:Euler method: Difference between revisions

From Rosetta Code
Content added Content deleted
(Several formulae invisible on this page to many browsers since 22 July 2016)
Line 13: Line 13:
==Several formulae here now invisible to many browsers==
==Several formulae here now invisible to many browsers==


Various formulae on this page have become invisible to many browsers (all those - the majority - which display the graphic file rather than processing the MathML directly), as a result of 'tidying and spacing' edits made on 22 July 2016. One of the issues is an attempt at cosmetic introduction of redundant white space around Latex expressions inside <math> tags. This white space is not currently expected by the MediaWiki processor, and leads to the generation of syntactically ill-formed HTML. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 13:03, 19 September 2016 (UTC)
Various formulae on this task page have become invisible to many browsers (all those - the majority - which display the graphic file rather than processing the MathML directly), as a result of 'tidying and spacing' edits made on 22 July 2016. One of the issues is an attempt at cosmetic introduction of redundant white space around Latex expressions inside <math> tags. This white space is not currently expected by the MediaWiki processor, and leads to the generation of syntactically ill-formed HTML. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 13:03, 19 September 2016 (UTC)

Revision as of 13:05, 19 September 2016

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)


Several formulae here now invisible to many browsers

Various formulae on this task page have become invisible to many browsers (all those - the majority - which display the graphic file rather than processing the MathML directly), as a result of 'tidying and spacing' edits made on 22 July 2016. One of the issues is an attempt at cosmetic introduction of redundant white space around Latex expressions inside <math> tags. This white space is not currently expected by the MediaWiki processor, and leads to the generation of syntactically ill-formed HTML. Hout (talk) 13:03, 19 September 2016 (UTC)