"Source: Text/Ring/RngOrd.text";
"Line: 8326";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngOrd.text, line: 8326
// Example: H39E35 ()
print "Example: H39E35";
ei := GetEchoInput();
SetEchoInput(true);
_<x> := PolynomialRing(Integers());                                       
f := x^5 + 343*x^4 + 49*x^3 + 343*x^2 + 7*x + 6;                           
L := NumberField(f);    
p := 7;                                                                    
Montes(f,p);  
SetEchoInput(ei);
