aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/taylor.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-02-14 09:23:15 +0000
committerdos-reis <gdr@axiomatics.org>2010-02-14 09:23:15 +0000
commit28d261c72d6347990c751e43e4fc5604716f301c (patch)
tree94a7e8dcf4816cfa0477317aa5e2fdc4e23a46ae /src/algebra/taylor.spad.pamphlet
parente09e82b4e3e7546a4c12c0d80ca90ee95ea3f05c (diff)
downloadopen-axiom-28d261c72d6347990c751e43e4fc5604716f301c.tar.gz
* algebra/sttaylor.spad.pamphlet
(revert$StreamTaylorSeriesOperations): Tidy.
Diffstat (limited to 'src/algebra/taylor.spad.pamphlet')
-rw-r--r--src/algebra/taylor.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/taylor.spad.pamphlet b/src/algebra/taylor.spad.pamphlet
index 3f4aa0ef..e85c7a85 100644
--- a/src/algebra/taylor.spad.pamphlet
+++ b/src/algebra/taylor.spad.pamphlet
@@ -211,7 +211,7 @@ UnivariateTaylorSeries(Coef,var,cen): Exports == Implementation where
revert: % -> %
++ \spad{revert(f(x))} returns a Taylor series \spad{g(x)} such that
++ \spad{f(g(x)) = g(f(x)) = x}. Series \spad{f(x)} should have constant
- ++ coefficient 0 and 1st order coefficient 1.
+ ++ coefficient 0 and invertible 1st order coefficient.
multisect: (I,I,%) -> %
++\spad{multisect(a,b,f(x))} selects the coefficients of
++ \spad{x^((a+b)*n+a)}, and changes this monomial to \spad{x^n}.