Student[NumericalAnalysis]
SpectralRadius
compute the spectral radius of a square matrix
Calling Sequence
Parameters
Description
Notes
Examples
SpectralRadius(A)
A
-
Matrix; a square matrix
The SpectralRadius command computes the maximum of the absolute values of the eigenvalues of the matrix A.
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.
with⁡StudentNumericalAnalysis:
A≔Matrix⁡2,−1,1,2,2,2,−1,−1,2
A≔2−11222−1−12
b≔Vector⁡−1,4,−5
b≔−14−5
T_j≔IterativeFormula⁡A,b,method=jacobi,output=T
T_j≔012−12−10−112120
SpectralRadius⁡T_j
52
See Also
LinearAlgebra[Eigenvalues]
Student[LinearAlgebra]
Student[NumericalAnalysis][ComputationOverview]
Download Help Document