hits, a MATLAB code which carries out the HITS algorithm for assigning authority and hub indices to a directed network of web pages.
The computer code and data files made available on this web page are distributed under the MIT license
hits is available in a MATLAB version.
arpack_test, a MATLAB code which computes eigenvalues and eigenvectors of large sparse matrices, accessible via the built-in EIGS command;
pagerank, a MATLAB code which illustrates the eigenvalue (power method) and surfer (Markov chain) approaches to ranking web pages.
power_method, a MATLAB code which carries out the power method for finding a dominant eigenvalue and its eigenvector.