isLowIndexDAE
Check if differential index of system of equations is lower than 2
Description
checks if the system tf
= isLowIndexDAE(eqs
,vars
)eqs
of first-order semilinear differential
algebraic equations (DAEs) has a low differential index. If the differential index of the
system is 0
or 1
, then
isLowIndexDAE
returns logical 1
(true). If the
differential index of eqs
is higher than 1
, then
isLowIndexDAE
returns logical 0
(false).
The number of equations eqs
must match the number of variables
vars
.
Examples
Input Arguments
Version History
Introduced in R2014b