Lazy Power Series Rings
- Introduction
- Creation of Lazy Series Rings
- Functions on Lazy Series Rings
- Elements
- Creation of Finite Lazy Series
- Arithmetic with Lazy Series
- Finding Coefficients of Lazy Series
Coefficient(s, i): RngPowLazElt, RngIntElt → RngElt
Coefficient(s, T): RngPowLazElt, SeqEnum → RngElt
Coefficients(s, n): RngPowLazElt, RngIntElt → [RngElt]
Coefficients(s, l, n): RngPowLazElt, RngIntElt, RngIntElt → [RngElt]
Valuation(s): RngPowLazElt → Any
PrintToPrecision(s, n): RngPowLazElt, RngIntElt
PrintTermsOfDegree(s, l, n): RngPowLazElt, RngIntElt, RngIntElt
LeadingCoefficient(s): RngPowLazElt → RngElt
LeadingTerm(s): RngPowLazElt → RngPowLazElt
Example: Elt Coeffs Spiral
CoefficientsNonSpiral(s, n): RngPowLazElt, [RngIntElt] → SeqEnum
CoefficientsNonSpiral(s, n): RngPowLazElt, RngIntElt → SeqEnum
Index(s, i, n): RngPowLazElt, [RngIntElt], [RngIntElt] → RngIntElt
Example: Coeff Non Spiral
- Predicates on Lazy Series
- Other Functions on Lazy Series
Derivative(s): RngPowLazElt → RngPowLazElt
Derivative(s, v): RngPowLazElt, RngIntElt → RngPowLazElt
Derivative(s, v, n): RngPowLazElt, RngIntElt, RngIntElt → RngPowLazElt
Integral(s): RngPowLazElt → RngPowLazElt
Integral(s, v): RngPowLazElt, RngIntElt → RngPowLazElt
Evaluate(s, t): RngPowLazElt, RngPowLazElt → RngPowLazElt
Evaluate(s, T): RngPowLazElt, [RngPowLazElt] → RngPowLazElt
Example: eval
SquareRoot(s): RngPowLazElt → RngPowLazElt
Sqrt(s): RngPowLazElt → RngPowLazElt
IsSquare(s): RngPowLazElt → BoolElt, RngPowLazElt
PolynomialCoefficient(s, i): RngPowLazElt, RngIntElt → RngPowLazElt
PolynomialCoefficient(s, i): RngPowLazElt, [RngIntElt] → RngPowLazElt