MathGroup Archive 2004

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

Search the Archive

FactorTerms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46053] FactorTerms
  • From: carlos at colorado.edu (Carlos Felippa)
  • Date: Tue, 3 Feb 2004 22:19:06 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Suppose I have the polynomial

PA=16*a0 + 16*a1*z + 16*a2*z^2 + 16*a3*z^3 + 16*a4*z^4;

FactorTerms[PA]

produces

16*(a0 + a1*z + a2*z^2 + a3*z^3 + a4*z^4)

How do I extract the 16 and the (...)?


  • Prev by Date: Re: Re: Re: Graphics into MS Word
  • Next by Date: Re: How to plot...
  • Previous by thread: Re: Conflict between Mathematica 4.1 and 5.01?
  • Next by thread: Re: FactorTerms