"Source: Text/Geometry/CrvHyp.text";
"Line: 7884";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 7884
// Example: H134E48 ()
print "Example: H134E48";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Rationals());
H1 := HyperellipticCurve(x^5-7);
H2, phi := Transformation(H1, [0,1,1,0], 1/2, x^2+1);
H2;
phi;
IsIsomorphic(H1, H2);
SetEchoInput(ei);
