Question:
-Use a random number generator to create a symmetric, [10x10] matrix
-Then, without using built-in MATLAB commands, using the Power Method in combination with the Method of Deflation, obtain the eigen values & eigenvectors of the matrix.
-Include randomly generated [10x10] matrix, recursive algorithms, comments, and output of the problem with answer.
You need to prepare program in MATLAB and use a random generator.