axiom-math
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-math] repeated series expansion


From: Ralf Hemmecke
Subject: Re: [Axiom-math] repeated series expansion
Date: Sat, 17 Jul 2010 06:59:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1

That's interesting.  How does "MultivariateTaylorSeriesCategory()" from
bookvol 10.2 page 1026  fall short?

It's a category, not a domain. And if you look into the source code then we find even.

TaylorSeries(Coef): Exports == Implementation where
  Coef  : Ring
  L   ==> List
  NNI ==> NonNegativeInteger
  SMP ==> Polynomial Coef
  StS ==> Stream SMP

  Exports ==> MultivariateTaylorSeriesCategory(Coef,Symbol) with
    ...

  Implementation ==> SparseMultivariateTaylorSeries(Coef,Symbol,SMP) add
    Rep := StS -- Below we use the fact that Rep of PS is Stream SMP.
    ...

The domain SparseMultivariateTaylorSeries is relatively general. It allows to specify the type of polynomials that serve as coefficients of a (univariate) power series. That's a bit of an implementation detail, but quite flexible.

Ralf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]