sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(7505, base_ring=CyclotomicField(156))
M = H._module
chi = DirichletCharacter(H, M([117,52,14]))
gp:[g,chi] = znchar(Mod(1318, 7505))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("7505.1318");
| Modulus: | \(7505\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(7505\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(156\) |
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_{7505}(68,\cdot)\)
\(\chi_{7505}(448,\cdot)\)
\(\chi_{7505}(638,\cdot)\)
\(\chi_{7505}(748,\cdot)\)
\(\chi_{7505}(1018,\cdot)\)
\(\chi_{7505}(1113,\cdot)\)
\(\chi_{7505}(1303,\cdot)\)
\(\chi_{7505}(1318,\cdot)\)
\(\chi_{7505}(1417,\cdot)\)
\(\chi_{7505}(1892,\cdot)\)
\(\chi_{7505}(2097,\cdot)\)
\(\chi_{7505}(2192,\cdot)\)
\(\chi_{7505}(2272,\cdot)\)
\(\chi_{7505}(2477,\cdot)\)
\(\chi_{7505}(2557,\cdot)\)
\(\chi_{7505}(2918,\cdot)\)
\(\chi_{7505}(3237,\cdot)\)
\(\chi_{7505}(3393,\cdot)\)
\(\chi_{7505}(3427,\cdot)\)
\(\chi_{7505}(3598,\cdot)\)
\(\chi_{7505}(3602,\cdot)\)
\(\chi_{7505}(3693,\cdot)\)
\(\chi_{7505}(3773,\cdot)\)
\(\chi_{7505}(3978,\cdot)\)
\(\chi_{7505}(4058,\cdot)\)
\(\chi_{7505}(4077,\cdot)\)
\(\chi_{7505}(4092,\cdot)\)
\(\chi_{7505}(4738,\cdot)\)
\(\chi_{7505}(4928,\cdot)\)
\(\chi_{7505}(5103,\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 };
\((1502,5531,951)\) → \((-i,e\left(\frac{1}{3}\right),e\left(\frac{7}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 7505 }(1318, a) \) |
\(1\) | \(1\) | \(e\left(\frac{23}{52}\right)\) | \(e\left(\frac{35}{52}\right)\) | \(e\left(\frac{23}{26}\right)\) | \(e\left(\frac{3}{26}\right)\) | \(e\left(\frac{79}{156}\right)\) | \(e\left(\frac{17}{52}\right)\) | \(e\left(\frac{9}{26}\right)\) | \(e\left(\frac{4}{39}\right)\) | \(e\left(\frac{29}{52}\right)\) | \(e\left(\frac{151}{156}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)