Mail Archives: djgpp/1995/12/19/08:54:49
wtanksle AT sdcc15 DOT ucsd DOT edu (William Tanksley) wrote (Subject: Re: 3*3
eigenvalues):-
> Here's a rough summary: a matrix can be used to transform a vector in
> certain ways....
/* matrix * eigenvector = eigenvalue * eigenvector */
An n*n square matrix X has n eigenvectors V1 to Vn (each with n elements), and
n eigenvalues x1 to xn (scalars). For i = 1 to n, X*Vi = xi*Vi . All or some
of the eigenvectors and eigenvalues may be complex (i.e. not real).
- Raw text -