"Source: Text/Geometry/CrvHyp.text";
"Line: 8171";
"Date: Fri Sep 26 09:12:34 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvHyp.text, line: 8171
// Example: H137E50 ()
print "Example: H137E50";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Rationals());
C1 := HyperellipticCurve(x^12 - 1);
C2 := HyperellipticCurve(x^12 + 1);
test, _ := IsIsomorphicHyperellipticCurves(C1, C2);
test;
test, _ := IsIsomorphicHyperellipticCurves(C1, C2 : geometric := true);
test;
SetEchoInput(ei);
