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
algcurves[integral_basis] - Integral bases of algebraic function fields
Calling Sequence
integral_basis(a)
integral_basis(a, x)
integral_basis(f, x, y, S)
Parameters
a
-
algebraic function or a set of algebraic functions
x
variable
y
f
squarefree polynomial in x and y
S
(optional) set of irreducible polynomials in x
Description
This procedure computes an integral basis over for an algebraic function field , where denotes the coefficient field. An integral basis is a basis of the -module of functions which have no poles, except maybe at . There are several ways to specify the function field under consideration:
- by a RootOf a representing an algebraic function in the variable x. The polynomial defining the RootOf need not be irreducible but must be squarefree. If it is not irreducible, then a basis for the product of fields generated by the irreducible factors is computed.
- by a set a of RootOfs representing algebraic functions of x. In this case, the RootOfs must be independent.
- by a squarefree polynomial f over in x and y. If f is irreducible, then an integral basis for the field generated by one of its roots is computed. If f is reducible, then an integral basis for the product of fields generated by the irreducible factors is computed.
The coefficient field can be the field of rational numbers, a field of rational functions over the rational numbers or any algebraic extension of those. An algebraic extension may be specified in radical or RootOf notation. If the RootOf notation is used, then the RootOfs must be independent.
The output is a list of elements of the function field which generate (as -module) the integral closure of in the function field . If the input is a polynomial, then the output will expressed in terms of the variable y. If the input is a RootOf or a set of RootOfs, then these RootOfs will be used to represent the basis.
If a contains no other variable than x, then the second argument x is not necessary. Note that in this case, is an algebraic extension of the rational numbers.
By setting infolevel[integral_basis] or infolevel[algcurves] to a positive value some information will be printed during the computation.
The method used to compute an integral basis is based on Puiseux expansions, c.f. M. van Hoeij, "An algorithm for computing an integral basis in an algebraic function field", J. of Symbolic Computation, 1994, 18, p. 353-363. The functions parametrization, Weierstrassform and differentials in the algcurves package are based on integral_basis, because the integral basis contains the necessary information about the singularities in a for computer computations very convenient way.
If the optional argument S is given then all factors of the discriminant that do not appear in S will be ignored in the algorithm. Then the output will be an integral basis over for each polynomial p in S, (i.e. a local integral basis at p for each p in S).
Examples
See Also
algcurves[puiseux], numtheory/integral_basis
Download Help Document