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
gfun[`diffeq+diffeq`] - determine the differential equation satisfied by the sum of two holonomic functions
gfun[`diffeq*diffeq`] - determine the differential equation satisfied by the Cauchy product of two holonomic functions
gfun[hadamardproduct] - determine the differential equation satisfied by the Hadamard product of two holonomic functions
Calling Sequence
`diffeq+diffeq`(eq1, eq2, y(z))
`diffeq*diffeq`(eq1, eq2, y(z))
hadamardproduct(eq1, eq2, y(z))
Parameters
eq1, eq2
-
two linear differential equations with polynomial coefficients
y
name; holonomic function name
z
name; variable of the holonomic function y
Description
The gfun[`diffeq+diffeq`](eq1, eq2, y(z)) command determines the differential equation satisfied by the sum of two holonomic functions, eq1 and eq2.
If f and g are holonomic function solutions of eq1 and eq2, respectively, the gfun[`diffeq+diffeq`] function returns a linear differential equation verified by .
The differential order of the returned equation is at most the sum of eq1 and eq2's differential orders for the gfun[`diffeq+diffeq`] function.
The gfun[`diffeq*diffeq`](eq1, eq2, y(z)) command determines the differential equation satisfied by the Cauchy product of two holonomic functions, eq1 and eq2.
If f and g are holonomic function solutions of eq1 and eq2), respectively, the gfun[`diffeq*diffeq`] function returns a linear differential equation verified by .
The differential order of the returned equation is at most the product of eq1 and eq2's differential orders for the gfun[`diffeq*diffeq`] function.
The gfun[hadamardproduct](eq1, eq2, y(z)) command determines the differential equation satisfied by the Hadamard product of two holonomic functions, eq1 and eq2.
If f and g are holonomic function solutions of eq1 and eq2, respectively, the gfun[hadamardproduct] function returns a linear differential equation verified by the Hadamard product of f and g. The function whose coefficient of in the Taylor expansion around 0 is the product of the corresponding coefficients of f and g.
Examples
See Also
gfun, gfun[`rec+rec`], gfun[`rec*rec`], gfun[cauchyproduct], gfun[poltodiffeq]
Download Help Document