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

Online Help

All Products    Maple    MapleSim


DEtools

  

chinisol

  

find solutions of a first order Chini ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

chinisol(lode, v)

Parameters

lode

-

first order differential equation

v

-

dependent variable of the lode

Description

• 

See the Chini command for the format of the Chini ODE.

• 

The chinisol routine determines if the first argument is a first order Chini ODE and, if so, attempts to find a solution to the equation by using the associated methods.

• 

The first argument is a differential equation in diff or D form and the second argument is the function in the differential equation.

• 

This function is part of the DEtools package, and so it can be used in the form chinisol(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[chinisol](..).

Examples

withDEtools:

Kamke, 1.52

odediffyx,x=ayx5+bx54

odeⅆⅆxyx=ayx5+bx54

(1)

chinisolode,yx

yx=4RootOf4` `_Z11024_a5ab4+_a1ⅆ_a+lnx+4c__1bx14

(2)

odediffyx,x=fx1ndiffgx,xagx+bnyxn+difffx,xfxyx+fxdiffgx,x

odeⅆⅆxyx=fx1nⅆⅆxgxyxnagx+bn+ⅆⅆxfxyxfx+fxⅆⅆxgx

(3)

chinisolode,yx

yx=RootOf` `_Zfx1nⅆⅆxgxagx+bnn1fxⅆⅆxgx2n+1agx+bn1fx2nanⅆⅆxgx3nnn_afx1nⅆⅆxgxagx+bnn1fxⅆⅆxgx2n+1agx+bn1fx2nanⅆⅆxgx3nnn+fx1nⅆⅆxgxagx+bnn1fxⅆⅆxgx2n+1agx+bn1fx2nanⅆⅆxgx3nnn+_anⅆ_alnagx+b+c__1fxagx+ba

(4)

See Also

DEtools

dsolve