Perron root computation

An algorithm that computes the Perron root and Perron vector for an irreducible non-negative matrix.

You are now following this Submission

The Perron-Frobenius theorem [1] for non-negative matrices has a lot of application such as in Markov matrices, GooglePage Algorithm, Ranking algorithms etc. The perron root and the perron vector computation may be required for these application. This function lets you calculate the perron root and the perron vector for non-negative irreducible matrices.

Perron root computation is based on the algorithm described in PRAKASH CHANCHANA, ``AN ALGORITHM FOR COMPUTING THE PERRON ROOT OF A NONNEGATIVE IRREDUCIBLE MATRIX'' Ph.D. Dissertation, North Carolina State University, Raleigh, 2007

[1] http://en.wikipedia.org/wiki/Perron-Frobenius_theorem

Cite As

Aravind Seshadri (2026). Perron root computation (https://uk.mathworks.com/matlabcentral/fileexchange/22763-perron-root-computation), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: Non-parametric ranking and rating functions

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.3.0.0

Modified the license to BSD

1.0.0.0