"Source: Text/RepThy/ArtRep.text";
"Line: 582";
"Date: Tue Jul  3 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ArtRep.text, line: 582
// Example: H47E6 ()
print "Example: H47E6";
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);
