Student[NumericalAnalysis][AbsoluteError] - compute the absolute error of an approximation
|
Calling Sequence
|
|
AbsoluteError(xe, xa, opts)
|
|
Parameters
|
|
xe
|
-
|
realcons; the exact value
|
xa
|
-
|
realcons; the approximated value
|
opts
|
-
|
(optional) equation(s) of the form digits = value
|
|
|
|
|
Description
|
|
•
|
The AbsoluteError command computes the absolute error of xa with respect to the exact value xe.
|
|
|
Options
|
|
|
A positive integer; the environment variable Digits will be set to this integer during the execution of this procedure. By default, Digits is 10.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?