sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(93345, base_ring=CyclotomicField(252))
M = H._module
chi = DirichletCharacter(H, M([0,189,90,32]))
gp:[g,chi] = znchar(Mod(3373, 93345))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("93345.3373");
| Modulus: | \(93345\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(31115\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(252\) |
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_{31115}(3373,\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_{93345}(13,\cdot)\)
\(\chi_{93345}(1693,\cdot)\)
\(\chi_{93345}(3373,\cdot)\)
\(\chi_{93345}(4108,\cdot)\)
\(\chi_{93345}(6082,\cdot)\)
\(\chi_{93345}(8413,\cdot)\)
\(\chi_{93345}(8518,\cdot)\)
\(\chi_{93345}(10933,\cdot)\)
\(\chi_{93345}(13663,\cdot)\)
\(\chi_{93345}(15742,\cdot)\)
\(\chi_{93345}(15763,\cdot)\)
\(\chi_{93345}(16582,\cdot)\)
\(\chi_{93345}(17233,\cdot)\)
\(\chi_{93345}(18367,\cdot)\)
\(\chi_{93345}(18682,\cdot)\)
\(\chi_{93345}(20362,\cdot)\)
\(\chi_{93345}(20698,\cdot)\)
\(\chi_{93345}(22042,\cdot)\)
\(\chi_{93345}(22168,\cdot)\)
\(\chi_{93345}(22777,\cdot)\)
\(\chi_{93345}(23218,\cdot)\)
\(\chi_{93345}(26053,\cdot)\)
\(\chi_{93345}(27082,\cdot)\)
\(\chi_{93345}(27187,\cdot)\)
\(\chi_{93345}(29602,\cdot)\)
\(\chi_{93345}(32332,\cdot)\)
\(\chi_{93345}(33823,\cdot)\)
\(\chi_{93345}(34432,\cdot)\)
\(\chi_{93345}(35902,\cdot)\)
\(\chi_{93345}(36343,\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 };
\((62231,74677,30481,69091)\) → \((1,-i,e\left(\frac{5}{14}\right),e\left(\frac{8}{63}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(8\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) | \(22\) | \(23\) |
| \( \chi_{ 93345 }(3373, a) \) |
\(1\) | \(1\) | \(e\left(\frac{5}{28}\right)\) | \(e\left(\frac{5}{14}\right)\) | \(e\left(\frac{15}{28}\right)\) | \(e\left(\frac{58}{63}\right)\) | \(e\left(\frac{35}{36}\right)\) | \(e\left(\frac{5}{7}\right)\) | \(e\left(\frac{127}{252}\right)\) | \(e\left(\frac{2}{3}\right)\) | \(e\left(\frac{25}{252}\right)\) | \(e\left(\frac{47}{252}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)