Returns 1 if the matrix a or the system sys is stable, or 0 if not.
Inputs
- tol
- is a roundoff parameter, set to 200*
epsif omitted.- dflg
- Digital system flag (not required for system data structure):
- dflg
!= 0- stable if eig(a) is in the unit circle
- dflg
== 0- stable if eig(a) is in the open LHP (default)
See also: size, rows, columns, length, ismatrix, isscalar, isvector, is_observable, is_stabilizable, is_detectable, krylov, krylovb