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.

eigs(A,K,sigma,opts) and eigs(A,B,k,sigma,opts) specify an options<br />

structure:<br />

Parameter Description Default<br />

Value<br />

options.issym 1 if A or A-sigma*B represented by<br />

Afun is symmetric, 0 otherwise.<br />

options.isreal 1 if A or A-sigma*B represented by<br />

Afun is real, 0 otherwise.<br />

options.tol Convergence:<br />

abs(lamda_computed-lamda_true) <<br />

tol*abs(lamda_computed).<br />

Note <strong>MATLAB</strong> 5 options stagtol and cheb are no longer allowed.<br />

0<br />

1<br />

eps<br />

options.maxit Maximum number of iterations. 300<br />

options.p Number of basis vectors. p >= 2k<br />

(p >= 2k+1 real nonsymmetric)<br />

advised. Note: p must satisfy<br />

k < p

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

Saved successfully!

Ooh no, something went wrong!