sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(88305, base_ring=CyclotomicField(812))
M = H._module
chi = DirichletCharacter(H, M([0,0,0,753]))
gp:[g,chi] = znchar(Mod(6826, 88305))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("88305.6826");
| Modulus: | \(88305\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(841\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(812\) |
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_{841}(98,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{88305}(106,\cdot)\)
\(\chi_{88305}(211,\cdot)\)
\(\chi_{88305}(316,\cdot)\)
\(\chi_{88305}(421,\cdot)\)
\(\chi_{88305}(736,\cdot)\)
\(\chi_{88305}(946,\cdot)\)
\(\chi_{88305}(1261,\cdot)\)
\(\chi_{88305}(1366,\cdot)\)
\(\chi_{88305}(1471,\cdot)\)
\(\chi_{88305}(1576,\cdot)\)
\(\chi_{88305}(2206,\cdot)\)
\(\chi_{88305}(2521,\cdot)\)
\(\chi_{88305}(3151,\cdot)\)
\(\chi_{88305}(3256,\cdot)\)
\(\chi_{88305}(3361,\cdot)\)
\(\chi_{88305}(3466,\cdot)\)
\(\chi_{88305}(3781,\cdot)\)
\(\chi_{88305}(3991,\cdot)\)
\(\chi_{88305}(4306,\cdot)\)
\(\chi_{88305}(4411,\cdot)\)
\(\chi_{88305}(4516,\cdot)\)
\(\chi_{88305}(5251,\cdot)\)
\(\chi_{88305}(5566,\cdot)\)
\(\chi_{88305}(6196,\cdot)\)
\(\chi_{88305}(6301,\cdot)\)
\(\chi_{88305}(6406,\cdot)\)
\(\chi_{88305}(6511,\cdot)\)
\(\chi_{88305}(6826,\cdot)\)
\(\chi_{88305}(7036,\cdot)\)
\(\chi_{88305}(7351,\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 };
\((58871,17662,25231,87466)\) → \((1,1,1,e\left(\frac{753}{812}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(8\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) | \(22\) | \(23\) |
| \( \chi_{ 88305 }(6826, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{753}{812}\right)\) | \(e\left(\frac{347}{406}\right)\) | \(e\left(\frac{635}{812}\right)\) | \(e\left(\frac{93}{812}\right)\) | \(e\left(\frac{365}{406}\right)\) | \(e\left(\frac{144}{203}\right)\) | \(e\left(\frac{107}{116}\right)\) | \(e\left(\frac{477}{812}\right)\) | \(e\left(\frac{17}{406}\right)\) | \(e\left(\frac{118}{203}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)