sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(10255, base_ring=CyclotomicField(146))
M = H._module
chi = DirichletCharacter(H, M([73,73,118]))
gp:[g,chi] = znchar(Mod(419, 10255))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("10255.419");
| Modulus: | \(10255\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(10255\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(146\) |
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_{10255}(69,\cdot)\)
\(\chi_{10255}(244,\cdot)\)
\(\chi_{10255}(279,\cdot)\)
\(\chi_{10255}(349,\cdot)\)
\(\chi_{10255}(384,\cdot)\)
\(\chi_{10255}(419,\cdot)\)
\(\chi_{10255}(454,\cdot)\)
\(\chi_{10255}(489,\cdot)\)
\(\chi_{10255}(734,\cdot)\)
\(\chi_{10255}(944,\cdot)\)
\(\chi_{10255}(979,\cdot)\)
\(\chi_{10255}(1014,\cdot)\)
\(\chi_{10255}(1084,\cdot)\)
\(\chi_{10255}(1189,\cdot)\)
\(\chi_{10255}(1434,\cdot)\)
\(\chi_{10255}(1504,\cdot)\)
\(\chi_{10255}(1574,\cdot)\)
\(\chi_{10255}(1749,\cdot)\)
\(\chi_{10255}(1784,\cdot)\)
\(\chi_{10255}(2309,\cdot)\)
\(\chi_{10255}(2484,\cdot)\)
\(\chi_{10255}(2554,\cdot)\)
\(\chi_{10255}(2659,\cdot)\)
\(\chi_{10255}(2694,\cdot)\)
\(\chi_{10255}(2834,\cdot)\)
\(\chi_{10255}(2869,\cdot)\)
\(\chi_{10255}(3079,\cdot)\)
\(\chi_{10255}(3219,\cdot)\)
\(\chi_{10255}(3429,\cdot)\)
\(\chi_{10255}(3569,\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 };
\((2052,1466,2346)\) → \((-1,-1,e\left(\frac{59}{73}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) | \(16\) |
| \( \chi_{ 10255 }(419, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{45}{146}\right)\) | \(e\left(\frac{65}{73}\right)\) | \(e\left(\frac{45}{73}\right)\) | \(e\left(\frac{29}{146}\right)\) | \(e\left(\frac{135}{146}\right)\) | \(e\left(\frac{57}{73}\right)\) | \(e\left(\frac{69}{73}\right)\) | \(e\left(\frac{37}{73}\right)\) | \(e\left(\frac{29}{73}\right)\) | \(e\left(\frac{17}{73}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)