sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1489, base_ring=CyclotomicField(124))
M = H._module
chi = DirichletCharacter(H, M([77]))
gp:[g,chi] = znchar(Mod(539, 1489))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1489.539");
| Modulus: | \(1489\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1489\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(124\) |
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_{1489}(64,\cdot)\)
\(\chi_{1489}(80,\cdot)\)
\(\chi_{1489}(91,\cdot)\)
\(\chi_{1489}(96,\cdot)\)
\(\chi_{1489}(100,\cdot)\)
\(\chi_{1489}(120,\cdot)\)
\(\chi_{1489}(121,\cdot)\)
\(\chi_{1489}(125,\cdot)\)
\(\chi_{1489}(134,\cdot)\)
\(\chi_{1489}(137,\cdot)\)
\(\chi_{1489}(144,\cdot)\)
\(\chi_{1489}(150,\cdot)\)
\(\chi_{1489}(180,\cdot)\)
\(\chi_{1489}(201,\cdot)\)
\(\chi_{1489}(216,\cdot)\)
\(\chi_{1489}(221,\cdot)\)
\(\chi_{1489}(270,\cdot)\)
\(\chi_{1489}(324,\cdot)\)
\(\chi_{1489}(349,\cdot)\)
\(\chi_{1489}(405,\cdot)\)
\(\chi_{1489}(407,\cdot)\)
\(\chi_{1489}(413,\cdot)\)
\(\chi_{1489}(443,\cdot)\)
\(\chi_{1489}(486,\cdot)\)
\(\chi_{1489}(539,\cdot)\)
\(\chi_{1489}(557,\cdot)\)
\(\chi_{1489}(563,\cdot)\)
\(\chi_{1489}(577,\cdot)\)
\(\chi_{1489}(608,\cdot)\)
\(\chi_{1489}(729,\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 };
\(14\) → \(e\left(\frac{77}{124}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1489 }(539, a) \) |
\(1\) | \(1\) | \(e\left(\frac{51}{62}\right)\) | \(e\left(\frac{61}{62}\right)\) | \(e\left(\frac{20}{31}\right)\) | \(e\left(\frac{16}{31}\right)\) | \(e\left(\frac{25}{31}\right)\) | \(e\left(\frac{99}{124}\right)\) | \(e\left(\frac{29}{62}\right)\) | \(e\left(\frac{30}{31}\right)\) | \(e\left(\frac{21}{62}\right)\) | \(e\left(\frac{11}{62}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)