Next: rename() Up: MacAnova Help File Previous: releigen()   Contents

releigenvals()

Usage:
releigenvals(h,e [,maxit:N, nonconvok:T]), h and e symmetric REAL
  matrices with no MISSING values, e positive definite, integer N > 0



Keywords: matrix algebra
                                  Usage
releigenvals(H,E) computes the eigenvalues of the p by p symmetric
matrix h relative to the symmetric positive definite matrix E of the
same size.

The value returned is vector(v1,v2,...,vp), where vj are the relative
eigenvalues with v1 >= v2 >= ... >= vp.  See releigen() for a summary of
the properties of relative eigenvlues.

                    Keywords 'maxit' and 'nonconvok'
See eigen() for information on keyword phrases 'maxit:N' and
'nonconvok:T'.

                            Cross references
See also det(), eigen(), eigenvals() and trideigen().


Gary Oehlert 2006-01-30