If we’re talking about finding the steady / convergence state of a matrix, there are better ways than simple repeated matrix multiplication. One would be to solve a linear system of equations. The one PageRank uses if I recall correctly is the power method for eigenvalues.