sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(388075, base_ring=CyclotomicField(1596))
M = H._module
chi = DirichletCharacter(H, M([399,1456,1482]))
gp:[g,chi] = znchar(Mod(10457, 388075))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("388075.10457");
| Modulus: | \(388075\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(77615\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1596\) |
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_{77615}(10457,\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_{388075}(543,\cdot)\)
\(\chi_{388075}(2268,\cdot)\)
\(\chi_{388075}(3032,\cdot)\)
\(\chi_{388075}(3393,\cdot)\)
\(\chi_{388075}(4757,\cdot)\)
\(\chi_{388075}(4818,\cdot)\)
\(\chi_{388075}(5407,\cdot)\)
\(\chi_{388075}(6243,\cdot)\)
\(\chi_{388075}(7607,\cdot)\)
\(\chi_{388075}(9032,\cdot)\)
\(\chi_{388075}(9568,\cdot)\)
\(\chi_{388075}(10457,\cdot)\)
\(\chi_{388075}(11293,\cdot)\)
\(\chi_{388075}(11943,\cdot)\)
\(\chi_{388075}(13782,\cdot)\)
\(\chi_{388075}(14143,\cdot)\)
\(\chi_{388075}(14432,\cdot)\)
\(\chi_{388075}(15568,\cdot)\)
\(\chi_{388075}(16157,\cdot)\)
\(\chi_{388075}(16993,\cdot)\)
\(\chi_{388075}(17282,\cdot)\)
\(\chi_{388075}(18707,\cdot)\)
\(\chi_{388075}(20132,\cdot)\)
\(\chi_{388075}(20318,\cdot)\)
\(\chi_{388075}(20968,\cdot)\)
\(\chi_{388075}(22693,\cdot)\)
\(\chi_{388075}(23457,\cdot)\)
\(\chi_{388075}(23818,\cdot)\)
\(\chi_{388075}(25182,\cdot)\)
\(\chi_{388075}(25243,\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 };
\((186277,48376,306851)\) → \((i,e\left(\frac{52}{57}\right),e\left(\frac{13}{14}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 388075 }(10457, a) \) |
\(1\) | \(1\) | \(e\left(\frac{373}{1596}\right)\) | \(e\left(\frac{775}{1596}\right)\) | \(e\left(\frac{373}{798}\right)\) | \(e\left(\frac{41}{57}\right)\) | \(e\left(\frac{45}{76}\right)\) | \(e\left(\frac{373}{532}\right)\) | \(e\left(\frac{775}{798}\right)\) | \(e\left(\frac{121}{133}\right)\) | \(e\left(\frac{507}{532}\right)\) | \(e\left(\frac{965}{1596}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)