"Source: Text/Ring/RngOrd.text";
"Line: 8548";
"Date: Fri Sep 26 14:51:59 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Ring/RngOrd.text, line: 8548
// Example: H39E36 ()
print "Example: H39E36";
ei := GetEchoInput();
SetEchoInput(true);
_<x> := PolynomialRing(Integers());                                       
f := x^5 + 343*x^4 + 49*x^3 + 343*x^2 + 7*x + 6;                           
K := NumberField(f);    
p := 7;                                                                    
Montes(K,p);
K`PrimeIdeals[p];
K`LocalIndex[p];  
SetEchoInput(ei);
