Main Content
sminDAE
Reduce algebraic states in sparse state-space models while preserving sparsity
Since R2024b
Description
reduces the number of algebraic states in the sparse model rsys
= sminDAE(sys
)sys
while
preserving sparsity. The sparsity of the dynamic portion of
(A,E) or
(M,C,K) is unchanged and fill-in
in the remaining matrices is kept in check.
In canonical DAE form:
the algebraic states are the entries of x2. In
general, sys
has algebraic states if E or
M is singular. Such models represent differential algebraic equations
(DAEs).
also specifies the acceptable amount of fill-in.rsys
= sminDAE(sys
,FillFactor
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b