Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22237fc98b5910d

Jump to content

Talk:Truncation error

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 16 years ago by TomFitzhenry in topic Introducing local vs global error

Please read section 5.3 of reference book indicated in the article.

Unlike truncation error which only indicates that error is due to taking small step sizes, local truncation error give us error in terms of complexity theory.

e.g. If Taylor method of order n is used to approximate a solution to y'(t) = f(t, y(t)), a[[<]]t[[<]]b, y(a)=a0 with step size h and if y Є Cn+1[a,b], then the local truncation error is O(hn).

so local truncation error for Euler Method is O(h), for Heun's Method is O(h2) and for Runge-Kutta Method is O(h4).

By above discussion I try to clarify that local truncation error is a mean by which we can compare methods to find out what amount of error each method can produce, and hence local truncation error is very different from truncation error.


_____________________

Similar to discretization error, but not entirely.

When we have sin(x) = x + R(x), the remainder or chopped portion R(x) is known as truncation error.

Rk158903 (talk) 16:21, 29 September 2008 (UTC)Reply

Introducing local vs global error

[edit]

I'm going to work on this article locally, where I'll introduce local and global truncation errors. I will also mention how they're linked (i.e. lipshitz). User:TomFitzhenry/Truncation error TomFitzhenry (talk) 17:57, 23 October 2009 (UTC)Reply