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[IsSolution] - test the solution of a linear q-difference equation
QDifferenceEquations[AreSameSolution] - test if solutions of a linear q-difference equation are equivalent
Calling Sequence
IsSolution(sol, eq, var, ['certificates'])
AreSameSolution(sol, sol1, x)
Parameters
sol
-
solution to be checked, or a certificate (set or list of certificates) for q-hypergeometric solution
eq
q-difference equation or 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)
'certificates'
(optional) if given sol then treated as certificate for q-hypergeometric solution
sol1
solution to be compared with
x
independent variable in the solutions given
Description
The IsSolution(sol,eq,var) calling sequence returns true if eq is a linear q-difference equation with polynomial coefficients (or a system of such equations) and sol is its solution. Otherwise, false is returned for q-hypergeometric solution (that is, if 'certificates' option is specified) and the degree of the result of substitution is returned for other types of solutions to be checked.
The IsSolution command substitutes sol for the function variables and checks the result.
The AreSameSolution(sol, sol1, x) calling sequence returns true if the solutions sol and sol1 are equivalent. Otherwise, false is returned.
The command checks that the numbers of linear independent solutions in sol and sol1 are the same, as well as the degrees in x.
Examples
See Also
LinearFunctionalSystems[IsSolution], QDifferenceEquations, QDifferenceEquations[PolynomialSolution], QDifferenceEquations[RationalSolution]
Download Help Document