Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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