Determine whether LTI system is stable.
Inputs
LTI system.
Optional tolerance for stability. tol must be a real-valued, non-negative scalar. Default value is 0.
Outputs
True if the system is stable and false otherwise.
real (p) < -tol*(1 + abs (p)) continuous-time abs (p) < 1 - tol discrete-time
Package: control