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

Online Help

All Products    Maple    MapleSim


DEtools

  

genhomosol

  

find solutions of a homogeneous first order ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

genhomosol(lode, v)

Parameters

ode

-

first order differential equation

v

-

dependent variable of the lode

Description

• 

The genhomosol routine determines whether the first argument is a general homogeneous first order ODE and, if so, returns a solution to the equation.

• 

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 genhomosol(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[genhomosol](..).

Examples

withDEtools:

odet3+zt33tzt2diffzt,t=0:

genhomosolode,zt

zt=413tc__12t2+1c__1132c__1,zt=413tc__12t2+1c__1134c__1I3413tc__12t2+1c__1134c__1,zt=413tc__12t2+1c__1134c__1+I3413tc__12t2+1c__1134c__1

(1)

odeztsqrtt2zt2+tDzt=0:

genhomosolode,zt

arctanztt2zt2+lntc__1=0

(2)

See Also

DEtools

dsolve