Solving for Eigenvectors and Eigenvalues in Matlab

edited May 2009 in Science & Tech
Hey guys quick question from a ME college student,

If I have a 3x3 Matrix and want to solve for the eigenvalues and eigenvectors what would be the correct command inputs?

I tried to go buy a guide book at BandN but they were out of stock.

Thanks for any help.

Z @ SMU-Dallas

Comments

  • shwaipshwaip bluffin' with my muffin Icrontian
    edited May 2009
    the command is [V,D] = eig(X);

    type help eig for more details
Sign In or Register to comment.