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
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