sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2419, base_ring=CyclotomicField(1160))
M = H._module
chi = DirichletCharacter(H, M([377,1020]))
gp:[g,chi] = znchar(Mod(65, 2419))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2419.65");
| Modulus: | \(2419\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2419\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1160\) |
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: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2419}(6,\cdot)\)
\(\chi_{2419}(11,\cdot)\)
\(\chi_{2419}(13,\cdot)\)
\(\chi_{2419}(24,\cdot)\)
\(\chi_{2419}(30,\cdot)\)
\(\chi_{2419}(34,\cdot)\)
\(\chi_{2419}(47,\cdot)\)
\(\chi_{2419}(52,\cdot)\)
\(\chi_{2419}(54,\cdot)\)
\(\chi_{2419}(56,\cdot)\)
\(\chi_{2419}(65,\cdot)\)
\(\chi_{2419}(67,\cdot)\)
\(\chi_{2419}(69,\cdot)\)
\(\chi_{2419}(70,\cdot)\)
\(\chi_{2419}(89,\cdot)\)
\(\chi_{2419}(93,\cdot)\)
\(\chi_{2419}(97,\cdot)\)
\(\chi_{2419}(99,\cdot)\)
\(\chi_{2419}(101,\cdot)\)
\(\chi_{2419}(106,\cdot)\)
\(\chi_{2419}(111,\cdot)\)
\(\chi_{2419}(129,\cdot)\)
\(\chi_{2419}(136,\cdot)\)
\(\chi_{2419}(142,\cdot)\)
\(\chi_{2419}(149,\cdot)\)
\(\chi_{2419}(151,\cdot)\)
\(\chi_{2419}(152,\cdot)\)
\(\chi_{2419}(157,\cdot)\)
\(\chi_{2419}(158,\cdot)\)
\(\chi_{2419}(170,\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 };
\((2302,1477)\) → \((e\left(\frac{13}{40}\right),e\left(\frac{51}{58}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2419 }(65, a) \) |
\(1\) | \(1\) | \(e\left(\frac{191}{580}\right)\) | \(e\left(\frac{195}{232}\right)\) | \(e\left(\frac{191}{290}\right)\) | \(e\left(\frac{247}{580}\right)\) | \(e\left(\frac{197}{1160}\right)\) | \(e\left(\frac{583}{1160}\right)\) | \(e\left(\frac{573}{580}\right)\) | \(e\left(\frac{79}{116}\right)\) | \(e\left(\frac{219}{290}\right)\) | \(e\left(\frac{1111}{1160}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)