SpectralRadius - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

withStudentNumericalAnalysis:

AMatrix2,1,1,2,2,2,1,1,2

A2−11222−1−12

(1)

bVector1,4,5

b−14−5

(2)

T_jIterativeFormulaA,b,method=jacobi,output=T

T_j01212−10−112120

(3)

SpectralRadiusT_j

52

(4)

See Also

LinearAlgebra[Eigenvalues]

Student[LinearAlgebra]

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]