sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5077, base_ring=CyclotomicField(564))
M = H._module
chi = DirichletCharacter(H, M([307]))
gp:[g,chi] = znchar(Mod(492, 5077))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5077.492");
| Modulus: | \(5077\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5077\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(564\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{5077}(24,\cdot)\)
\(\chi_{5077}(39,\cdot)\)
\(\chi_{5077}(98,\cdot)\)
\(\chi_{5077}(110,\cdot)\)
\(\chi_{5077}(135,\cdot)\)
\(\chi_{5077}(149,\cdot)\)
\(\chi_{5077}(207,\cdot)\)
\(\chi_{5077}(229,\cdot)\)
\(\chi_{5077}(231,\cdot)\)
\(\chi_{5077}(251,\cdot)\)
\(\chi_{5077}(261,\cdot)\)
\(\chi_{5077}(326,\cdot)\)
\(\chi_{5077}(372,\cdot)\)
\(\chi_{5077}(397,\cdot)\)
\(\chi_{5077}(424,\cdot)\)
\(\chi_{5077}(445,\cdot)\)
\(\chi_{5077}(446,\cdot)\)
\(\chi_{5077}(466,\cdot)\)
\(\chi_{5077}(485,\cdot)\)
\(\chi_{5077}(492,\cdot)\)
\(\chi_{5077}(512,\cdot)\)
\(\chi_{5077}(545,\cdot)\)
\(\chi_{5077}(600,\cdot)\)
\(\chi_{5077}(648,\cdot)\)
\(\chi_{5077}(661,\cdot)\)
\(\chi_{5077}(665,\cdot)\)
\(\chi_{5077}(670,\cdot)\)
\(\chi_{5077}(689,\cdot)\)
\(\chi_{5077}(698,\cdot)\)
\(\chi_{5077}(718,\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 };
\(2\) → \(e\left(\frac{307}{564}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5077 }(492, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{307}{564}\right)\) | \(e\left(\frac{33}{94}\right)\) | \(e\left(\frac{25}{282}\right)\) | \(e\left(\frac{125}{188}\right)\) | \(e\left(\frac{505}{564}\right)\) | \(e\left(\frac{115}{141}\right)\) | \(e\left(\frac{119}{188}\right)\) | \(e\left(\frac{33}{47}\right)\) | \(e\left(\frac{59}{282}\right)\) | \(e\left(\frac{551}{564}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)