Skip to content
Prev 40083 / 398498 Next

weird behaviour of eigen() (actual example)

I agree with Patrick that we should leave the symmetric case alone,
although I did notice that Splus 6.1 says

   values:  vector of nrow(x) eigenvalues in descending order of modulus.

but does sort the symmetric case by value and not modulus, so the code 
that Pat refers to is presuming the documentation to be wrong ....

The asymmetric case is both back-compatible (EISPACK=T) and compatible
with S, so I think the documentation should be clarified---I am about to
do that.
On Mon, 10 Nov 2003, Patrick Burns wrote: