7

There does not appear to be any documentation on how to use Method in Eigensystem, or at least not in Version 9.0.1 of Mathematica (unless I'm looking in the wrong place). The documentation page for Eigensystem just gives a single example of using an Arnoldi shift as

Method -> {"Arnoldi", Shift -> -4}

and the internal implementation page at tutorial/SomeNotesOnInternalImplementation#5107 just says that Eigensystem uses an ARPACK Arnoldi solver for iterative computing of the first $k$ eigenvectors.

The documentation page on Method likewise makes no mention of what options are available for use in eigendecomposition problems. Is there any documentation on what possible syntax options are available for Method in the context of Eigensystem?

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
DumpsterDoofus
  • 11,857
  • 1
  • 29
  • 49

1 Answers1

6

The as of 2014 February work-in-progress v10 documentation has added detailed information on the possible Method options for Eigenvalues. See it here, under Details and Options, and also under Options.

I'm not sure how much of this applies to v9 as well because I haven't actually tried using all these options.

Szabolcs
  • 234,956
  • 30
  • 623
  • 1,263