Re: A GCD question
- From: amzoti <amzoti@xxxxxxxxx>
- Date: Fri, 06 Jul 2007 22:48:06 -0000
On Jul 6, 3:34 pm, Jeremy Boden <JeremyBo...@xxxxxxxxx> wrote:
I know it's easy to find the GCD of two integers using Euclid's
algorithm;
it's not much more difficult to find the GCD if two polynomials in a
similiar way.
But is it possible to do this for a multinomial?
I've been trying and failing to simplify
GCD(x + y, x^2 -x*y + y^2) - is this doomed to fail?
Regards,
Jeremy
Yes - it is possible.
Mathematica has a PolynomialGCD[x + y, x^2 -x*y + y^2] that returns 1
as the result.
Also see: http://icm.mcs.kent.edu/research/gcddemo.html
For a reference:
Three New Algorithms for Multivariate Polynomial GCD
T. Sasaki, M. Suzuki
Journal Title: Journal of Symbolic Computation
Date: 1992
Volume: 13
Issue: 4
p. 395 - 412
HTH - A
.
- Follow-Ups:
- Re: A GCD question
- From: Jeremy Boden
- Re: A GCD question
- References:
- A GCD question
- From: Jeremy Boden
- A GCD question
- Prev by Date: Re: disproof of Riemann hypothesis
- Next by Date: Re: Series Summing to Different Values
- Previous by thread: A GCD question
- Next by thread: Re: A GCD question
- Index(es):
Relevant Pages
|