# Matlab Project 3
## 4084100046 龔鈺閎
### Q1.





### Q2.
#### V represents the eigenvectors, and Q represents the eigenvalues.






### Q3.
According to the tic toc consequence, the third one (Direct method) is much faster than the second one (For loop method). Becouse the comopiler of MATLAB is optimized.

My method to compute the A^100 is to use a for loop to calculate A * A for 100 times.