sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(70601, base_ring=CyclotomicField(4152))
M = H._module
chi = DirichletCharacter(H, M([1557,3526]))
gp:[g,chi] = znchar(Mod(644, 70601))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("70601.644");
| Modulus: | \(70601\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(70601\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(4152\) |
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_{70601}(25,\cdot)\)
\(\chi_{70601}(43,\cdot)\)
\(\chi_{70601}(83,\cdot)\)
\(\chi_{70601}(111,\cdot)\)
\(\chi_{70601}(168,\cdot)\)
\(\chi_{70601}(195,\cdot)\)
\(\chi_{70601}(314,\cdot)\)
\(\chi_{70601}(400,\cdot)\)
\(\chi_{70601}(542,\cdot)\)
\(\chi_{70601}(569,\cdot)\)
\(\chi_{70601}(593,\cdot)\)
\(\chi_{70601}(644,\cdot)\)
\(\chi_{70601}(688,\cdot)\)
\(\chi_{70601}(706,\cdot)\)
\(\chi_{70601}(739,\cdot)\)
\(\chi_{70601}(756,\cdot)\)
\(\chi_{70601}(791,\cdot)\)
\(\chi_{70601}(835,\cdot)\)
\(\chi_{70601}(926,\cdot)\)
\(\chi_{70601}(927,\cdot)\)
\(\chi_{70601}(1001,\cdot)\)
\(\chi_{70601}(1022,\cdot)\)
\(\chi_{70601}(1073,\cdot)\)
\(\chi_{70601}(1154,\cdot)\)
\(\chi_{70601}(1164,\cdot)\)
\(\chi_{70601}(1165,\cdot)\)
\(\chi_{70601}(1192,\cdot)\)
\(\chi_{70601}(1199,\cdot)\)
\(\chi_{70601}(1328,\cdot)\)
\(\chi_{70601}(1464,\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 };
\((58143,24923)\) → \((e\left(\frac{3}{8}\right),e\left(\frac{1763}{2076}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 70601 }(644, a) \) |
\(1\) | \(1\) | \(e\left(\frac{333}{692}\right)\) | \(e\left(\frac{3877}{4152}\right)\) | \(e\left(\frac{333}{346}\right)\) | \(e\left(\frac{3007}{4152}\right)\) | \(e\left(\frac{1723}{4152}\right)\) | \(e\left(\frac{3811}{4152}\right)\) | \(e\left(\frac{307}{692}\right)\) | \(e\left(\frac{1801}{2076}\right)\) | \(e\left(\frac{853}{4152}\right)\) | \(e\left(\frac{1071}{1384}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)