sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4335, base_ring=CyclotomicField(68))
M = H._module
chi = DirichletCharacter(H, M([34,51,30]))
gp:[g,chi] = znchar(Mod(458, 4335))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4335.458");
| Modulus: | \(4335\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4335\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(68\) |
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_{4335}(152,\cdot)\)
\(\chi_{4335}(203,\cdot)\)
\(\chi_{4335}(407,\cdot)\)
\(\chi_{4335}(458,\cdot)\)
\(\chi_{4335}(662,\cdot)\)
\(\chi_{4335}(713,\cdot)\)
\(\chi_{4335}(917,\cdot)\)
\(\chi_{4335}(968,\cdot)\)
\(\chi_{4335}(1172,\cdot)\)
\(\chi_{4335}(1223,\cdot)\)
\(\chi_{4335}(1427,\cdot)\)
\(\chi_{4335}(1478,\cdot)\)
\(\chi_{4335}(1682,\cdot)\)
\(\chi_{4335}(1937,\cdot)\)
\(\chi_{4335}(1988,\cdot)\)
\(\chi_{4335}(2192,\cdot)\)
\(\chi_{4335}(2243,\cdot)\)
\(\chi_{4335}(2447,\cdot)\)
\(\chi_{4335}(2498,\cdot)\)
\(\chi_{4335}(2702,\cdot)\)
\(\chi_{4335}(2753,\cdot)\)
\(\chi_{4335}(2957,\cdot)\)
\(\chi_{4335}(3008,\cdot)\)
\(\chi_{4335}(3212,\cdot)\)
\(\chi_{4335}(3263,\cdot)\)
\(\chi_{4335}(3518,\cdot)\)
\(\chi_{4335}(3722,\cdot)\)
\(\chi_{4335}(3773,\cdot)\)
\(\chi_{4335}(3977,\cdot)\)
\(\chi_{4335}(4028,\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 };
\((2891,2602,2026)\) → \((-1,-i,e\left(\frac{15}{34}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(7\) | \(8\) | \(11\) | \(13\) | \(14\) | \(16\) | \(19\) | \(22\) |
| \( \chi_{ 4335 }(458, a) \) |
\(1\) | \(1\) | \(e\left(\frac{5}{68}\right)\) | \(e\left(\frac{5}{34}\right)\) | \(e\left(\frac{9}{68}\right)\) | \(e\left(\frac{15}{68}\right)\) | \(e\left(\frac{11}{17}\right)\) | \(e\left(\frac{49}{68}\right)\) | \(e\left(\frac{7}{34}\right)\) | \(e\left(\frac{5}{17}\right)\) | \(e\left(\frac{23}{34}\right)\) | \(e\left(\frac{49}{68}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)