23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

(lambda - 4.0), where lambda is an estimate of an eigenvalue of A.Aslambda<br />

gets closer to 4.0, eigs fails. We must use sigma near but not equal to 4 to find<br />

those 18 eigenvalues.<br />

sigma = 4 - 1e-6<br />

[V,D] = eigs(A,18,sigma)<br />

The plot shows the 20 eigenvalues closest to 4 that were computed by eig,<br />

along with the 18 eigenvalues closest to 4 - 1e-6 that were computed by eigs.<br />

4.03<br />

4.02<br />

4.01<br />

See Also arpackc, eig, svds<br />

4<br />

3.99<br />

3.98<br />

3.97<br />

18 repeated eigenvalues of delsq(numgrid(’C’,30)) at 4<br />

eigs(A,18,sigma)<br />

eig(A)<br />

2 4 6 8 10 12 14 16 18 20<br />

<strong>Reference</strong>s [1] Lehoucq, R.B. and D.C. Sorensen, “Deflation Techniques for an Implicitly<br />

Re-Started Arnoldi Iteration,” SIAM J. Matrix Analysis and Applications, Vol.<br />

17, 1996, pp. 789-821.<br />

[2] Lehoucq, R.B., D.C. Sorensen, and C. Yang, ARPACK Users' Guide:<br />

Solution of Large-Scale Eigenvalue Problems with Implicitly Restarted Arnoldi<br />

Methods, SIAM Publications, Philadelphia, 1998.<br />

eigs<br />

2-479

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!