Compiled java applet is created when the file "Power Method" has been run in the "Source" folder. The applet displays two buttons: One button generates 10 random 6x6 matrices and the other uses the power method to find eigenvalues for each of the matrices. Results are displayed in the output section of any JAVA IDE. I wasn't sure if the results should be presented in a GUI, but the JAMA packaged did not include any means of displaying matrix results other than through a print statement. 