sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5957, base_ring=CyclotomicField(132))
M = H._module
chi = DirichletCharacter(H, M([22,120,99]))
gp:[g,chi] = znchar(Mod(1116, 5957))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5957.1116");
| Modulus: | \(5957\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5957\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(132\) |
sage:chi.multiplicative_order()
gp:charorder(g,chi)
magma:Order(chi);
|
| Real: | no |
sage:chi.multiplicative_order() <= 2
gp:charorder(g,chi) <= 2
magma:Order(chi) le 2;
|
| Primitive: | yes |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{5957}(31,\cdot)\)
\(\chi_{5957}(117,\cdot)\)
\(\chi_{5957}(376,\cdot)\)
\(\chi_{5957}(808,\cdot)\)
\(\chi_{5957}(857,\cdot)\)
\(\chi_{5957}(1067,\cdot)\)
\(\chi_{5957}(1116,\cdot)\)
\(\chi_{5957}(1153,\cdot)\)
\(\chi_{5957}(1363,\cdot)\)
\(\chi_{5957}(1375,\cdot)\)
\(\chi_{5957}(1412,\cdot)\)
\(\chi_{5957}(1622,\cdot)\)
\(\chi_{5957}(1844,\cdot)\)
\(\chi_{5957}(1881,\cdot)\)
\(\chi_{5957}(2152,\cdot)\)
\(\chi_{5957}(2189,\cdot)\)
\(\chi_{5957}(2362,\cdot)\)
\(\chi_{5957}(2658,\cdot)\)
\(\chi_{5957}(2670,\cdot)\)
\(\chi_{5957}(2707,\cdot)\)
\(\chi_{5957}(2929,\cdot)\)
\(\chi_{5957}(3176,\cdot)\)
\(\chi_{5957}(3435,\cdot)\)
\(\chi_{5957}(3706,\cdot)\)
\(\chi_{5957}(3916,\cdot)\)
\(\chi_{5957}(3965,\cdot)\)
\(\chi_{5957}(4175,\cdot)\)
\(\chi_{5957}(4212,\cdot)\)
\(\chi_{5957}(4261,\cdot)\)
\(\chi_{5957}(4434,\cdot)\)
...
sage:chi.galois_orbit()
gp:order = charorder(g,chi)
[ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
magma:order := Order(chi);
{ chi^k : k in [1..order-1] | GCD(k,order) eq 1 };
\((3405,4145,3221)\) → \((e\left(\frac{1}{6}\right),e\left(\frac{10}{11}\right),-i)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 5957 }(1116, a) \) |
\(1\) | \(1\) | \(e\left(\frac{119}{132}\right)\) | \(e\left(\frac{7}{33}\right)\) | \(e\left(\frac{53}{66}\right)\) | \(e\left(\frac{131}{132}\right)\) | \(e\left(\frac{5}{44}\right)\) | \(e\left(\frac{31}{44}\right)\) | \(e\left(\frac{14}{33}\right)\) | \(e\left(\frac{59}{66}\right)\) | \(e\left(\frac{23}{66}\right)\) | \(e\left(\frac{1}{66}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)