Re: euclidean algorithm over Q[i]
- From: "Jeremy Watts" <stevie4545@xxxxxxxxxxx>
- Date: Sun, 17 Dec 2006 10:18:00 GMT
"Chip Eastham" <hardmath@xxxxxxxxx> wrote in message
news:1166276481.508680.8020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
the
Jeremy Watts wrote:
"Chip Eastham" <hardmath@xxxxxxxxx> wrote in message
news:1166245043.467094.262880@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
knowledge
G. A. Edgar wrote:
In article <62tgh.6569$Dr3.1078@xxxxxxxxxxxxxxxxxxxx>, Jeremy Watts
<stevie4545@xxxxxxxxxxx> wrote:
how does the euclidean algorithm proceed for numbers in Q[i] ? my
of abstract algebra's basic to say the least so i hope i am using
complexcorrect term. i mean for complex numbers with rational real &
i'veparts
anywhere.ie. of form a/b + c/d i a,b,c,d in Z
i'm sure i have seen this somewhere but cant find reference to it
http://www.math.ohio-state.edu/~edgar/
thanks
Q[i] is a field, so greatest common divisors are easy.
Any nonzero element divides any other nonzero element.
Z[i], the Gaussian integers, may be what you remember seeing.
--
G. A. Edgar
And if the OP is interested in the Gaussian integers Z[i],
it is helpful to bear in mind that a Euclidean domain is
possessed of a norm. The "remainder" term is to have
norm less than the divisor in each application of the
division algorithm. Of course Z[i] is not an ordered ring,
so its important to pick the remainder to have minimum
norm as its defining characteristic.
The norm of z = a + bi is a^2 + b^2 in Z[i].
More discussion here:
yes of course, thank you both. the reason i'm asking this is because
polynomialwritten a pretty simplistic algorithm in java that carries out
http://wims.unice.fr/wims/wims.cgi?session=XKF67EF2A7.1&+lang=en&+module=tooGCD, just using polynomial long division and the euclidean algorithm.
i've been comparing the output with what 'wims' gives
il%2Farithmetic%2Fbezout.en
and they agree, apart from the final value for the gcd. which i assume
'wims' is getting somehow by avoiding intermediate 'coefficient swell'.
have read that if you use 'pseudo division' rather than standard long
division you can get around this problem when working in the rationals
Are you using the Euclidean algorithm to compute
GCD's of univariate polynomials over Q[i]?
Hi Chip, yes i am using the Euclidean algorithm to compute gcd's of
univariate polynomials over Z,Z[i] and Q[i]
The statement that "they agree, apart from the final
value for the gcd" is a bit unsettling! I would assume
normalization to monic polynomials resolves any
ambiguity, and you are asking if there is strategic
advantage to using 'pseudo division' to avoid large
sized intermediate results.
when you say 'normalization to a monic' what do you mean by that? sorry if
that sounds a bit basic. is this what 'pseudo division' does?
I assume that Gauss's content lemma goes through
in Z[i] and that one can choose instead to compute
the GCD in polynomials with (Gaussian) integer
coefficients. Another ingredient that comes to mind
is the possibility of evaluating the polynomials at
some points in Z[i] and using the GCD of resulting
Gaussian integers to interpolate a "candidate"
polynomial GCD, something known as a "heuristic
GCD algorithm" as cited here:
http://www-fourier.ujf-grenoble.fr/~parisse/publi/gcdheu.pdf
regards, chip
.
- Follow-Ups:
- Re: euclidean algorithm over Q[i]
- From: Chip Eastham
- Re: euclidean algorithm over Q[i]
- References:
- euclidean algorithm over Q[i]
- From: Jeremy Watts
- Re: euclidean algorithm over Q[i]
- From: G. A. Edgar
- Re: euclidean algorithm over Q[i]
- From: Chip Eastham
- Re: euclidean algorithm over Q[i]
- From: Jeremy Watts
- Re: euclidean algorithm over Q[i]
- From: Chip Eastham
- euclidean algorithm over Q[i]
- Prev by Date: Re: A problem in mathematical logic
- Next by Date: Re: gcd of two polynomials over Q[i]
- Previous by thread: Re: euclidean algorithm over Q[i]
- Next by thread: Re: euclidean algorithm over Q[i]
- Index(es):
Relevant Pages
|