Main Content
massMatrixForm
Extract mass matrix and right side of semilinear system of differential algebraic equations
Description
[
returns the mass matrix M
,F
] =
massMatrixForm(eqs
,vars
)M
and the right side of equations
F
of a semilinear system of first-order differential algebraic
equations (DAEs). Algebraic equations in eqs
that do not contain any
derivatives of the variables in vars
correspond to empty rows of the
mass matrix M
.
The mass matrix M
and the right side of equations
F
refer to this form.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b