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.

condeig<br />

2condeig<br />

Purpose Condition number with respect to eigenvalues<br />

Syntax c = condeig(A)<br />

[V,D,s] = condeig(A)<br />

Description c = condeig(A) returns a vector of condition numbers for the eigenvalues of A.<br />

These condition numbers are the reciprocals of the cosines of the angles<br />

between the left and right eigenvectors.<br />

2-302<br />

[V,D,s] = condeig(A) is equivalent to<br />

[V,D] = eig(A);<br />

s = condeig(A);<br />

See Also balance, cond, eig<br />

Large condition numbers imply that A is near a matrix with multiple<br />

eigenvalues.

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

Saved successfully!

Ooh no, something went wrong!