Upload to Canvas a PDF of your work for the following problems.
Consider an equation of a real elliptic curve with an \(x^2\) term: \(y^2 = x^3 + ax^2 + bx + c\). Substitute \(x = u - a/3\) and simplify to show that the resulting equation has no \(u^2\) term. (This exercise proves that the \(x^2\) term can be eliminated via a change of variables.)
Use Pollard’s \(p-1\) method to
factor the number n
given below. Show work. (Of course,
gmp
has a function called factorize
, but
beware of using this function so close to Halloween.)
library(gmp)
n <- as.bigz("32815976131045173956403096853277193054971618642813813139023877173")