Write a Matlab program to find out the dominant eigenvalue of matrix using the power method. The script file must accept a square matrix. It should return a scalar representing the dominant eigenvalue. The program should also return the eigenvector that is produced by that eigenvalue.