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
QDifferenceEquations[QECreate] - create QESol data structure from a q-difference equation
Calling Sequence
QECreate(eq, var)
Parameters
eq
-
q-difference equation or a list of such equations (for the system case)
var
function variable to solve for, such as , or a list of such function variables (for the system case)
Description
The QECreate(eq,var) command returns QESol data structure, which contains some parameters useful to handle the given q-difference equation.
The parameters of QESol are a set of normalized equations, a set of function names, and an information table, INFO. The possible entries in this table are:
* linear - true or false
* functions - name or a set of names of the recurrence function(s)
* vars - name or set of names of the recurrence variable(s)
* q_par - name or number used as the parameter q
* q_shifts - set of the q-shifts (the orders of q-difference operator in the equation)
* order - order of the equation
* Qeqn - equation in &Q[vars, q_par](functions) which represents the q-difference operator associated to the linear q-difference equation
* coeffs - list of the rhs of the equation and the coefficients of the Qeqn
* zero_coeffs - coefficients of the Qeqn
* alpha_coeffs - ldegrees of the coefficients of the Qeqn
* systemproperties - result of LinearFunctionalSystems[Properties] (for the system case)
Note: The first 3 items are always present. The last item is present only in the system case. The 4th item is present only for the scalar equation and the remaining items are there only if the equation is scalar and linear.
Examples
See Also
LinearFunctionalSystems[Properties], QDifferenceEquations, QDifferenceEquations[PolynomialSolution]
Download Help Document