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

Online Help

Initial Conditions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

initialcondition[function name](eqn_1,eqn_2,...)

function(args)

Parameters

eqn_n

-

equation or set of equations defining a system

function

-

function name used to construct the initial condition

Description

• 

The initialcondition routine can be used to augment a set of equations with additional equations defining the initial conditions for the given system.

• 

The set of equations is formed from the arguments to the procedure. This set is further augmented by a new equation of the form Dnfa=b if derivatives are present, or fa=b otherwise.

Examples

initialconditionx3y2x+xy=3,x2+y2=1

x2+y2=1,x3y2x+xy=3,f00=a0

(1)

initialconditionfDifffx,x,x=sinx

ⅆ2ⅆx2fx=sinx,Dn1f0=0

(2)

See Also

dsolve

solve

 


Download Help Document