Start, Page 2, Page 3, Page 4, Page 5. | Next >> |
This tutorial is designed to take you through an example where the the time needed to create a high-resolution publication quality plot of the pseudospectra of a matrix is significantly reduced by projection onto a carefully chosen invariant subspace.
This tutorial assumes that you have already downloaded the latest version of EigTool, and have followed all of the installation instructions on that page.
The tutorial is organised into five parts:
You can download the code used to generate the matrices used in this tutorial by clicking here. This is taken from Trefethen's paper, Computation of Pseudospectra (Acta Numerica, 1999), which describes projection in greater detail.
B = lnt_comp_psa_mtxs(200);
Compute the pseudospectra using the default settings:
eigtool(B)
You should end up with something like the following image, which takes about 30 seconds to generate on my Sun Ultra 5 workstation.
Note the large magnitudes of the x and y axes. Thes axes are chosen automatically by EigTool, and are this big because of the outlying eigenvalue near -80,000.
Start, Page 2, Page 3, Page 4, Page 5. | Next >> |
EigTool home page.