Posted inMATLAB How to use MATLAB to compute eigenvalues and eigenvectors ? Posted by By SK Math Expert July 24, 2023Posted inMATLAB Question : Use MATLAB to compute eigenvalues and eigenvectors of AB and BA where A =[1 2;3 4;5 6], B=[1 2 3; 4 5 6] Answer : A=[1 2;3 4;5 6]; % Matrix A B=[1 2 3;4 5 6]; %… This Question has been answered. Please Login or Register to See The Answer Post navigation Previous Post What is the value of 1/2df/dx+1/3df/dy+1/4df/dz ? If u=Next PostWhat is general solution of ode cos(y)y’=x/(x^2+1)sin(y) ?