MathGroup Archive 2004

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

Search the Archive

Re: FactorTerms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46087] Re: FactorTerms
  • From: carlos at colorado.edu (Carlos Felippa)
  • Date: Thu, 5 Feb 2004 04:03:06 -0500 (EST)
  • References: <bvq7cg$5lb$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Many thanks to all  who responded.  David Lichtblau pointed
out that there is a built-in FactorTermsList, which does 
exactly what I need:

PA=16*a0 + 16*a1*z + 16*a2*z^2 + 16*a3*z^3 + 16*a4*z^4
FactorTermsList[PA]
{16, a0 + a1*z + a2*z^2 + a3*z^3 + a4*z^4}


  • Prev by Date: Re: Conflict between Mathematica 4.1 and 5.01?
  • Next by Date: Re: FactorTerms
  • Previous by thread: RE: FactorTerms
  • Next by thread: Re: FactorTerms