The Perron-Frobenius eigenvalue of a positive matrix.
methods
pf_eigenvalue(X)
Arguments
X: An Expression or positive square matrix.
Returns
An Expression representing the largest eigenvalue of the input.
Details
For an elementwise positive matrix X, this atom represents its spectral radius, i.e., the magnitude of its largest eigenvalue. Because X is positive, the spectral radius equals its largest eigenvalue, which is guaranteed to be positive.