In MATLAB, you can use the eig
function to compute the eigenvalues of a matrix. Here's how you can find the eigenvalues for the matrix you provided:
main.m111 chars4 lines
The resulting eigenvalues will be displayed in the MATLAB command window.
gistlibby LogSnag