sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(39701, base_ring=CyclotomicField(1554))
M = H._module
chi = DirichletCharacter(H, M([888,532]))
gp:[g,chi] = znchar(Mod(1823, 39701))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("39701.1823");
| Modulus: | \(39701\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(39701\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(777\) |
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_{39701}(248,\cdot)\)
\(\chi_{39701}(285,\cdot)\)
\(\chi_{39701}(306,\cdot)\)
\(\chi_{39701}(343,\cdot)\)
\(\chi_{39701}(692,\cdot)\)
\(\chi_{39701}(750,\cdot)\)
\(\chi_{39701}(803,\cdot)\)
\(\chi_{39701}(861,\cdot)\)
\(\chi_{39701}(877,\cdot)\)
\(\chi_{39701}(935,\cdot)\)
\(\chi_{39701}(951,\cdot)\)
\(\chi_{39701}(1009,\cdot)\)
\(\chi_{39701}(1321,\cdot)\)
\(\chi_{39701}(1358,\cdot)\)
\(\chi_{39701}(1379,\cdot)\)
\(\chi_{39701}(1416,\cdot)\)
\(\chi_{39701}(1765,\cdot)\)
\(\chi_{39701}(1823,\cdot)\)
\(\chi_{39701}(1876,\cdot)\)
\(\chi_{39701}(1934,\cdot)\)
\(\chi_{39701}(2008,\cdot)\)
\(\chi_{39701}(2024,\cdot)\)
\(\chi_{39701}(2082,\cdot)\)
\(\chi_{39701}(2394,\cdot)\)
\(\chi_{39701}(2431,\cdot)\)
\(\chi_{39701}(2452,\cdot)\)
\(\chi_{39701}(2489,\cdot)\)
\(\chi_{39701}(2838,\cdot)\)
\(\chi_{39701}(2896,\cdot)\)
\(\chi_{39701}(2949,\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 };
\((6846,32858)\) → \((e\left(\frac{4}{7}\right),e\left(\frac{38}{111}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 39701 }(1823, a) \) |
\(1\) | \(1\) | \(e\left(\frac{710}{777}\right)\) | \(e\left(\frac{274}{777}\right)\) | \(e\left(\frac{643}{777}\right)\) | \(e\left(\frac{115}{777}\right)\) | \(e\left(\frac{69}{259}\right)\) | \(e\left(\frac{358}{777}\right)\) | \(e\left(\frac{192}{259}\right)\) | \(e\left(\frac{548}{777}\right)\) | \(e\left(\frac{16}{259}\right)\) | \(e\left(\frac{102}{259}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)