macsyma on Thu, 08 Aug 2019 03:20:15 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: "pari-users@pari.math.u-bordeaux.fr" <pari-users@pari.math.u-bordeaux.fr>
- Subject: gcd
- From: macsyma <macsyma@yahoo.co.jp>
- Date: Thu, 8 Aug 2019 10:20:03 +0900 (JST)
- Delivery-date: Thu, 08 Aug 2019 03:20:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1565227203; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:References; bh=2KeLxYTfLfz4oXpfnraFdFN8rZLLX0IGo11D+QUQbQ4=; b=dyASXe3mHztZoeQgVLBxlhIPxD8tn7ovx2ZqDlcY/DOXyUNAyqjuGAWSKsIGBb+Q HuwVQYwVx1OWD5fc9k0Lim1DJtJZ5+SFvzHAYngYg0x3GFSAe6H/neBAGNdkn+kwsl3 4B4zqj/hbA6Ne1rfrX4+E5eSoQUKopUs8jvpPp0k=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:References; b=G4z1B9OhgukVhpy9+EsqTAqCA0rFKDwbpnf95y4eGpefVifCCjGMJbFgO+vDMGoe ko0IXdE0tdotIgNejh2hiM+M4Quqn0n5JQoU/GrfxL17+rhVAVo+bt8IlCJzo57DYhB ae7EHJotGQgL0K5JMu2jjzcuaJEizPfMzhP59t/Q=;
- References: <2141288078.2559656.1565227203072.JavaMail.yahoo.ref@jws702005.mail.kks.yahoo.co.jp>
- Reply-to: macsyma <macsyma@yahoo.co.jp>
Dear All,
The greatest common divisor of P and Q defined in
http://macsyma.starfree.jp/temp/PQ.gp
is a polynomial with degree 35.(these are in composite form f(x^35))
But It seems that PARI's gcd(P,Q) does not return the result.
macsyma
- Follow-Ups:
- Re: gcd
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Re: gcd
- From: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr>