SparseMultivariateTaylorSeries(Coef, Var, SMP)
mts.spad line 1
[edit on github]
This domain provides multivariate Taylor series with variables from an arbitrary ordered set. A Taylor series is represented by a stream of polynomials from the polynomial domain SMP
. The n
th element of the stream is a form of degree n
. SMTS is an internal domain.
- * : (%, %) -> %
- from Magma
- * : (%, Coef) -> %
- from RightModule(Coef)
- * : (%, Fraction(Integer)) -> % if Coef has Algebra(Fraction(Integer))
- from RightModule(Fraction(Integer))
- * : (Coef, %) -> %
- from LeftModule(Coef)
- * : (SMP, %) -> %
smp*ts
multiplies a TaylorSeries ts
by a monomial smp
.
- * : (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, IndexedExponents(Var))
- 0 : () -> %
- from AbelianMonoid
- 1 : () -> %
- from MagmaWithUnit
- = : (%, %) -> Boolean
- from BasicType
- D : (%, Var) -> %
- from PartialDifferentialRing(Var)
- D : (%, Var, NonNegativeInteger) -> %
- from PartialDifferentialRing(Var)
- D : (%, List(Var)) -> %
- from PartialDifferentialRing(Var)
- D : (%, List(Var), List(NonNegativeInteger)) -> %
- from PartialDifferentialRing(Var)
- ^ : (%, %) -> % 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
- 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
- characteristic : () -> NonNegativeInteger
- from NonAssociativeRing
- charthRoot : % -> Union(%, "failed") if Coef has CharacteristicNonZero
- from CharacteristicNonZero
- coefficient : (%, Var, NonNegativeInteger) -> %
- from MultivariateTaylorSeriesCategory(Coef, Var)
- coefficient : (%, List(Var), List(NonNegativeInteger)) -> %
- from MultivariateTaylorSeriesCategory(Coef, Var)
- coefficient : (%, IndexedExponents(Var)) -> Coef
- from AbelianMonoidRing(Coef, IndexedExponents(Var))
- coefficient : (%, NonNegativeInteger) -> SMP
coefficient(s, n)
gives the terms of total degree n
.
- coefficients : % -> Stream(SMP)
coefficients(s)
gives stream of coefficients of s
, i.e. [coefficient(s
,0), coefficient(s
,1), ...]
- coerce : % -> % if Coef has CommutativeRing
- from Algebra(%)
- coerce : Coef -> % if Coef has CommutativeRing
- from Algebra(Coef)
- coerce : SMP -> %
coerce(poly)
regroups the terms by total degree and forms a series.
- coerce : Var -> %
coerce(var)
converts a variable to a Taylor series
- 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, IndexedExponents(Var), Var)
- construct : List(Record(k : IndexedExponents(Var), c : Coef)) -> %
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- constructOrdered : List(Record(k : IndexedExponents(Var), c : Coef)) -> %
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- 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
- csubst : (List(Var), List(Stream(SMP))) -> Mapping(Stream(SMP), SMP)
csubst(a, b)
is for internal use only
- degree : % -> IndexedExponents(Var)
- from PowerSeriesCategory(Coef, IndexedExponents(Var), Var)
- differentiate : (%, Var) -> %
- from PartialDifferentialRing(Var)
- differentiate : (%, Var, NonNegativeInteger) -> %
- from PartialDifferentialRing(Var)
- differentiate : (%, List(Var)) -> %
- from PartialDifferentialRing(Var)
- differentiate : (%, List(Var), List(NonNegativeInteger)) -> %
- from PartialDifferentialRing(Var)
- eval : (%, %, %) -> %
- from InnerEvalable(%, %)
- eval : (%, Var, %) -> %
- from InnerEvalable(Var, %)
- eval : (%, Equation(%)) -> %
- from Evalable(%)
- eval : (%, List(%), List(%)) -> %
- from InnerEvalable(%, %)
- eval : (%, List(Var), List(%)) -> %
- from InnerEvalable(Var, %)
- eval : (%, List(Equation(%))) -> %
- from Evalable(%)
- exp : % -> % if Coef has Algebra(Fraction(Integer))
- from ElementaryFunctionCategory
- exquo : (%, %) -> Union(%, "failed") if Coef has IntegralDomain
- from EntireRing
- extend : (%, NonNegativeInteger) -> %
- from MultivariateTaylorSeriesCategory(Coef, Var)
- fintegrate : (Mapping(%), Var, Coef) -> % if Coef has Algebra(Fraction(Integer))
fintegrate(f, v, c)
is the integral of f()
with respect to v
and having c
as the constant of integration. The evaluation of f()
is delayed.
- integrate : (%, Var) -> % if Coef has Algebra(Fraction(Integer))
- from MultivariateTaylorSeriesCategory(Coef, Var)
- integrate : (%, Var, Coef) -> % if Coef has Algebra(Fraction(Integer))
integrate(s, v, c)
is the integral of s
with respect to v
and having c
as the constant of integration.
- latex : % -> String
- from SetCategory
- leadingCoefficient : % -> Coef
- from PowerSeriesCategory(Coef, IndexedExponents(Var), Var)
- leadingMonomial : % -> %
- from PowerSeriesCategory(Coef, IndexedExponents(Var), Var)
- leadingSupport : % -> IndexedExponents(Var)
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- leadingTerm : % -> Record(k : IndexedExponents(Var), c : Coef)
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- 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, IndexedExponents(Var))
- monomial : (%, Var, NonNegativeInteger) -> %
- from MultivariateTaylorSeriesCategory(Coef, Var)
- monomial : (%, List(Var), List(NonNegativeInteger)) -> %
- from MultivariateTaylorSeriesCategory(Coef, Var)
- monomial : (Coef, IndexedExponents(Var)) -> %
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- monomial? : % -> Boolean
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- nthRoot : (%, Integer) -> % if Coef has Algebra(Fraction(Integer))
- from RadicalCategory
- one? : % -> Boolean
- from MagmaWithUnit
- opposite? : (%, %) -> Boolean
- from AbelianMonoid
- order : (%, Var) -> NonNegativeInteger
- from MultivariateTaylorSeriesCategory(Coef, Var)
- order : (%, Var, NonNegativeInteger) -> NonNegativeInteger
- from MultivariateTaylorSeriesCategory(Coef, Var)
- 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, IndexedExponents(Var), Var)
- polynomial : (%, NonNegativeInteger) -> Polynomial(Coef)
- from MultivariateTaylorSeriesCategory(Coef, Var)
- polynomial : (%, NonNegativeInteger, NonNegativeInteger) -> Polynomial(Coef)
- from MultivariateTaylorSeriesCategory(Coef, Var)
- recip : % -> Union(%, "failed")
- from MagmaWithUnit
- reductum : % -> %
- from IndexedProductCategory(Coef, IndexedExponents(Var))
- 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
- series : Stream(SMP) -> %
series(st)
creates a series from a stream of coefficients.
- 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
- 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
- zero? : % -> Boolean
- from AbelianMonoid
- ~= : (%, %) -> Boolean
- from BasicType
Module(Fraction(Integer))
NonAssociativeAlgebra(Coef)
Module(Coef)
NonAssociativeSemiRing
BiModule(%, %)
Rng
TrigonometricFunctionCategory
ArcTrigonometricFunctionCategory
InnerEvalable(Var, %)
TwoSidedRecip
TranscendentalFunctionCategory
SemiRing
EntireRing
RightModule(Coef)
NonAssociativeAlgebra(Fraction(Integer))
unitsKnown
RadicalCategory
NonAssociativeRng
CharacteristicNonZero
MagmaWithUnit
AbelianProductCategory(Coef)
MultivariateTaylorSeriesCategory(Coef, Var)
noZeroDivisors
Magma
InnerEvalable(%, %)
SemiGroup
IntegralDomain
LeftModule(%)
NonAssociativeRing
AbelianMonoidRing(Coef, IndexedExponents(Var))
ArcHyperbolicFunctionCategory
NonAssociativeAlgebra(%)
CharacteristicZero
Algebra(%)
RightModule(Fraction(Integer))
CommutativeRing
NonAssociativeSemiRng
CancellationAbelianMonoid
CommutativeStar
VariablesCommuteWithCoefficients
AbelianMonoid
RightModule(%)
BiModule(Coef, Coef)
PartialDifferentialRing(Var)
Module(%)
CoercibleTo(OutputForm)
Algebra(Coef)
SemiRng
Monoid
HyperbolicFunctionCategory
Algebra(Fraction(Integer))
BasicType
Ring
LeftModule(Fraction(Integer))
AbelianSemiGroup
SetCategory
PowerSeriesCategory(Coef, IndexedExponents(Var), Var)
IndexedProductCategory(Coef, IndexedExponents(Var))
LeftModule(Coef)
Evalable(%)
BiModule(Fraction(Integer), Fraction(Integer))
AbelianGroup
ElementaryFunctionCategory