sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6003, base_ring=CyclotomicField(132))
M = H._module
chi = DirichletCharacter(H, M([110,96,33]))
gp:[g,chi] = znchar(Mod(302, 6003))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6003.302");
| Modulus: | \(6003\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6003\) |
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_{6003}(41,\cdot)\)
\(\chi_{6003}(104,\cdot)\)
\(\chi_{6003}(128,\cdot)\)
\(\chi_{6003}(302,\cdot)\)
\(\chi_{6003}(650,\cdot)\)
\(\chi_{6003}(887,\cdot)\)
\(\chi_{6003}(974,\cdot)\)
\(\chi_{6003}(1085,\cdot)\)
\(\chi_{6003}(1235,\cdot)\)
\(\chi_{6003}(1346,\cdot)\)
\(\chi_{6003}(1409,\cdot)\)
\(\chi_{6003}(1757,\cdot)\)
\(\chi_{6003}(2129,\cdot)\)
\(\chi_{6003}(2216,\cdot)\)
\(\chi_{6003}(2279,\cdot)\)
\(\chi_{6003}(2477,\cdot)\)
\(\chi_{6003}(2651,\cdot)\)
\(\chi_{6003}(2801,\cdot)\)
\(\chi_{6003}(2975,\cdot)\)
\(\chi_{6003}(2999,\cdot)\)
\(\chi_{6003}(3062,\cdot)\)
\(\chi_{6003}(3236,\cdot)\)
\(\chi_{6003}(3521,\cdot)\)
\(\chi_{6003}(3758,\cdot)\)
\(\chi_{6003}(3845,\cdot)\)
\(\chi_{6003}(4043,\cdot)\)
\(\chi_{6003}(4106,\cdot)\)
\(\chi_{6003}(4217,\cdot)\)
\(\chi_{6003}(4280,\cdot)\)
\(\chi_{6003}(4304,\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 };
\((668,3133,4555)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{8}{11}\right),i)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 6003 }(302, a) \) |
\(1\) | \(1\) | \(e\left(\frac{71}{132}\right)\) | \(e\left(\frac{5}{66}\right)\) | \(e\left(\frac{13}{33}\right)\) | \(e\left(\frac{5}{33}\right)\) | \(e\left(\frac{27}{44}\right)\) | \(e\left(\frac{41}{44}\right)\) | \(e\left(\frac{83}{132}\right)\) | \(e\left(\frac{23}{66}\right)\) | \(e\left(\frac{91}{132}\right)\) | \(e\left(\frac{5}{33}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)