VectorLimit - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[NumericalAnalysis]

  

VectorLimit

  

compute the limit of a vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

VectorLimit(V, n)

Parameters

V

-

Vector

n

-

name; the name of the index variable of the sequence represented by V

Description

• 

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.

Examples

withStudentNumericalAnalysis:

V1Vector1+1n,21n

V11+1n21n

(1)

VectorLimitV1,n

12

(2)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][MatrixConvergence]

Student[NumericalAnalysis][SpectralRadius]