sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(48552, base_ring=CyclotomicField(816))
M = H._module
chi = DirichletCharacter(H, M([0,408,0,136,375]))
gp:[g,chi] = znchar(Mod(2341, 48552))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("48552.2341");
| Modulus: | \(48552\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(16184\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(816\) |
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_{16184}(2341,\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_{48552}(61,\cdot)\)
\(\chi_{48552}(397,\cdot)\)
\(\chi_{48552}(997,\cdot)\)
\(\chi_{48552}(1333,\cdot)\)
\(\chi_{48552}(1501,\cdot)\)
\(\chi_{48552}(1741,\cdot)\)
\(\chi_{48552}(1909,\cdot)\)
\(\chi_{48552}(2077,\cdot)\)
\(\chi_{48552}(2173,\cdot)\)
\(\chi_{48552}(2341,\cdot)\)
\(\chi_{48552}(2509,\cdot)\)
\(\chi_{48552}(2581,\cdot)\)
\(\chi_{48552}(2749,\cdot)\)
\(\chi_{48552}(2845,\cdot)\)
\(\chi_{48552}(2917,\cdot)\)
\(\chi_{48552}(3253,\cdot)\)
\(\chi_{48552}(3853,\cdot)\)
\(\chi_{48552}(4189,\cdot)\)
\(\chi_{48552}(4261,\cdot)\)
\(\chi_{48552}(4357,\cdot)\)
\(\chi_{48552}(4525,\cdot)\)
\(\chi_{48552}(4597,\cdot)\)
\(\chi_{48552}(4765,\cdot)\)
\(\chi_{48552}(4933,\cdot)\)
\(\chi_{48552}(5029,\cdot)\)
\(\chi_{48552}(5197,\cdot)\)
\(\chi_{48552}(5365,\cdot)\)
\(\chi_{48552}(5437,\cdot)\)
\(\chi_{48552}(5605,\cdot)\)
\(\chi_{48552}(5701,\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 };
\((36415,24277,32369,34681,34105)\) → \((1,-1,1,e\left(\frac{1}{6}\right),e\left(\frac{125}{272}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(11\) | \(13\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) | \(37\) | \(41\) |
| \( \chi_{ 48552 }(2341, a) \) |
\(1\) | \(1\) | \(e\left(\frac{467}{816}\right)\) | \(e\left(\frac{601}{816}\right)\) | \(e\left(\frac{5}{68}\right)\) | \(e\left(\frac{313}{408}\right)\) | \(e\left(\frac{665}{816}\right)\) | \(e\left(\frac{59}{408}\right)\) | \(e\left(\frac{257}{272}\right)\) | \(e\left(\frac{247}{816}\right)\) | \(e\left(\frac{95}{816}\right)\) | \(e\left(\frac{23}{272}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)