Student[NumericalAnalysis]
VectorLimit
compute the limit of a vector
Calling Sequence
Parameters
Description
Examples
VectorLimit(V, n)
V
-
Vector
n
name; the name of the index variable of the sequence represented by V
Each component of V is viewed as a function of n, so that V represents a sequence of vectors vn.
The VectorLimit command determines the limit of this sequence of vectors vn as n approaches infinity.
with⁡StudentNumericalAnalysis:
V1≔Vector⁡1+1n,2−1n
V1≔1+1n2−1n
VectorLimit⁡V1,n
12
See Also
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][MatrixConvergence]
Student[NumericalAnalysis][SpectralRadius]
Download Help Document