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

Online Help

All Products    Maple    MapleSim


DEtools

  

hypergeomsols

  

solutions of a hypergeometric type second order linear ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hypergeomsols(LODE)

hypergeomsols(LODE,y(x))

hypergeomsols(coeff_list,x)

Parameters

LODE

-

homogeneous linear differential equation of second order

y(x)

-

any indeterminate function of one variable; required only when the ODE involves more than one function being differentiated

coeff_list

-

list of coefficients of the linear ODE

x

-

independent variable of the linear ODE

Description

• 

The hypergeomsols routine returns a basis of the space of solutions of a second order linear ODE of hypergeometric type--that is, an equation of the form (see hyperode)

DEtools[hyperode](hypergeom([a,b], [c], x), y(x)) = 0;

(1)
  

For making symbolic experiments with the hypergeom function and the differential equation it satisfies see also dpolyform.

• 

There are two general forms of calling sequences available for hypergeomsols.

  

The first argument LODE of the first calling sequence is a linear differential equation in diff or  form. The second argument y(x) is the function in the differential equation, and it is required only when the ODE involves more than one function being differentiated.

  

The last calling sequence has as its first argument the list of coefficients of a linear ODE, and the second argument is the independent variable. This input sequence may be convenient for programming with the hypergeomsols routine.

• 

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

Examples

(2)

Kamke's example 2.108:

(3)

(4)

A solution to this ODE is built by using this solution basis and tested as follows.

(5)

(6)

Kamke's example 2.114:

(7)

(8)

Kamke's example 2.116:

(9)

(10)

See Also

DEtools

dpolyform

dsolve

hyperode

 


Download Help Document