sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(80010, base_ring=CyclotomicField(252))
M = H._module
chi = DirichletCharacter(H, M([84,189,126,250]))
gp:[g,chi] = znchar(Mod(6943, 80010))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("80010.6943");
| Modulus: | \(80010\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(40005\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(252\) |
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: | no, induced from \(\chi_{40005}(6943,\cdot)\) |
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_{80010}(97,\cdot)\)
\(\chi_{80010}(223,\cdot)\)
\(\chi_{80010}(727,\cdot)\)
\(\chi_{80010}(3037,\cdot)\)
\(\chi_{80010}(3793,\cdot)\)
\(\chi_{80010}(3877,\cdot)\)
\(\chi_{80010}(4297,\cdot)\)
\(\chi_{80010}(5137,\cdot)\)
\(\chi_{80010}(5263,\cdot)\)
\(\chi_{80010}(6187,\cdot)\)
\(\chi_{80010}(6523,\cdot)\)
\(\chi_{80010}(6817,\cdot)\)
\(\chi_{80010}(6943,\cdot)\)
\(\chi_{80010}(10723,\cdot)\)
\(\chi_{80010}(10807,\cdot)\)
\(\chi_{80010}(11437,\cdot)\)
\(\chi_{80010}(11563,\cdot)\)
\(\chi_{80010}(11983,\cdot)\)
\(\chi_{80010}(13957,\cdot)\)
\(\chi_{80010}(18787,\cdot)\)
\(\chi_{80010}(21937,\cdot)\)
\(\chi_{80010}(22273,\cdot)\)
\(\chi_{80010}(23197,\cdot)\)
\(\chi_{80010}(23827,\cdot)\)
\(\chi_{80010}(25423,\cdot)\)
\(\chi_{80010}(26347,\cdot)\)
\(\chi_{80010}(26557,\cdot)\)
\(\chi_{80010}(26977,\cdot)\)
\(\chi_{80010}(27943,\cdot)\)
\(\chi_{80010}(28237,\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 };
\((35561,48007,57151,15751)\) → \((e\left(\frac{1}{3}\right),-i,-1,e\left(\frac{125}{126}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(29\) | \(31\) | \(37\) | \(41\) | \(43\) |
| \( \chi_{ 80010 }(6943, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{50}{63}\right)\) | \(e\left(\frac{169}{252}\right)\) | \(e\left(\frac{239}{252}\right)\) | \(e\left(\frac{1}{3}\right)\) | \(e\left(\frac{241}{252}\right)\) | \(e\left(\frac{59}{63}\right)\) | \(e\left(\frac{101}{126}\right)\) | \(e\left(\frac{35}{36}\right)\) | \(e\left(\frac{67}{126}\right)\) | \(e\left(\frac{5}{252}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)