Student[NumericalAnalysis]
MatrixConvergence
check whether a matrix is convergent
Calling Sequence
Parameters
Description
Examples
MatrixConvergence(A)
A
-
Matrix; a square matrix
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.
See Also
Student[LinearAlgebra]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][SpectralRadius]
Student[NumericalAnalysis][VectorLimit]
Download Help Document