EigenVa(M) = Eigenvalues of square matrix M


EigenVa(M) = Eigenvalues of square matrix M:

Returns a column vector containing all n eigenvalues of the n by n matrix M. The eigenvalues are sorted in ascending order.

One way to compute the eigenvalues V of square matrix M is to find the roots of the characteristic polynomial. P = CharPoly(M), then V = PolRoots(P).

See: Eigenvalue -- From MathWorld

Return to Matrix and Polynomial Computations
Return to Harry's Home Page


This page accessed times since September 18, 2006.
Page created by: hjsmithh@sbcglobal.net
Changes last made on Monday, 06-Aug-07 20:22:44 PDT