sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(35476, base_ring=CyclotomicField(140))
M = H._module
chi = DirichletCharacter(H, M([70,110,7]))
gp:[g,chi] = znchar(Mod(14811, 35476))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("35476.14811");
| Modulus: | \(35476\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(35476\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(140\) |
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_{35476}(755,\cdot)\)
\(\chi_{35476}(1483,\cdot)\)
\(\chi_{35476}(1651,\cdot)\)
\(\chi_{35476}(3779,\cdot)\)
\(\chi_{35476}(3947,\cdot)\)
\(\chi_{35476}(4451,\cdot)\)
\(\chi_{35476}(4675,\cdot)\)
\(\chi_{35476}(5823,\cdot)\)
\(\chi_{35476}(6047,\cdot)\)
\(\chi_{35476}(6551,\cdot)\)
\(\chi_{35476}(6719,\cdot)\)
\(\chi_{35476}(8847,\cdot)\)
\(\chi_{35476}(9519,\cdot)\)
\(\chi_{35476}(9743,\cdot)\)
\(\chi_{35476}(10891,\cdot)\)
\(\chi_{35476}(11115,\cdot)\)
\(\chi_{35476}(11619,\cdot)\)
\(\chi_{35476}(11787,\cdot)\)
\(\chi_{35476}(14083,\cdot)\)
\(\chi_{35476}(14587,\cdot)\)
\(\chi_{35476}(14811,\cdot)\)
\(\chi_{35476}(15959,\cdot)\)
\(\chi_{35476}(16183,\cdot)\)
\(\chi_{35476}(16687,\cdot)\)
\(\chi_{35476}(18983,\cdot)\)
\(\chi_{35476}(19151,\cdot)\)
\(\chi_{35476}(19655,\cdot)\)
\(\chi_{35476}(19879,\cdot)\)
\(\chi_{35476}(21027,\cdot)\)
\(\chi_{35476}(21251,\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 };
\((17739,22445,33125)\) → \((-1,e\left(\frac{11}{14}\right),e\left(\frac{1}{20}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 35476 }(14811, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{3}{35}\right)\) | \(e\left(\frac{41}{70}\right)\) | \(e\left(\frac{6}{35}\right)\) | \(e\left(\frac{1}{35}\right)\) | \(e\left(\frac{9}{70}\right)\) | \(e\left(\frac{47}{70}\right)\) | \(e\left(\frac{11}{28}\right)\) | \(-i\) | \(e\left(\frac{1}{140}\right)\) | \(e\left(\frac{6}{35}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)