splitsys - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

PDEtools

  

splitsys

  

split sets of (algebraic or differential) equations into uncoupled subsets

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

splitsys(sys, funcs)

Parameters

sys

-

set of algebraic or differential equations

funcs

-

set with the indeterminate functions

Description

• 

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](..).

Examples

(1)

(2)

The system of ODEs is split into two subsets.

(3)

Split a mixed algebraic-differential system of equations.

(4)

(5)

Split a system of PDEs.

(6)

(7)

See Also

DEtools

PDEtools

splitstrip

 


Download Help Document