sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(105125, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([83,25]))
gp:[g,chi] = znchar(Mod(31158, 105125))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("105125.31158");
| Modulus: | \(105125\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3625\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(100\) |
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: | no, induced from \(\chi_{3625}(2158,\cdot)\) |
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_{105125}(1723,\cdot)\)
\(\chi_{105125}(5928,\cdot)\)
\(\chi_{105125}(6687,\cdot)\)
\(\chi_{105125}(10133,\cdot)\)
\(\chi_{105125}(10892,\cdot)\)
\(\chi_{105125}(14338,\cdot)\)
\(\chi_{105125}(15097,\cdot)\)
\(\chi_{105125}(19302,\cdot)\)
\(\chi_{105125}(22748,\cdot)\)
\(\chi_{105125}(26953,\cdot)\)
\(\chi_{105125}(27712,\cdot)\)
\(\chi_{105125}(31158,\cdot)\)
\(\chi_{105125}(31917,\cdot)\)
\(\chi_{105125}(35363,\cdot)\)
\(\chi_{105125}(36122,\cdot)\)
\(\chi_{105125}(40327,\cdot)\)
\(\chi_{105125}(43773,\cdot)\)
\(\chi_{105125}(47978,\cdot)\)
\(\chi_{105125}(48737,\cdot)\)
\(\chi_{105125}(52183,\cdot)\)
\(\chi_{105125}(52942,\cdot)\)
\(\chi_{105125}(56388,\cdot)\)
\(\chi_{105125}(57147,\cdot)\)
\(\chi_{105125}(61352,\cdot)\)
\(\chi_{105125}(64798,\cdot)\)
\(\chi_{105125}(69003,\cdot)\)
\(\chi_{105125}(69762,\cdot)\)
\(\chi_{105125}(73208,\cdot)\)
\(\chi_{105125}(73967,\cdot)\)
\(\chi_{105125}(77413,\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 };
\((9252,95876)\) → \((e\left(\frac{83}{100}\right),i)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 105125 }(31158, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2}{25}\right)\) | \(e\left(\frac{3}{50}\right)\) | \(e\left(\frac{4}{25}\right)\) | \(e\left(\frac{7}{50}\right)\) | \(e\left(\frac{11}{20}\right)\) | \(e\left(\frac{6}{25}\right)\) | \(e\left(\frac{3}{25}\right)\) | \(e\left(\frac{33}{100}\right)\) | \(e\left(\frac{11}{50}\right)\) | \(e\left(\frac{87}{100}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)