sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(40393, base_ring=CyclotomicField(186))
M = H._module
chi = DirichletCharacter(H, M([155,109]))
gp:[g,chi] = znchar(Mod(18296, 40393))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("40393.18296");
| Modulus: | \(40393\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(40393\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(186\) |
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_{40393}(987,\cdot)\)
\(\chi_{40393}(1700,\cdot)\)
\(\chi_{40393}(1866,\cdot)\)
\(\chi_{40393}(2165,\cdot)\)
\(\chi_{40393}(3602,\cdot)\)
\(\chi_{40393}(3974,\cdot)\)
\(\chi_{40393}(4687,\cdot)\)
\(\chi_{40393}(5823,\cdot)\)
\(\chi_{40393}(8520,\cdot)\)
\(\chi_{40393}(9709,\cdot)\)
\(\chi_{40393}(11558,\cdot)\)
\(\chi_{40393}(12550,\cdot)\)
\(\chi_{40393}(12581,\cdot)\)
\(\chi_{40393}(12902,\cdot)\)
\(\chi_{40393}(13739,\cdot)\)
\(\chi_{40393}(13801,\cdot)\)
\(\chi_{40393}(14700,\cdot)\)
\(\chi_{40393}(16828,\cdot)\)
\(\chi_{40393}(17087,\cdot)\)
\(\chi_{40393}(18068,\cdot)\)
\(\chi_{40393}(18296,\cdot)\)
\(\chi_{40393}(18606,\cdot)\)
\(\chi_{40393}(19184,\cdot)\)
\(\chi_{40393}(19339,\cdot)\)
\(\chi_{40393}(19463,\cdot)\)
\(\chi_{40393}(20590,\cdot)\)
\(\chi_{40393}(22791,\cdot)\)
\(\chi_{40393}(23473,\cdot)\)
\(\chi_{40393}(23597,\cdot)\)
\(\chi_{40393}(24299,\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 };
\((2607,33884)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{109}{186}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 40393 }(18296, a) \) |
\(1\) | \(1\) | \(e\left(\frac{29}{93}\right)\) | \(e\left(\frac{10}{93}\right)\) | \(e\left(\frac{58}{93}\right)\) | \(e\left(\frac{103}{186}\right)\) | \(e\left(\frac{13}{31}\right)\) | \(e\left(\frac{11}{62}\right)\) | \(e\left(\frac{29}{31}\right)\) | \(e\left(\frac{20}{93}\right)\) | \(e\left(\frac{161}{186}\right)\) | \(e\left(\frac{92}{93}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)