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

Online Help

Student[NumericalAnalysis]

  

MatrixConvergence

  

check whether a matrix is convergent

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MatrixConvergence(A)

Parameters

A

-

Matrix; a square matrix

Description

• 

The MatrixConvergence command determines whether the square matrix A is convergent, in the sense that  for each , where  is the dimension of A.

• 

A is convergent if and only if the spectral radius of A is strictly less than 1.

Examples

(1)

(2)

See Also

Student[LinearAlgebra]

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][SpectralRadius]

Student[NumericalAnalysis][VectorLimit]

 


Download Help Document