sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2825, base_ring=CyclotomicField(140))
M = H._module
chi = DirichletCharacter(H, M([28,95]))
gp:[g,chi] = znchar(Mod(1116, 2825))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2825.1116");
| Modulus: | \(2825\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2825\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(140\) |
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_{2825}(56,\cdot)\)
\(\chi_{2825}(81,\cdot)\)
\(\chi_{2825}(111,\cdot)\)
\(\chi_{2825}(121,\cdot)\)
\(\chi_{2825}(166,\cdot)\)
\(\chi_{2825}(286,\cdot)\)
\(\chi_{2825}(331,\cdot)\)
\(\chi_{2825}(341,\cdot)\)
\(\chi_{2825}(371,\cdot)\)
\(\chi_{2825}(396,\cdot)\)
\(\chi_{2825}(466,\cdot)\)
\(\chi_{2825}(621,\cdot)\)
\(\chi_{2825}(646,\cdot)\)
\(\chi_{2825}(686,\cdot)\)
\(\chi_{2825}(731,\cdot)\)
\(\chi_{2825}(896,\cdot)\)
\(\chi_{2825}(906,\cdot)\)
\(\chi_{2825}(936,\cdot)\)
\(\chi_{2825}(961,\cdot)\)
\(\chi_{2825}(1031,\cdot)\)
\(\chi_{2825}(1116,\cdot)\)
\(\chi_{2825}(1186,\cdot)\)
\(\chi_{2825}(1211,\cdot)\)
\(\chi_{2825}(1241,\cdot)\)
\(\chi_{2825}(1296,\cdot)\)
\(\chi_{2825}(1416,\cdot)\)
\(\chi_{2825}(1461,\cdot)\)
\(\chi_{2825}(1471,\cdot)\)
\(\chi_{2825}(1596,\cdot)\)
\(\chi_{2825}(1681,\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 };
\((227,2376)\) → \((e\left(\frac{1}{5}\right),e\left(\frac{19}{28}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 2825 }(1116, a) \) |
\(1\) | \(1\) | \(e\left(\frac{12}{35}\right)\) | \(e\left(\frac{11}{140}\right)\) | \(e\left(\frac{24}{35}\right)\) | \(e\left(\frac{59}{140}\right)\) | \(e\left(\frac{3}{7}\right)\) | \(e\left(\frac{1}{35}\right)\) | \(e\left(\frac{11}{70}\right)\) | \(e\left(\frac{29}{70}\right)\) | \(e\left(\frac{107}{140}\right)\) | \(e\left(\frac{51}{70}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)