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

Online Help

Student[NumericalAnalysis]

  

SpectralRadius

  

compute the spectral radius of a square matrix

 

Calling Sequence

Parameters

Description

Notes

Examples

Calling Sequence

SpectralRadius(A)

Parameters

A

-

Matrix; a square matrix

Description

• 

The SpectralRadius command computes the maximum of the absolute values of the eigenvalues of the matrix A.

Notes

• 

The output from this procedure will be as symbolic as computationally feasible. If the exact spectral radius of A is too time-consuming to compute, it may be computed numerically.

Examples

(1)

(2)

(3)

(4)

See Also

LinearAlgebra[Eigenvalues]

Student[LinearAlgebra]

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]

 


Download Help Document