Quadratic decay rate of polytopic or affine P-systems
[drate,P] = decay(ps,options)
For affine parameter-dependent systems
or polytopic systems
decay
returns the quadratic decay rate drate
, i.e., the smallest α ∊ R such that
ATQE + EQAT < αQ
holds for some Lyapunov matrix Q > 0 and all possible values of (A, E). Two control parameters can be reset via options(1)
and options(2)
:
If options(1)=0
(default), decay
runs in fast mode, using the least expensive sufficient conditions. Set options(1)=1
to use the least conservative conditions.
options(2)
is a bound on the condition number of the Lyapunov matrix P. The default is 109.