"Source: Text/Geometry/CrvEll.text";
"Line: 783";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvEll.text, line: 783
// Example: H131E9 ()
print "Example: H131E9";
ei := GetEchoInput();
SetEchoInput(true);
E:=EllipticCurve([0, 1, 0, 135641131, 1568699095683]);
M, tw := MinimalQuadraticTwist(E);
M, tw;
MinimalModel(QuadraticTwist(M, tw));
SetEchoInput(ei);
