A=magic(4) %to create 4x4 matrix with no element repeating [V,D]=eig(A); disp('Eigen value is '); disp(D); disp('Eigen vector is '); disp(V); x=A(2,:) y=A([2,4],:) z ...
1 Department of Mathematics, Osmania University, Hyderabad, India. 2 Department of Statistics, Osmania University, Hyderabad, India. There are many algorithms to determine the Eigen values and Eigen ...