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
diffalg[power_series_solution] - expand the non-singular zero of a characterizable differential ideal into integral power series
Calling Sequence
power_series_solution (point, order, J, 'syst', 'params')
Parameters
point
-
list or set of names or equations
order
non-negative integer
J
characterizable differential ideal
syst
(optional) name
params
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function power_series_solution computes a formal integral power series solution of the differential system equations , inequations . Such a system is formally integrable. See the last example below.
The parameter point furnishes the point of expansion of the formal power series. It is a set or a list of equations where is one of the derivation variables and is its value.
If point is a singular point of equations (J), then power_series_solution returns FAIL. Nevertheless, this does not mean that no formal power series solution exists at that point.
When point is not singular, the series is truncated at the order given by the parameter order. They could be expanded up to any order, though convergence is not guaranteed.
The result is presented as a list of equations , where the are the differential indeterminates and the are series in the derivation variables.
The series involve parameters corresponding to initial conditions to be given.
The parameters appear as u, where u is a differential indeterminate if it represents the value of the solution at point, or _Cu_x, where x is some derivation variable, if it represents the value of the value of the first derivative of according to x at point.
The parameters must satisfy a triangular system of polynomial equations and inequations given by syst in terms of the parameters involved in the power series solution.
If present, the variable params receives the subset of the parameters involved in the power series solution that can almost be chosen arbitrarily if not for some inequations in syst.
If J is a radical differential ideal represented by a list of characterizable differential ideals, the function power_series_solution is mapped on its component.
The command with(diffalg,power_series_solution) allows the use of the abbreviated form of this command.
Examples
Let us explain now why, in general, we have to start from a characterizable differential system instead of any differential system. Consider the differential system given by these two differential polynomials.
We are looking for a solution starting as:
It seems that we can choose an initial condition () and that, by differentiating the equations, all the coefficients in the expansion can be expressed in terms of .
The first terms do not lead to any problem:
To compute the next term we can either differentiate or . The problem is that the results obtained are not compatible.
The system is not formally integrable as it stands. The only solution of the system is:
See Also
diffalg(deprecated), diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)/initial_conditions, diffalg(deprecated)/Rosenfeld_Groebner, DifferentialAlgebra[PowerSeriesSolution], simplify, solve, subs
Download Help Document