29,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in 6-10 Tagen
payback
15 °P sammeln
  • Broschiertes Buch

High Quality Content by WIKIPEDIA articles! Trunction errors in numerical integration are of two kinds: local truncation errors the truncation error caused by one iteration; global truncation errors the absolute difference between our approximation and the actual solution. Truncation error or local truncation error is error made by numerical algorithms that arises from taking finite number of steps in computation. It is present even with infinite-precision arithmetic, because it is caused by truncation of the infinite Taylor series to form the algorithm. Use of arbitrarily small steps in…mehr

Andere Kunden interessierten sich auch für
Produktbeschreibung
High Quality Content by WIKIPEDIA articles! Trunction errors in numerical integration are of two kinds: local truncation errors the truncation error caused by one iteration; global truncation errors the absolute difference between our approximation and the actual solution. Truncation error or local truncation error is error made by numerical algorithms that arises from taking finite number of steps in computation. It is present even with infinite-precision arithmetic, because it is caused by truncation of the infinite Taylor series to form the algorithm. Use of arbitrarily small steps in numerical computation is prevented by round-off error, which are the consequence of using finite precision floating point numbers on computers. Local Truncation error for a single step method: i+1(h)= ( yi+1 - yi ) / h (ti,yi)