[R] Spectral Decomposition [OOPS]
(Ted Harding)
ted.harding at nessie.mcc.ac.uk
Fri Jun 29 15:42:22 CEST 2007
On 29-Jun-07 13:23:05, Ted Harding wrote:
> [Sorry -- a silly typo in my previous]:
> If A is not symmetric, you have "left" eigenvectors:
>
> x'*A = lambda*x'
>
> and "right" eigenvectors:
>
> A*x = lambda*x
>
> and the "left" eigenvectors are not the same as the "right"
> eigenvectors, though you have the same set of eigenvalues lambda
> in each case.
>
> You then have
>
> A = L'*B*R
Should be:
A = R*B*L'
in that L'*R = I (unit), so then
A*R = R*B
so each column (right eigenvector) of R is multiplied by the
corresponding lambda;
L'*A = B*L'
so each row (left eigenvector) of L' is multiplied by the
corresponding lambda.
Apologies for the slip!
Ted.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <ted.harding at nessie.mcc.ac.uk>
Fax-to-email: +44 (0)870 094 0861
Date: 29-Jun-07 Time: 14:42:19
------------------------------ XFMail ------------------------------
More information about the R-help
mailing list