sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2399, base_ring=CyclotomicField(2398))
M = H._module
chi = DirichletCharacter(H, M([323]))
gp:[g,chi] = znchar(Mod(44, 2399))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2399.44");
| Modulus: | \(2399\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2399\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2398\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2399}(11,\cdot)\)
\(\chi_{2399}(13,\cdot)\)
\(\chi_{2399}(19,\cdot)\)
\(\chi_{2399}(22,\cdot)\)
\(\chi_{2399}(26,\cdot)\)
\(\chi_{2399}(29,\cdot)\)
\(\chi_{2399}(33,\cdot)\)
\(\chi_{2399}(37,\cdot)\)
\(\chi_{2399}(38,\cdot)\)
\(\chi_{2399}(39,\cdot)\)
\(\chi_{2399}(44,\cdot)\)
\(\chi_{2399}(52,\cdot)\)
\(\chi_{2399}(53,\cdot)\)
\(\chi_{2399}(55,\cdot)\)
\(\chi_{2399}(57,\cdot)\)
\(\chi_{2399}(58,\cdot)\)
\(\chi_{2399}(65,\cdot)\)
\(\chi_{2399}(66,\cdot)\)
\(\chi_{2399}(67,\cdot)\)
\(\chi_{2399}(74,\cdot)\)
\(\chi_{2399}(76,\cdot)\)
\(\chi_{2399}(78,\cdot)\)
\(\chi_{2399}(83,\cdot)\)
\(\chi_{2399}(87,\cdot)\)
\(\chi_{2399}(94,\cdot)\)
\(\chi_{2399}(95,\cdot)\)
\(\chi_{2399}(97,\cdot)\)
\(\chi_{2399}(99,\cdot)\)
\(\chi_{2399}(103,\cdot)\)
\(\chi_{2399}(106,\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 };
\(11\) → \(e\left(\frac{323}{2398}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2399 }(44, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{223}{1199}\right)\) | \(e\left(\frac{1103}{1199}\right)\) | \(e\left(\frac{446}{1199}\right)\) | \(e\left(\frac{90}{1199}\right)\) | \(e\left(\frac{127}{1199}\right)\) | \(e\left(\frac{955}{1199}\right)\) | \(e\left(\frac{669}{1199}\right)\) | \(e\left(\frac{1007}{1199}\right)\) | \(e\left(\frac{313}{1199}\right)\) | \(e\left(\frac{323}{2398}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)