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

Online Help

All Products    Maple    MapleSim


Jacobi ODEs

 

Description

Examples

Description

• 

The general form of the Jacobi ODE is given by the following:

Jacobi_ode := diff(y(x),x,x)*x*(1-x) = (g-(a+1)*x)*diff(y(x),x)+n*(a+n)*y(x);

Jacobi_odeⅆ2ⅆx2yxx1x=ga+1xⅆⅆxyx+na+nyx

(1)
  

where n is an integer. See Iyanaga and Kawada, "Encyclopedic Dictionary of Mathematics", p. 1480.

Examples

The solution to this type of ODE can be expressed in terms of the hypergeometric function; see hypergeom.

withDEtools,odeadvisor

odeadvisor

(2)

odeadvisorJacobi_ode

_Jacobi

(3)

dsolveJacobi_ode

yx=c__1hypergeom1a2a2+4n+4a4n2+42,1a2+a2+4n+4a4n2+42,g,x+c__2x1+ghypergeoma2a2+4n+4a4n2+42+g,a2+a2+4n+4a4n2+42+g,2+g,x

(4)

See Also

DEtools

odeadvisor

dsolve

quadrature

missing

reducible

linear_ODEs

exact_linear

exact_nonlinear

sym_Fx

linear_sym

Bessel

Painleve

Halm

Gegenbauer

Duffing

ellipsoidal

elliptic

erf

Emden

Jacobi

Hermite

Lagerstrom

Laguerre

Liouville

Lienard

Van_der_Pol

Titchmarsh

odeadvisor,types