XExponentialPackage(R, VarSet, XPOLY)ΒΆ
xlpoly.spad line 381 [edit on github]
VarSet: OrderedSet
XPOLY: XPolynomialsCat(VarSet, R)
This package provides computations of logarithms and exponentials for polynomials in non-commutative variables. Author: Michel Petitot (petitot@lifl.fr
).
- exp: (XPOLY, NonNegativeInteger) -> XPOLY
exp(p, n)
returns the exponential ofp
truncated at ordern
.
- Hausdorff: (XPOLY, XPOLY, NonNegativeInteger) -> XPOLY
Hausdorff(a, b, n)
returns log(exp(a)*exp(b
)) truncated at ordern
.
- log: (XPOLY, NonNegativeInteger) -> XPOLY
log(p, n)
returns the logarithm ofp
truncated at ordern
.