UnivariateSeriesWithRationalExponents(Coef, Expon)
pscat.spad line 138
[edit on github]
undocumented
- * : (%, %) -> %
- from Magma
- * : (%, Coef) -> %
- from RightModule(Coef)
- * : (%, Fraction(Integer)) -> % if Coef has Algebra(Fraction(Integer))
- from RightModule(Fraction(Integer))
- * : (Coef, %) -> %
- from LeftModule(Coef)
- * : (Fraction(Integer), %) -> % if Coef has Algebra(Fraction(Integer))
- from LeftModule(Fraction(Integer))
- * : (Integer, %) -> %
- from AbelianGroup
- * : (NonNegativeInteger, %) -> %
- from AbelianMonoid
- * : (PositiveInteger, %) -> %
- from AbelianSemiGroup
- + : (%, %) -> %
- from AbelianSemiGroup
- - : % -> %
- from AbelianGroup
- - : (%, %) -> %
- from AbelianGroup
- / : (%, Coef) -> % if Coef has Field
- from AbelianMonoidRing(Coef, Expon)
- 0 : () -> %
- from AbelianMonoid
- 1 : () -> %
- from MagmaWithUnit
- = : (%, %) -> Boolean
- from BasicType
- D : % -> % if Coef has * : (Expon, Coef) -> Coef
- from DifferentialRing
- D : (%, List(Symbol)) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- D : (%, List(Symbol), List(NonNegativeInteger)) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- D : (%, NonNegativeInteger) -> % if Coef has * : (Expon, Coef) -> Coef
- from DifferentialRing
- D : (%, Symbol) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- D : (%, Symbol, NonNegativeInteger) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- ^ : (%, %) -> % if Coef has Algebra(Fraction(Integer))
- from ElementaryFunctionCategory
- ^ : (%, Fraction(Integer)) -> % if Coef has Algebra(Fraction(Integer))
- from RadicalCategory
- ^ : (%, NonNegativeInteger) -> %
- from MagmaWithUnit
- ^ : (%, PositiveInteger) -> %
- from Magma
- acos : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- acosh : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- acot : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- acoth : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- acsc : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- acsch : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- annihilate? : (%, %) -> Boolean
- from Rng
- antiCommutator : (%, %) -> %
- from NonAssociativeSemiRng
- approximate : (%, Expon) -> Coef if Coef has coerce : Symbol -> Coef and Coef has ^ : (Coef, Expon) -> Coef
- from UnivariatePowerSeriesCategory(Coef, Expon)
- asec : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- asech : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- asin : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- asinh : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- associates? : (%, %) -> Boolean if Coef has IntegralDomain
- from EntireRing
- associator : (%, %, %) -> %
- from NonAssociativeRng
- atan : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcTrigonometricFunctionCategory
- atanh : % -> % if Coef has Algebra(Fraction(Integer))
- from ArcHyperbolicFunctionCategory
- center : % -> Coef
- from UnivariatePowerSeriesCategory(Coef, Expon)
- characteristic : () -> NonNegativeInteger
- from NonAssociativeRing
- charthRoot : % -> Union(%, "failed") if Coef has CharacteristicNonZero
- from CharacteristicNonZero
- coefficient : (%, Expon) -> Coef
- from AbelianMonoidRing(Coef, Expon)
- coerce : % -> % if Coef has CommutativeRing
- from Algebra(%)
- coerce : Coef -> % if Coef has CommutativeRing
- from Algebra(Coef)
- coerce : Fraction(Integer) -> % if Coef has Algebra(Fraction(Integer))
- from Algebra(Fraction(Integer))
- coerce : Integer -> %
- from NonAssociativeRing
- coerce : % -> OutputForm
- from CoercibleTo(OutputForm)
- commutator : (%, %) -> %
- from NonAssociativeRng
- complete : % -> %
- from PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
- construct : List(Record(k : Expon, c : Coef)) -> %
- from IndexedProductCategory(Coef, Expon)
- constructOrdered : List(Record(k : Expon, c : Coef)) -> %
- from IndexedProductCategory(Coef, Expon)
- cos : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- cosh : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- cot : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- coth : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- csc : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- csch : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- degree : % -> Expon
- from PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
- differentiate : % -> % if Coef has * : (Expon, Coef) -> Coef
- from DifferentialRing
- differentiate : (%, List(Symbol)) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- differentiate : (%, List(Symbol), List(NonNegativeInteger)) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- differentiate : (%, NonNegativeInteger) -> % if Coef has * : (Expon, Coef) -> Coef
- from DifferentialRing
- differentiate : (%, Symbol) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- differentiate : (%, Symbol, NonNegativeInteger) -> % if Coef has * : (Expon, Coef) -> Coef and Coef has PartialDifferentialRing(Symbol)
- from PartialDifferentialRing(Symbol)
- elt : (%, %) -> % if Expon has SemiGroup
- from Eltable(%, %)
- elt : (%, Expon) -> Coef
- from UnivariatePowerSeriesCategory(Coef, Expon)
- eval : (%, Coef) -> Stream(Coef) if Coef has ^ : (Coef, Expon) -> Coef
- from UnivariatePowerSeriesCategory(Coef, Expon)
- exp : % -> % if Coef has Algebra(Fraction(Integer))
- from ElementaryFunctionCategory
- exquo : (%, %) -> Union(%, "failed") if Coef has IntegralDomain
- from EntireRing
- extend : (%, Expon) -> %
- from UnivariatePowerSeriesCategory(Coef, Expon)
- integrate : % -> % if Coef has Algebra(Fraction(Integer))
integrate(f(x))
returns an anti-derivative of the power series f(x)
with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.
- integrate : (%, Symbol) -> % if Coef has Algebra(Fraction(Integer)) and Coef has integrate : (Coef, Symbol) -> Coef and Coef has variables : Coef -> List(Symbol)
integrate(f(x), y)
returns an anti-derivative of the power series f(x)
with respect to the variable y
.
- latex : % -> String
- from SetCategory
- leadingCoefficient : % -> Coef
- from PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
- leadingMonomial : % -> %
- from PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
- leadingSupport : % -> Expon
- from IndexedProductCategory(Coef, Expon)
- leadingTerm : % -> Record(k : Expon, c : Coef)
- from IndexedProductCategory(Coef, Expon)
- leftPower : (%, NonNegativeInteger) -> %
- from MagmaWithUnit
- leftPower : (%, PositiveInteger) -> %
- from Magma
- leftRecip : % -> Union(%, "failed")
- from MagmaWithUnit
- log : % -> % if Coef has Algebra(Fraction(Integer))
- from ElementaryFunctionCategory
- map : (Mapping(Coef, Coef), %) -> %
- from IndexedProductCategory(Coef, Expon)
- monomial : (Coef, Expon) -> %
- from IndexedProductCategory(Coef, Expon)
- monomial? : % -> Boolean
- from IndexedProductCategory(Coef, Expon)
- multiplyExponents : (%, PositiveInteger) -> %
- from UnivariatePowerSeriesCategory(Coef, Expon)
- nthRoot : (%, Integer) -> % if Coef has Algebra(Fraction(Integer))
- from RadicalCategory
- one? : % -> Boolean
- from MagmaWithUnit
- opposite? : (%, %) -> Boolean
- from AbelianMonoid
- order : % -> Expon
- from UnivariatePowerSeriesCategory(Coef, Expon)
- order : (%, Expon) -> Expon
- from UnivariatePowerSeriesCategory(Coef, Expon)
- pi : () -> % if Coef has Algebra(Fraction(Integer))
- from TranscendentalFunctionCategory
- plenaryPower : (%, PositiveInteger) -> % if Coef has CommutativeRing or Coef has Algebra(Fraction(Integer))
- from NonAssociativeAlgebra(Coef)
- pole? : % -> Boolean
- from PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
- recip : % -> Union(%, "failed")
- from MagmaWithUnit
- reductum : % -> %
- from IndexedProductCategory(Coef, Expon)
- rightPower : (%, NonNegativeInteger) -> %
- from MagmaWithUnit
- rightPower : (%, PositiveInteger) -> %
- from Magma
- rightRecip : % -> Union(%, "failed")
- from MagmaWithUnit
- sample : () -> %
- from AbelianMonoid
- sec : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- sech : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- sin : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- sinh : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- sqrt : % -> % if Coef has Algebra(Fraction(Integer))
- from RadicalCategory
- subtractIfCan : (%, %) -> Union(%, "failed")
- from CancellationAbelianMonoid
- tan : % -> % if Coef has Algebra(Fraction(Integer))
- from TrigonometricFunctionCategory
- tanh : % -> % if Coef has Algebra(Fraction(Integer))
- from HyperbolicFunctionCategory
- terms : % -> Stream(Record(k : Expon, c : Coef))
- from UnivariatePowerSeriesCategory(Coef, Expon)
- truncate : (%, Expon) -> %
- from UnivariatePowerSeriesCategory(Coef, Expon)
- truncate : (%, Expon, Expon) -> %
- from UnivariatePowerSeriesCategory(Coef, Expon)
- unit? : % -> Boolean if Coef has IntegralDomain
- from EntireRing
- unitCanonical : % -> % if Coef has IntegralDomain
- from EntireRing
- unitNormal : % -> Record(unit : %, canonical : %, associate : %) if Coef has IntegralDomain
- from EntireRing
- variable : % -> Symbol
- from UnivariatePowerSeriesCategory(Coef, Expon)
- zero? : % -> Boolean
- from AbelianMonoid
- ~= : (%, %) -> Boolean
- from BasicType
Module(Fraction(Integer))
NonAssociativeAlgebra(Coef)
Module(Coef)
NonAssociativeSemiRing
BiModule(%, %)
TrigonometricFunctionCategory
ArcTrigonometricFunctionCategory
TwoSidedRecip
CancellationAbelianMonoid
TranscendentalFunctionCategory
EntireRing
Rng
RightModule(Coef)
NonAssociativeAlgebra(Fraction(Integer))
unitsKnown
RadicalCategory
UnivariatePowerSeriesCategory(Coef, Expon)
CharacteristicNonZero
MagmaWithUnit
noZeroDivisors
AbelianProductCategory(Coef)
PartialDifferentialRing(Symbol)
Magma
SemiGroup
IntegralDomain
LeftModule(%)
NonAssociativeRing
ArcHyperbolicFunctionCategory
NonAssociativeAlgebra(%)
CharacteristicZero
Algebra(%)
IndexedProductCategory(Coef, Expon)
CommutativeRing
DifferentialRing
RightModule(Fraction(Integer))
Eltable(%, %)
NonAssociativeSemiRng
VariablesCommuteWithCoefficients
PowerSeriesCategory(Coef, Expon, SingletonAsOrderedSet)
SemiRing
CommutativeStar
AbelianMonoid
RightModule(%)
BiModule(Coef, Coef)
LeftModule(Coef)
AbelianMonoidRing(Coef, Expon)
Module(%)
CoercibleTo(OutputForm)
Algebra(Coef)
SemiRng
Monoid
HyperbolicFunctionCategory
Algebra(Fraction(Integer))
BasicType
Ring
LeftModule(Fraction(Integer))
AbelianSemiGroup
SetCategory
NonAssociativeRng
BiModule(Fraction(Integer), Fraction(Integer))
AbelianGroup
ElementaryFunctionCategory