<< gschur Eigenvalue and Singular Value hess >>

Scilab Help >> Linear Algebra > Eigenvalue and Singular Value > gspec

gspec

eigenvalues of matrix pencil. This function is obsolete.

Calling Sequence

[al,be]=gspec(A,E)
[al,be,Z]=gspec(A,E)

Description

This function is now included in the spec function. the calling syntax must be replaced by

[al,be]=spec(A,E)
[al,be,Z]=spec(A,E)

See Also


Report an issue
<< gschur Eigenvalue and Singular Value hess >>