sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(7569, base_ring=CyclotomicField(1218))
M = H._module
chi = DirichletCharacter(H, M([812,207]))
gp:[g,chi] = znchar(Mod(457, 7569))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("7569.457");
| Modulus: | \(7569\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(7569\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1218\) |
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_{7569}(4,\cdot)\)
\(\chi_{7569}(13,\cdot)\)
\(\chi_{7569}(22,\cdot)\)
\(\chi_{7569}(34,\cdot)\)
\(\chi_{7569}(67,\cdot)\)
\(\chi_{7569}(121,\cdot)\)
\(\chi_{7569}(151,\cdot)\)
\(\chi_{7569}(178,\cdot)\)
\(\chi_{7569}(187,\cdot)\)
\(\chi_{7569}(238,\cdot)\)
\(\chi_{7569}(241,\cdot)\)
\(\chi_{7569}(265,\cdot)\)
\(\chi_{7569}(274,\cdot)\)
\(\chi_{7569}(283,\cdot)\)
\(\chi_{7569}(295,\cdot)\)
\(\chi_{7569}(328,\cdot)\)
\(\chi_{7569}(382,\cdot)\)
\(\chi_{7569}(412,\cdot)\)
\(\chi_{7569}(439,\cdot)\)
\(\chi_{7569}(448,\cdot)\)
\(\chi_{7569}(457,\cdot)\)
\(\chi_{7569}(499,\cdot)\)
\(\chi_{7569}(502,\cdot)\)
\(\chi_{7569}(526,\cdot)\)
\(\chi_{7569}(535,\cdot)\)
\(\chi_{7569}(544,\cdot)\)
\(\chi_{7569}(556,\cdot)\)
\(\chi_{7569}(589,\cdot)\)
\(\chi_{7569}(643,\cdot)\)
\(\chi_{7569}(673,\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 };
\((5888,1684)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{69}{406}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 7569 }(457, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1019}{1218}\right)\) | \(e\left(\frac{410}{609}\right)\) | \(e\left(\frac{401}{609}\right)\) | \(e\left(\frac{346}{609}\right)\) | \(e\left(\frac{207}{406}\right)\) | \(e\left(\frac{201}{406}\right)\) | \(e\left(\frac{527}{1218}\right)\) | \(e\left(\frac{512}{609}\right)\) | \(e\left(\frac{17}{42}\right)\) | \(e\left(\frac{211}{609}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)