Matlab calculates the maximum eigenvalue of the matrix and the eigenvector corresponding to the maximum eigenvalue 1 1/7 1/3 7 1 1/5 3 5 1

Matlab calculates the maximum eigenvalue of the matrix and the eigenvector corresponding to the maximum eigenvalue 1 1/7 1/3 7 1 1/5 3 5 1

a =1.0000 0.1429 0.33337.0000 1.0000 0.20003.0000 5.0000 1.0000>> [C,D]=eig(a)C =-0.1327 -0.0663 - 0.1149i -0.0663 + 0.1149i-0.4094 -0.2047 + 0.3546i -0.2047 - 0.3546i-0.9026 0.9026 0.9026 D =3.7089 0...