Ellipsoidal ODEs
Description
The general form of the ellipsoidal ODE is given by the following:
with(DEtools,odeadvisor);
odeadvisor
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ⅆx2y⁡x=a+b⁢k2⁢sin⁡x2+q⁢k4⁢sin⁡x4⁢y⁡x
odeadvisor(ellipsoidal_ode);
_ellipsoidal
See Arscott, "The Land Beyond Bessel: A Survey of Higher Special Functions".
See Also
DEtools
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
Download Help Document