Revision 4c128d6c42aca5969a590ccac33d60147de0ffc5 authored by Paul Zimmermann on 09 December 2010, 15:02:37 UTC, committed by Paul Zimmermann on 09 December 2010, 15:02:37 UTC

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/cado-nfs/branches/1.0@615 3eaf19af-ecc0-40f6-b43f-672aa0c71c71
1 parent 76b8f2b
Raw File
MurphyE.sage
load E.sage

N = 10941738641570527421809707322040357612003732945449205990913842131476349984288934784717997257891267332497625752899781833797076537244027146743531593354333897

R.<x> = PolynomialRing(ZZ)

f1 = 119377138320*x^5 - 80168937284997582*x^4 - 66269852234118574445*x^3 + 11816848430079521880356852*x^2 + 7459661580071786443919743056*x - 40679843542362159361913708405064
g1 = x - 39123079721168000771313449081
s1 = 10800

# sanity check
if f1.resultant(g1).abs() <> N:
  raise ValueError, "f1, g1"

f4 = 8100*x^5 - 3468909170064*x^4 + 21170116622936461997*x^3 + 52476718834337170091739036*x^2 - 1925098135189290943650643878274788*x - 352545757808440950644140619514564567120
g4 = 226855318511712497*x - 1062009030940736940710717627777
s4 = 13150038.93

# sanity check
if f4.resultant(g4).abs() <> N:
  raise ValueError, "f4, g4"



back to top