Function Rkferr; Function Rsberr - HP 50g User Manual

Graphing calculator
Hide thumbs Also See for 50g:
Table of Contents

Advertisement

These results indicate that ( x)
(CURRENT = 1) should be used.

Function RKFERR

This function returns the absolute error estimate for a given step when solving a
problem as that described for function RKF. The input stack looks as follows:
After running this function, the stack will show the lines:
Thus, this function is used to determine the increment in the solution, y, as well
as the absolute error (error).
The following screen shots show the RPN stack before and after application of
function RKFERR:
These result show that y = 0.827... and error = -1.89... 10

Function RSBERR

This function performs similarly to RKERR but with the input elements listed for
function RRK. Thus, the input stack for this function will look as follows:
After running the function, the stack will show the lines:
= 0.00558... and that the RKF method
next
2:
1:
4:
3:
2:
1:
2:
{'x', 'y', 'f(x,y)' ' f/ x' ' f/vy' }
1:
4:
{'x', 'y', 'f(x,y)' ' f/ x' ' f/vy' }:
3:
2:
1:
{'x', 'y', 'f(x,y)'}
x
{'x', 'y', 'f(x,y)'}
y
error
error
-6
.
x
y
Page 16-71

Advertisement

Table of Contents
loading

Table of Contents