Rational Function Fields#
- Introduction
- Creation Functions
- Creation of Structures
- Names
- Creation of Elements
F ! [a, b]: FldFunRat, RngUPolElt, RngUPolElt → FldFunRatEltelt< F | a, b >: FldFunRat, RngUPolElt, RngUPolElt → FldFunRatEltF ! a: FldFunRat, FldElt → FldFunRatEltK . i: FldFunRat, RngIntElt → FldFunRatEltOne(F): FldFunRat → FldFunRatEltIdentity(F): FldFunRat → FldFunRatEltZero(F): FldFunRat → FldFunRatEltRepresentative(F): FldFunRat → FldFunRatEltExample: Function Field
- Structure Operations
- Related Structures
IntegerRing(F): FldFunRat → RngPolRingOfIntegers(F): FldFunRat → RngPolBaseRing(F): FldFunRat → RngCoefficientRing(F): FldFunRat → RngRank(F): FldFunRat → RngIntEltValuationRing(F): FldFunRat → RngValValuationRing(F, f): FldFunRat, RngUPolElt → RngValCategory(R): FldFunRat → CatParent(R): FldFunRat → PowPrimeRing(R): FldFunRat → Rng
- Invariants
- Ring Predicates and Booleans
IsCommutative(F): FldFunRat → BoolEltIsUnitary(F): FldFunRat → BoolEltIsFinite(F): FldFunRat → BoolEltIsOrdered(F): FldFunRat → BoolEltIsField(F): FldFunRat → BoolEltIsEuclideanDomain(F): FldFunRat → BoolEltIsPID(F): FldFunRat → BoolEltIsUFD(F): FldFunRat → BoolEltIsDivisionRing(F): FldFunRat → BoolEltIsEuclideanRing(F): FldFunRat → BoolEltIsPrincipalIdealRing(F): FldFunRat → BoolEltIsDomain(F): FldFunRat → BoolEltF eq G: FldFunRat, Rng → BoolEltF ne G: FldFunRat, Rng → BoolElt
- Homomorphisms
- Related Structures
- Element Operations
- Arithmetic
+ a: FldFunRatElt → FldFunRatElt- a: FldFunRatElt → FldFunRatElta + b: FldFunRatElt, FldFunRatElt → FldFunRatElta - b: FldFunRatElt, FldFunRatElt → FldFunRatElta * b: FldFunRatElt, FldFunRatElt → FldFunRatElta / b: FldFunRatElt, FldFunRatElt → FldFunRatElta ^ k: FldFunRatElt, RngIntElt → FldFunRatElt
- Equality and Membership
- Numerator, Denominator and Degree
Numerator(f): FldFunRatElt → RngEltNumerator(f): RngUPolElt → RngUPolEltNumerator(f): RngMPolElt → RngMPolEltDenominator(f): FldFunRatElt → RngEltDenominator(f): RngUPolElt → RngUPolEltDenominator(f): RngMPolElt → RngMPolEltDegree(f): FldFunRatElt → RngIntEltTotalDegree(f): FldFunRatElt → RngIntEltWeightedDegree(f): FldFunRatElt → RngIntEltNumerator(f, R): FldFunRatElt → RngEltDenominator(f, R): FldFunRatElt → RngElt
- Predicates on Ring Elements
- Evaluation
- Decomposition
- Derivative
- Partial Fraction Decomposition
- Arithmetic
- Padé-Hermite Approximants
- Introduction
- Ordering of Sequences
MaximumDegree(f): SeqEnum → RngIntEltExample: Degree Of SequenceTypeOfSequence(f): SeqEnum → RngIntElt, RngIntEltExample: Type Of SequenceMinimalVectorSequence(f,n): SeqEnum, RngIntElt → SeqEnumExample: Minimal Vector SequenceExample: The Next ExampleExample: Another ExampleExample: One More
- Approximants