The document discusses the power method, an iterative method for estimating the largest or smallest eigenvalue and corresponding eigenvector of a matrix. It begins by introducing the power method and notes it is useful when a matrix's eigenvalues can be ordered by magnitude. It then provides the working rules for determining a matrix's largest eigenvalue using the power method, which involves iteratively computing the matrix-vector product and rescaling the vector. Finally, it includes an example applying the power method to estimate the largest eigenvalue and eigenvector of a 2x2 matrix.