ellipsoidal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Ellipsoidal ODEs

Description

• 

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

with(DEtools,odeadvisor);

odeadvisor

(1)

ellipsoidal_ode := diff(y(x),x,x) = (a+b*k^2*sin(x)^2+q*k^4*sin(x)^4)*y(x);

ellipsoidal_odeⅆ2ⅆx2yx=a+bk2sinx2+qk4sinx4yx

(2)

odeadvisor(ellipsoidal_ode);

_ellipsoidal

(3)
  

See Arscott, "The Land Beyond Bessel: A Survey of Higher Special Functions".

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