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
- Follow-Ups:
- Re: Removing constant multiples from polynomials
- From: János <janos.lobb@yale.edu>
- Re: Removing constant multiples from polynomials
- From: Adriano Pascoletti <pascolet@dimi.uniud.it>
- Re: Removing constant multiples from polynomials
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Removing constant multiples from polynomials