Re: Truncation of infinite series
From: Virgil (ITSnetNOTcom#virgil_at_COMCAST.com)
Date: 10/08/04
- Next message: Warren065: "An algebra problem with transversals and cosets driving me crazy"
- Previous message: Jon Slaughter: "Re: Minimum modulus of a polynomial"
- In reply to: Anonymous: "Truncation of infinite series"
- Next in thread: Karl: "Re: Truncation of infinite series"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 07 Oct 2004 23:09:29 -0600
In article <snn9d.88311$He1.62739@attbi_s01>,
Anonymous <nospam@noISP.com> wrote:
> (this was posted in sci.math.num-analysis a while ago, with no useful
> responses)
>
> I am doing many computations of the infinite series
>
> S = SUM { i^(2/3) * x^i } i=1,... and 0 < x < 1
>
> To evaluate this series, I want to truncate after some number of terms, n. n
> is to be
> chosen so the error, E(n), in replacing the infinite sum with the finite sum
> is less than
> a fixed fraction of the infinite sum. In other words, E(n)/S < eps, where eps
> = constant.
>
> The ratio between successive terms of the series is r = (i+1/i)^(2/3) * x, so
> the absolute
> error of truncating at the n-th term, u_n, is
>
> E(n) <= (r * u_n ) / (1-r)
>
> How can I determine n to limit the relative error? There must be something
> simple I am
> missing here.
>
> sherNOwoodSPAM@computer.org (remove caps to get e-mail)
The relative error is the absolute error divided by the correct sum.
- Next message: Warren065: "An algebra problem with transversals and cosets driving me crazy"
- Previous message: Jon Slaughter: "Re: Minimum modulus of a polynomial"
- In reply to: Anonymous: "Truncation of infinite series"
- Next in thread: Karl: "Re: Truncation of infinite series"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|