Student[NumericalAnalysis]
RateOfConvergence
compute the rate of convergence of a sequence or function
Calling Sequence
Parameters
Options
Description
Examples
RateOfConvergence(S, n, opts)
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
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.
If the input is a sequence an, the return value of the RateOfConvergence command is of the form L+On−d, where L=limn→∞an and an−L=On−d for some 0<d.
If the input is a function fx, the return value is of the form L+Oxd, where L=limx→0fx and fx−L=Oxd for some 0<d
If S is a function, the option isfunction must be set to true.
By default, the isfunction option is set to false.
withStudentNumericalAnalysis:
RateOfConvergence1+1n,n
1+O1n
RateOfConvergence12−1n2,n
12+O1n2
RateOfConvergenceexpx,x,isfunction=true
1+Ox
See Also
Student[NumericalAnalysis][ComputationOverview]
Download Help Document