|
[Date Index]
[Thread Index]
[Author Index]
Recombining CoefficientList
- To: mathgroup at smc.vnet.net
- Subject: [mg2501] Recombining CoefficientList
- From: sherod at boussinesq.Colorado.EDU (Scott Herod)
- Date: Wed, 15 Nov 1995 01:59:13 -0500
- Organization: University of Colorado at Boulder
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:
Mathematica package for Linear system's stability
Next by Date:
Re: ROTATING ANIMATIONS in MMA?
Previous by thread:
Re: Recombining CoefficientList
Next by thread:
Re: Recombining CoefficientList
|