Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DEtools[hypergeomsols] - solutions of a hypergeometric type second order linear ODE
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;
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
Kamke's example 2.108:
A solution to this ODE is built by using this solution basis and tested as follows.
Kamke's example 2.114:
Kamke's example 2.116:
See Also
DEtools, dpolyform, dsolve, hyperode
Download Help Document