Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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