Initial Conditions
Calling Sequence
Parameters
Description
Examples
initialcondition[function name](eqn_1,eqn_2,...)
function(args)
eqn_n
-
equation or set of equations defining a system
function
function name used to construct the initial condition
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 Dn⁡f⁡a=b if derivatives are present, or f⁡a=b otherwise.
initialcondition⁡x3−y2⁢x+x⁢y=3,x2+y2=1
x2+y2=1,x3−y2⁢x+x⁢y=3,f0⁡0=a0
initialconditionf⁡Diff⁡f⁡x,x,x=sin⁡x
ⅆ2ⅆx2f⁡x=sin⁡x,Dn1⁡f⁡0=0
See Also
dsolve
solve
Download Help Document