Student[NumericalAnalysis][RateOfConvergence] - compute the rate of convergence of a sequence or function
|
Calling Sequence
|
|
RateOfConvergence(S, n, opts)
|
|
Parameters
|
|
S
|
-
|
algebraic; the function or sequence
|
n
|
-
|
name; the name of the indexing variable
|
opts
|
-
|
(optional) equation(s) of the form keyword = value where keyword is isfunction; whether S is is a function or sequence
|
|
|
|
|
Description
|
|
•
|
The RateOfConvergence command computes the rate of convergence of a sequence or function.
|
•
|
If S is a function, the option isfunction must be set to true.
|
•
|
By default, the isfunction option is set to false.
|
|
|
Options
|
|
•
|
isfunction = true or false
|
|
Whether to find the rate of convergence of a sequence or a function. If S is a function, isfunction must be set to true. By default, isfunction=false.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?