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
DEtools[indicialeq] - compute the indicial polynomial of a homogeneous linear ODE
Calling Sequence
indicialeq(des, ivar, alpha, dvar)
Parameters
des
-
homogeneous linear ordinary differential equation or its list form
ivar
independent variable
alpha
point
dvar
(optional) dependent variable
Description
This routine is used to determine either the indicial equation at the point for a given homogeneous linear ordinary differential equation, or an equivalent list form (either as generated by DEtools[convertAlg] or as a coefficient list). If the ODE is regular singular (also called Fuchsian) at , then the degree of the indicial equation equals the order of the ODE; otherwise it is smaller than the order of the ODE. The roots of the indicial equation are called the exponents of the ODE at .
des may be in the standard differential equation form, or in one of two list forms: 1) a list as generated by DEtools[convertAlg], or 2) a coefficient list (as in the first element of a list generated by DEtools[convertAlg]).
dvar must be specified when des is input as a differential equation.
The definition of indicial equation is as follows. Let be a new variable, substitute into the equation, take the series expansion at , and take the coefficient of the first non-zero term. The result will be a polynomial in , which by definition is the indicial equation (indicialeq replaces by ivar so that no new variable is needed, and also divides by the leading coefficient). This definition is illustrated by an example below.
This function is part of the DEtools package, and so it can be used in the form indicialeq(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[indicialeq](..).
Examples
Coefficient list form:
Differential equation form:
This could also have been computed directly from the definition of the indicial equation, as follows:
ConvertAlg form:
See Also
DEtools, DEtools/gen_exp, DEtools[convertAlg]
References
[1] Ince, E.L. Ordinary Differential Equations, Chapters XVI and XVII. New York: Dover Publications, 1956.
Download Help Document