sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11825, base_ring=CyclotomicField(420))
M = H._module
chi = DirichletCharacter(H, M([105,84,310]))
gp:[g,chi] = znchar(Mod(807, 11825))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11825.807");
| Modulus: | \(11825\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2365\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(420\) |
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_{2365}(807,\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_{11825}(157,\cdot)\)
\(\chi_{11825}(218,\cdot)\)
\(\chi_{11825}(493,\cdot)\)
\(\chi_{11825}(632,\cdot)\)
\(\chi_{11825}(707,\cdot)\)
\(\chi_{11825}(718,\cdot)\)
\(\chi_{11825}(757,\cdot)\)
\(\chi_{11825}(807,\cdot)\)
\(\chi_{11825}(1093,\cdot)\)
\(\chi_{11825}(1318,\cdot)\)
\(\chi_{11825}(1582,\cdot)\)
\(\chi_{11825}(1732,\cdot)\)
\(\chi_{11825}(1818,\cdot)\)
\(\chi_{11825}(1868,\cdot)\)
\(\chi_{11825}(1918,\cdot)\)
\(\chi_{11825}(2007,\cdot)\)
\(\chi_{11825}(2082,\cdot)\)
\(\chi_{11825}(2093,\cdot)\)
\(\chi_{11825}(2282,\cdot)\)
\(\chi_{11825}(2368,\cdot)\)
\(\chi_{11825}(2557,\cdot)\)
\(\chi_{11825}(2643,\cdot)\)
\(\chi_{11825}(2743,\cdot)\)
\(\chi_{11825}(2843,\cdot)\)
\(\chi_{11825}(2907,\cdot)\)
\(\chi_{11825}(2957,\cdot)\)
\(\chi_{11825}(3243,\cdot)\)
\(\chi_{11825}(3382,\cdot)\)
\(\chi_{11825}(3468,\cdot)\)
\(\chi_{11825}(3732,\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 };
\((5677,7526,9076)\) → \((i,e\left(\frac{1}{5}\right),e\left(\frac{31}{42}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(12\) | \(13\) | \(14\) |
| \( \chi_{ 11825 }(807, a) \) |
\(1\) | \(1\) | \(e\left(\frac{53}{140}\right)\) | \(e\left(\frac{37}{420}\right)\) | \(e\left(\frac{53}{70}\right)\) | \(e\left(\frac{7}{15}\right)\) | \(e\left(\frac{29}{60}\right)\) | \(e\left(\frac{19}{140}\right)\) | \(e\left(\frac{37}{210}\right)\) | \(e\left(\frac{71}{84}\right)\) | \(e\left(\frac{239}{420}\right)\) | \(e\left(\frac{181}{210}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)