sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2021, base_ring=CyclotomicField(322))
M = H._module
chi = DirichletCharacter(H, M([299,91]))
gp:[g,chi] = znchar(Mod(137, 2021))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2021.137");
| Modulus: | \(2021\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2021\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(322\) |
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_{2021}(22,\cdot)\)
\(\chi_{2021}(39,\cdot)\)
\(\chi_{2021}(45,\cdot)\)
\(\chi_{2021}(70,\cdot)\)
\(\chi_{2021}(82,\cdot)\)
\(\chi_{2021}(88,\cdot)\)
\(\chi_{2021}(113,\cdot)\)
\(\chi_{2021}(125,\cdot)\)
\(\chi_{2021}(137,\cdot)\)
\(\chi_{2021}(151,\cdot)\)
\(\chi_{2021}(156,\cdot)\)
\(\chi_{2021}(161,\cdot)\)
\(\chi_{2021}(174,\cdot)\)
\(\chi_{2021}(180,\cdot)\)
\(\chi_{2021}(199,\cdot)\)
\(\chi_{2021}(211,\cdot)\)
\(\chi_{2021}(217,\cdot)\)
\(\chi_{2021}(223,\cdot)\)
\(\chi_{2021}(254,\cdot)\)
\(\chi_{2021}(266,\cdot)\)
\(\chi_{2021}(280,\cdot)\)
\(\chi_{2021}(297,\cdot)\)
\(\chi_{2021}(323,\cdot)\)
\(\chi_{2021}(340,\cdot)\)
\(\chi_{2021}(352,\cdot)\)
\(\chi_{2021}(389,\cdot)\)
\(\chi_{2021}(395,\cdot)\)
\(\chi_{2021}(409,\cdot)\)
\(\chi_{2021}(414,\cdot)\)
\(\chi_{2021}(419,\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 };
\((1035,1979)\) → \((e\left(\frac{13}{14}\right),e\left(\frac{13}{46}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2021 }(137, a) \) |
\(1\) | \(1\) | \(e\left(\frac{51}{322}\right)\) | \(e\left(\frac{187}{322}\right)\) | \(e\left(\frac{51}{161}\right)\) | \(e\left(\frac{80}{161}\right)\) | \(e\left(\frac{17}{23}\right)\) | \(e\left(\frac{25}{46}\right)\) | \(e\left(\frac{153}{322}\right)\) | \(e\left(\frac{26}{161}\right)\) | \(e\left(\frac{211}{322}\right)\) | \(e\left(\frac{269}{322}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)