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
numtheory[thue] - solve a Thue equation or inequality
Calling Sequence
thue(ex, vars, k, w)
thue(ex, vars, k)
thue(ex, vars, w)
thue(ex, vars)
Parameters
ex
-
Thue equation or Thue inequality
vars
list of two names, [x, y]
k
(optional) positive integer
w
(optional) unevaluated variable
Description
Let be a rational binary form in , irreducible over , and m an integer. The Thue equation has the form and the Thue inequality has the form (with ).
This function computes all solutions in of the given Thue equation or inequality ex, subject to the constraint . If k is omitted, it defaults to 10.
In the equation case, if there are no solutions with the above constraint and the last argument to thue is an unevaluated name (i.e., w is given), then to it will be assigned an expression sequence consisting of a diagnostic message and the integers m' in the range such that the given Thue equation has a solution when m is replaced by m'.
In the inequality case, if the last argument to thue is an unevaluated name (i.e., w is given), then w is assigned the set of values obtained by substituting the various solutions to the inequality into the left hand side of the given Thue inequality.
Note that in the inequality case, ex must be given in the form and not simply .
This function is part of the numtheory package, and so can be used in the form thue(..) only after performing the command with(numtheory). The function can always be accessed in the long form numtheory[thue](..).
Examples
Note that the binary forms must be irreducible:
Error, (in numtheory:-thue) this binary form is not irreducible
See Also
isolve, numtheory
Download Help Document