sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(109744, base_ring=CyclotomicField(1444))
M = H._module
chi = DirichletCharacter(H, M([0,1083,930]))
gp:[g,chi] = znchar(Mod(3533, 109744))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("109744.3533");
| Modulus: | \(109744\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(109744\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1444\) |
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_{109744}(37,\cdot)\)
\(\chi_{109744}(189,\cdot)\)
\(\chi_{109744}(341,\cdot)\)
\(\chi_{109744}(493,\cdot)\)
\(\chi_{109744}(645,\cdot)\)
\(\chi_{109744}(797,\cdot)\)
\(\chi_{109744}(949,\cdot)\)
\(\chi_{109744}(1101,\cdot)\)
\(\chi_{109744}(1253,\cdot)\)
\(\chi_{109744}(1405,\cdot)\)
\(\chi_{109744}(1557,\cdot)\)
\(\chi_{109744}(1709,\cdot)\)
\(\chi_{109744}(1861,\cdot)\)
\(\chi_{109744}(2013,\cdot)\)
\(\chi_{109744}(2317,\cdot)\)
\(\chi_{109744}(2469,\cdot)\)
\(\chi_{109744}(2621,\cdot)\)
\(\chi_{109744}(2773,\cdot)\)
\(\chi_{109744}(2925,\cdot)\)
\(\chi_{109744}(3077,\cdot)\)
\(\chi_{109744}(3229,\cdot)\)
\(\chi_{109744}(3381,\cdot)\)
\(\chi_{109744}(3533,\cdot)\)
\(\chi_{109744}(3685,\cdot)\)
\(\chi_{109744}(3837,\cdot)\)
\(\chi_{109744}(3989,\cdot)\)
\(\chi_{109744}(4141,\cdot)\)
\(\chi_{109744}(4293,\cdot)\)
\(\chi_{109744}(4445,\cdot)\)
\(\chi_{109744}(4597,\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 };
\((68591,82309,89169)\) → \((1,-i,e\left(\frac{465}{722}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(21\) | \(23\) |
| \( \chi_{ 109744 }(3533, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{1115}{1444}\right)\) | \(e\left(\frac{1231}{1444}\right)\) | \(e\left(\frac{267}{722}\right)\) | \(e\left(\frac{393}{722}\right)\) | \(e\left(\frac{1323}{1444}\right)\) | \(e\left(\frac{127}{1444}\right)\) | \(e\left(\frac{451}{722}\right)\) | \(e\left(\frac{105}{361}\right)\) | \(e\left(\frac{205}{1444}\right)\) | \(e\left(\frac{307}{722}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)