esort {control} | R Documentation |
Sort Complex Continuous Eigenvalues in Descending Order
Description
esort
sorts the complex continuous eigenvalues in descending
order
Usage
esort(p)
Arguments
p |
A vector containing the poles of a transfer-function, zero-pole model or the eigenvalues of a state-matrix |
Details
esort
sorts the complex eigenvalues based on their real part. The unstable eigenvalues (positive
real part) are first shown.
This function is used to sort eigenvalues and system poles in damp
Value
Returns the sorted eigenvalues and the cooresponding indices in a list:
s = sorted eigenvalues idx = index
See Also
[Package control version 0.2.5 Index]