sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(717409, base_ring=CyclotomicField(93170))
M = H._module
chi = DirichletCharacter(H, M([73205,8407]))
gp:[g,chi] = znchar(Mod(13, 717409))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("717409.13");
| Modulus: | \(717409\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(717409\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(93170\) |
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_{717409}(6,\cdot)\)
\(\chi_{717409}(13,\cdot)\)
\(\chi_{717409}(41,\cdot)\)
\(\chi_{717409}(62,\cdot)\)
\(\chi_{717409}(83,\cdot)\)
\(\chi_{717409}(90,\cdot)\)
\(\chi_{717409}(139,\cdot)\)
\(\chi_{717409}(160,\cdot)\)
\(\chi_{717409}(167,\cdot)\)
\(\chi_{717409}(216,\cdot)\)
\(\chi_{717409}(237,\cdot)\)
\(\chi_{717409}(272,\cdot)\)
\(\chi_{717409}(314,\cdot)\)
\(\chi_{717409}(321,\cdot)\)
\(\chi_{717409}(349,\cdot)\)
\(\chi_{717409}(370,\cdot)\)
\(\chi_{717409}(398,\cdot)\)
\(\chi_{717409}(426,\cdot)\)
\(\chi_{717409}(447,\cdot)\)
\(\chi_{717409}(468,\cdot)\)
\(\chi_{717409}(503,\cdot)\)
\(\chi_{717409}(545,\cdot)\)
\(\chi_{717409}(552,\cdot)\)
\(\chi_{717409}(580,\cdot)\)
\(\chi_{717409}(601,\cdot)\)
\(\chi_{717409}(622,\cdot)\)
\(\chi_{717409}(629,\cdot)\)
\(\chi_{717409}(657,\cdot)\)
\(\chi_{717409}(678,\cdot)\)
\(\chi_{717409}(706,\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 };
\((571000,73207)\) → \((e\left(\frac{11}{14}\right),e\left(\frac{1201}{13310}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(12\) | \(13\) |
| \( \chi_{ 717409 }(13, a) \) |
\(1\) | \(1\) | \(e\left(\frac{48337}{93170}\right)\) | \(e\left(\frac{6851}{8470}\right)\) | \(e\left(\frac{1752}{46585}\right)\) | \(e\left(\frac{87023}{93170}\right)\) | \(e\left(\frac{15264}{46585}\right)\) | \(e\left(\frac{51841}{93170}\right)\) | \(e\left(\frac{2616}{4235}\right)\) | \(e\left(\frac{4219}{9317}\right)\) | \(e\left(\frac{15773}{18634}\right)\) | \(e\left(\frac{13896}{46585}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)