MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

Eigensystems

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Eigensystems
  • From: billl at helmholtz.sdsc.edu (Bill Lytton)
  • Date: Thu, 18 Jun 92 10:21:25 PDT

It may be a feature but it looks like a bug to me:

Eigenvalues[mat] does not return the list in the same order as
Eigensystem[mat][[1]]

This change in order means that the result of Eigenvalues[] cannot be
used together with Eigenvectors[] i.e.

mat.Transpose[Eigenvectors[mat]] != 
	Transpose[Eigenvectors[mat]].DiagonalMatrix[Eigenvalues[mat]]

Eigensystem[] is internally consistent.

Bill
________________________________________________________________
Bill Lytton				billl at helmholtz.sdsc.edu
Salk Institute				tel 619 453 4100 x124
10010 N. Torrey Pines Rd.		fax 619 587 0417
La Jolla, CA  92037			
________________________________________________________________





  • Prev by Date: extending Plus
  • Next by Date: Alias vs $PreRead
  • Previous by thread: extending Plus
  • Next by thread: Alias vs $PreRead