Post Reply 
HP 50g Romberg Integration
04-01-2014, 05:24 AM
Post: #3
RE: HP 50g Romberg Integration
Hello Gerson,

first of all, I tried to include with the tags my program, but it doesn't works, the format was spoiled.

Second the example:

The function to integrate is defined in 'Y' (I forgot this to mention in my first post, sorry) (here: << INV >> for 1/x)

Input:
4.
2.
1.

4 is iteration depth
2 upper limit
1 lower limit

output:

6,9412E-1
{ 6,9444E-1 6,9325E-1 6,9315E-1 }
{ 6,9317E-1 6,9315E-1 }
{ 6,9315E-1 }
6,9315E-1

First value: result from pure trapezoid rule in total
Last value: with Richardson extrapolation
the three lists in between are the "table" for the Richardson extrapolation
(this outputs results every DOSUBS call).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 50g Romberg Integration - peacecalc - 03-31-2014, 03:28 PM
RE: HP 50g Romberg Integration - peacecalc - 04-01-2014 05:24 AM
RE: HP 50g Romberg Integration - Dieter - 04-02-2014, 01:05 PM
RE: HP 50g Romberg Integration - peacecalc - 04-02-2014, 05:21 PM
RE: HP 50g Romberg Integration - HP67 - 04-04-2014, 06:22 AM
RE: HP 50g Romberg Integration - C.Ret - 04-02-2014, 10:02 PM
RE: HP 50g Romberg Integration - peacecalc - 04-03-2014, 07:11 PM
RE: HP 50g Romberg Integration - peacecalc - 04-04-2014, 06:25 PM



User(s) browsing this thread: 1 Guest(s)