"Source: Text/RepThy/ArtRep.text";
"Line: 582";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ArtRep.text, line: 582
// Example: H48E6 ()
print "Example: H48E6";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Rationals());
K := NumberField(x^3-2);
A := ArtinRepresentations(K: Ramification:=true);
triv, sign, rho := Explode(A);
triv;
rho;
triv+rho;
sign*rho eq rho;
assert $1;
SetEchoInput(ei);
