reduceDifferentialOrder
Reduce system of higher-order differential equations to equivalent system of first-order differential equations
Syntax
Description
[
rewrites a system of higher-order differential equations newEqs
,newVars
]
= reduceDifferentialOrder(eqs
,vars
)eqs
as a
system of first-order differential equations newEqs
by substituting
derivatives in eqs
with new variables. Here,
newVars
consists of the original variables vars
augmented with these new variables.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b