sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4147, base_ring=CyclotomicField(420))
M = H._module
chi = DirichletCharacter(H, M([336,175,405]))
gp:[g,chi] = znchar(Mod(1059, 4147))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4147.1059");
| Modulus: | \(4147\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4147\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(420\) |
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_{4147}(15,\cdot)\)
\(\chi_{4147}(97,\cdot)\)
\(\chi_{4147}(137,\cdot)\)
\(\chi_{4147}(201,\cdot)\)
\(\chi_{4147}(240,\cdot)\)
\(\chi_{4147}(279,\cdot)\)
\(\chi_{4147}(280,\cdot)\)
\(\chi_{4147}(366,\cdot)\)
\(\chi_{4147}(388,\cdot)\)
\(\chi_{4147}(427,\cdot)\)
\(\chi_{4147}(449,\cdot)\)
\(\chi_{4147}(466,\cdot)\)
\(\chi_{4147}(548,\cdot)\)
\(\chi_{4147}(553,\cdot)\)
\(\chi_{4147}(570,\cdot)\)
\(\chi_{4147}(665,\cdot)\)
\(\chi_{4147}(851,\cdot)\)
\(\chi_{4147}(852,\cdot)\)
\(\chi_{4147}(938,\cdot)\)
\(\chi_{4147}(955,\cdot)\)
\(\chi_{4147}(960,\cdot)\)
\(\chi_{4147}(994,\cdot)\)
\(\chi_{4147}(1059,\cdot)\)
\(\chi_{4147}(1081,\cdot)\)
\(\chi_{4147}(1116,\cdot)\)
\(\chi_{4147}(1120,\cdot)\)
\(\chi_{4147}(1142,\cdot)\)
\(\chi_{4147}(1181,\cdot)\)
\(\chi_{4147}(1203,\cdot)\)
\(\chi_{4147}(1215,\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 };
\((1509,639,2003)\) → \((e\left(\frac{4}{5}\right),e\left(\frac{5}{12}\right),e\left(\frac{27}{28}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(12\) |
| \( \chi_{ 4147 }(1059, a) \) |
\(1\) | \(1\) | \(e\left(\frac{19}{105}\right)\) | \(e\left(\frac{373}{420}\right)\) | \(e\left(\frac{38}{105}\right)\) | \(e\left(\frac{23}{140}\right)\) | \(e\left(\frac{29}{420}\right)\) | \(e\left(\frac{317}{420}\right)\) | \(e\left(\frac{19}{35}\right)\) | \(e\left(\frac{163}{210}\right)\) | \(e\left(\frac{29}{84}\right)\) | \(i\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)