MathGroup Archive 2007

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

Search the Archive

Removing constant multiples from polynomials

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73383] Removing constant multiples from polynomials
  • From: "Azumanga" <4zumanga at gmail.com>
  • Date: Thu, 15 Feb 2007 04:55:38 -0500 (EST)

I am working on an algorithm which manipulates sets of polynomials.
Often it produces (after an application of FullSimplify) polynomials
like:

1276(x-1)(y-2)/397

I'm only interested in the solutions to the polynomial, so to me this
is "equivalent" to:

(x-1)(y-2)

As a short-term solution I call "GroebnerBasis" on the single
polynomial, which seems to perform this simplification. However is
there a simpler method?

Thank you,

Chris



  • Prev by Date: Re: system of equations
  • Next by Date: Logical Expression
  • Previous by thread: Re: Controlling display of frames in a movie
  • Next by thread: Re: Removing constant multiples from polynomials