Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Slode[hypergeom_formal_sol] - formal solutions with hypergeometric series coefficients for a linear ODE
Calling Sequence
hypergeom_formal_sol(ode, var, opts)
hypergeom_formal_sol(LODEstr, opts)
Parameters
ode
-
homogeneous linear ODE with polynomial coefficients
var
dependent variable, for example y(x)
opts
optional arguments of the form keyword=value
LODEstr
LODEstruct data-structure
Description
The hypergeom_formal_sol command returns formal solutions with hypergeometric series coefficients for the given homogeneous linear ordinary differential equation with polynomial coefficients.
If ode is an expression, then it is equated to zero.
The routine returns an error message if the differential equation ode does not satisfy the following conditions.
ode must be homogeneous and linear in var
ode must have polynomial coefficients in the independent variable of var, for example,
The coefficients of ode must be either rational numbers or depend rationally on one or more parameters.
A homogeneous linear ordinary differential equation with coefficients that are polynomials in has a basis of formal solutions (see DEtools[formal_sol]). A formal solution contains a finite number of power series where is a parameter and the sequence satisfies a linear recurrence (homogeneous or inhomogeneous).
This routine selects solutions that contain series where for all sufficiently large , where is a rational function.
This routine determines an integer such that can be represented in the form of hypergeometric term (see SumTools[Hypergeometric],LREtools):
for all .
Options
'parameter'=T
Specifies the name T that is used to denote where is a constant and is called the ramification index. If this option is given, then the routine expresses the formal solutions in terms of T and returns a list of lists each of which is of the form [formal solution, relation between T and x]. Otherwise, it returns the formal solutions in terms of .
x=a or 'point'=a
Specifies the expansion point a. The default is . It can be an algebraic number, depending rationally on some parameters, or .
'free'=C
Specifies a base name C to use for free variables C[0], C[1], etc. The default is the global name _C. Note that the number of free variables may be less than the order of the given equation if the expansion point is singular.
'indices'=[n,k]
Specifies names for dummy variables. The default values are the global names _n and _k. The name n is used as the summation index in the power series. The name k is used as the product index in ( * ).
'outputHGT'=name
Specifies the form of representation of hypergeometric terms. The default value is 'active'.
'inert' - the hypergeometric term ( * ) is represented by an inert product, except for , which is simplified to .
'rcf1' or 'rcf2' - the hypergeometric term is represented in the first or second minimal representation, respectively (see ConjugateRTerm).
'active' - the hypergeometric term is represented by non-inert products which, if possible, are computed (see product).
Examples
See Also
DEtools[formal_sol], LODEstruct, Slode, Slode[dAlembertian_formal_sol], Slode[hypergeom_series_sol], Slode[mhypergeom_formal_sol], SumTools[Hypergeometric]
Download Help Document