Macaulay2 » Documentation
Packages » Macaulay2Doc » matrices » Matrix » eigenvectors » eigenvectors(...,Hermitian=>...)
next | previous | forward | backward | up | index | toc

eigenvectors(...,Hermitian=>...) -- whether to assume the matrix is symmetric or Hermitian

Caveat

The internal routine uses a different algorithm, only considering the upper triangular elements. So if the matrix is not symmetric or Hermitian, the routine will give incorrect results.

See also

Functions with optional argument named Hermitian:

Further information

  • Default value: false
  • Function: eigenvectors -- find eigenvectors of a matrix over real or complex numbers
  • Option key: Hermitian -- an optional argument

The source of this document is in Macaulay2Doc/functions/eigenvectors-doc.m2:55:0.