Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
numtheory[kronecker] - Inhomogeneous Diophantine approximation
Calling Sequence
kronecker(ineqs, xvars, yvars)
kronecker(form, alpha, err)
Parameters
ineqs
-
inequality or a set of inequalities with abs and/or valuep (p-adic valuation)
xvars
variable or set of variables
yvars
form
list of lists of real numbers or list of lists of p-adic numbers and primes
alpha
real number or list of real numbers or list of p-adic numbers
err
real number or a list of real numbers or list of positive integers
Description
This function finds a solution over the integers to a set of inequalities of the form
or
The inequalities can be described either explicitly, corresponding to the first calling sequence shown above (see the first two examples below) or implicitly, corresponding to the second calling sequence (see the last two examples below).
If the first calling sequence is used (i.e., the inequalities are given explicitly), then the result is returned in the form
If the second calling sequence is used, the result is returned as a pair of lists, the first corresponding to the x values and the second corresponding to the y values.
In the second calling sequence, if the alpha's are all the same, the list may be replaced by . The err's may be similarly replaced in the real case.
The command with(numtheory,kronecker) allows the use of the abbreviated form of this command.
Examples
See Also
isolve, numtheory[minkowski]
Download Help Document