MathGroup Archive 2005

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

Search the Archive

PolynomialGCD

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60276] PolynomialGCD
  • From: jonspalmer at gmail.com
  • Date: Fri, 9 Sep 2005 04:07:25 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Is there anyway to get PolynomialGCD to work with Complex numbers? For
example get:

PolynomialGCD[(x+y) I, (x+y) 2 I]

to return:

(x+y) I


?

Many thanks
Jon Palmer


  • Prev by Date: Simplify Expressions with Non commutative multiplication
  • Next by Date: Re: (how to) make a "boxes" from a MatrixForm representation?
  • Previous by thread: Re: Simplify Expressions with Non commutative multiplication
  • Next by thread: Re: PolynomialGCD