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 limk→∞⁡Aki,j=0 for each i,j=1..n, where n is the dimension of A.
A is convergent if and only if the spectral radius of A is strictly less than 1.
with⁡StudentNumericalAnalysis:
A≔Matrix⁡12,14,15,13,12,16,16,17,13
A≔121415131216161713
MatrixConvergence⁡A
true
See Also
Student[LinearAlgebra]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][SpectralRadius]
Student[NumericalAnalysis][VectorLimit]
Download Help Document