PDEtools
splitsys
split sets of (algebraic or differential) equations into uncoupled subsets
Calling Sequence
Parameters
Description
Examples
splitsys(sys, funcs)
sys
-
set of algebraic or differential equations
funcs
set with the indeterminate functions
The splitsys function returns the received set of equations split, as much as possible, into subsets of equations mutually coupled, but not coupled with the equations of the other subsets. This splitting of the set may be useful for solving the system.
This function is part of the PDEtools package, and so it can be used in the form splitsys(..) only after executing the command with(PDEtools). However, it can always be accessed through the long form of the command by using PDEtools[splitsys](..).
The system of ODEs is split into two subsets.
Split a mixed algebraic-differential system of equations.
Split a system of PDEs.
See Also
DEtools
splitstrip
Download Help Document