Macaulay2 » Documentation
Packages » Macaulay2Doc :: FractionField
next | previous | forward | backward | up | index | toc

FractionField -- the class of all fraction fields

Description

Macaulay2 provides for fraction fields of integral domains.

In some cases, normal forms of fractions makes sense, but in general for fraction fieldss of quotient rings, there is no notion of normal form for a fraction. In other words, fractions may be equal without displaying the same numerator and denominator.

Computations over fraction fields, or polynomial rings over fraction fields, especially Gröbner basis computations, are much slower than over prime fields. Still, an attempt is made to speed up these computations as much as possible, and more is planned in the future.

For an overview, see fraction fields and frac.

Useful functions for use with fractions and fraction fields include:

Functions and methods returning a fraction field :

Methods that use a fraction field :

For the programmer

The object FractionField is a type, with ancestor classes EngineRing < Ring < Type < MutableHashTable < HashTable < Thing.