MathGroup Archive 1995

[Date Index] [Thread Index] [Author Index]

Search the Archive

Recombining CoefficientList

  • Subject: [mg2501] Recombining CoefficientList
  • From: sherod at boussinesq.Colorado.EDU (Scott Herod)
  • Date: Wed, 15 Nov 1995 06:59:13 GMT
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: University of Colorado at Boulder
  • Sender: daemon at wri.com ( )

CoefficientList[poly, {x1,x2,...,xn}] returns an array of coefficients
of the various powers of the xi in poly.  Has someone got a code segment
to recreate poly from the list of xi and the output?

Perhaps it would just be easier to make my own version that returns
an "tenser" that has Dimensions = {Exponent[x1], ... , Exponent[xn]}.

Scott Herod


  • Prev by Date: Taylor series expansion
  • Next by Date: Stochastic Taylor Expansions
  • Previous by thread: Re: Taylor series expansion
  • Next by thread: Re: Recombining CoefficientList