IntegrationTools(R, F)ΒΆ
intaux.spad line 227 [edit on github]
R: Comparable
F: FunctionSpace R
Tools for the integrator Author: Manuel Bronstein Date Created: 25 April 1990 Keywords: elementary, function, integration.
- ksec: (Kernel F, List Kernel F, Symbol) -> Kernel F
ksec(k, [k1, ..., kn], x)
returns the second top-levelki
afterk
involvingx
.
- mkPrim: (F, Symbol) -> F if R has GcdDomain and F has ElementaryFunctionCategory
mkPrim(f, x)
makes the logs inf
which are linear inx
primitive with respect tox
.
- removeConstantTerm: (F, Symbol) -> F if R has IntegralDomain
removeConstantTerm(f, x)
returnsf
minus any additive constant with respect tox
.
- union: (List Kernel F, List Kernel F) -> List Kernel F
union(l1, l2)
returns set-theoretic union ofl1
andl2
.