aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/suls.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-18 13:45:47 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-18 13:45:47 +0000
commit6896410ee29bde89bf25c5f126a76a755a810e94 (patch)
treefca597d080e0eaa3ed4775eaaf90033dce3692f5 /src/algebra/suls.spad.pamphlet
parentbd813c8607938e8ff0d8f112987300e22e3dc712 (diff)
downloadopen-axiom-6896410ee29bde89bf25c5f126a76a755a810e94.tar.gz
* algebra/fparfrac.spad.pamphlet (FullPartialFractionExpansion):
Now satisfies DifferentialSpace. * algebra/gseries.spad.pamphlet (GeneralUnivariatePowerSeries): Now satisfies an instance of PartialDifferentialDomain. * algebra/laurent.spad.pamphlet (UnivariateLaurentSeries): Likewise. * algebra/puiseux.spad.pamphlet (UnivariatePuiseuxSeries): Likewise. * algebra/suls.spad.pamphlet (SparseUnivariateLaurentSeries): Likewise. * algebra/supxs.spad.pamphlet (SparseUnivariatePuiseuxSeries): Likewise. * algebra/suts.spad.pamphlet (SparseUnivariateTaylorSeries): Likewise. * algebra/taylor.spad.pamphlet (UnivariateTaylorSeries): Likewise.
Diffstat (limited to 'src/algebra/suls.spad.pamphlet')
-rw-r--r--src/algebra/suls.spad.pamphlet8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/algebra/suls.spad.pamphlet b/src/algebra/suls.spad.pamphlet
index 2b1db3b9..efd567aa 100644
--- a/src/algebra/suls.spad.pamphlet
+++ b/src/algebra/suls.spad.pamphlet
@@ -14,7 +14,7 @@
)abbrev domain SULS SparseUnivariateLaurentSeries
++ Author: Clifton J. Williamson
++ Date Created: 11 November 1994
-++ Date Last Updated: 10 March 1995
+++ Date Last Updated: June 18, 2010
++ Basic Operations:
++ Related Domains: InnerSparseUnivariatePowerSeries,
++ SparseUnivariateTaylorSeries, SparseUnivariatePuiseuxSeries
@@ -44,13 +44,11 @@ SparseUnivariateLaurentSeries(Coef,var,cen): Exports == Implementation where
SUTS ==> SparseUnivariateTaylorSeries(Coef,var,cen)
EFULS ==> ElementaryFunctionsUnivariateLaurentSeries(Coef,SUTS,%)
- Exports ==> UnivariateLaurentSeriesConstructorCategory(Coef,SUTS) with
+ Exports ==> Join(UnivariateLaurentSeriesConstructorCategory(Coef,SUTS),_
+ PartialDifferentialDomain(%,Variable var)) with
coerce: Variable(var) -> %
++ \spad{coerce(var)} converts the series variable \spad{var} into a
++ Laurent series.
- differentiate: (%,Variable(var)) -> %
- ++ \spad{differentiate(f(x),x)} returns the derivative of
- ++ \spad{f(x)} with respect to \spad{x}.
if Coef has Algebra Fraction Integer then
integrate: (%,Variable(var)) -> %
++ \spad{integrate(f(x))} returns an anti-derivative of the power