Report 1: Powering Through
Report task: Write code to compute the dominant eigenvector of a large sparse matrix. The code should work for at least a 10,000 by 10,000 matrix.
Overview: I choose to use the power method because it is the easiest way to find the dominant eigenvector of…