sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5744, base_ring=CyclotomicField(716))
M = H._module
chi = DirichletCharacter(H, M([358,537,372]))
gp:[g,chi] = znchar(Mod(3, 5744))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5744.3");
| Modulus: | \(5744\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5744\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(716\) |
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_{5744}(3,\cdot)\)
\(\chi_{5744}(11,\cdot)\)
\(\chi_{5744}(27,\cdot)\)
\(\chi_{5744}(51,\cdot)\)
\(\chi_{5744}(75,\cdot)\)
\(\chi_{5744}(91,\cdot)\)
\(\chi_{5744}(99,\cdot)\)
\(\chi_{5744}(107,\cdot)\)
\(\chi_{5744}(115,\cdot)\)
\(\chi_{5744}(123,\cdot)\)
\(\chi_{5744}(131,\cdot)\)
\(\chi_{5744}(147,\cdot)\)
\(\chi_{5744}(187,\cdot)\)
\(\chi_{5744}(203,\cdot)\)
\(\chi_{5744}(219,\cdot)\)
\(\chi_{5744}(235,\cdot)\)
\(\chi_{5744}(243,\cdot)\)
\(\chi_{5744}(275,\cdot)\)
\(\chi_{5744}(283,\cdot)\)
\(\chi_{5744}(307,\cdot)\)
\(\chi_{5744}(331,\cdot)\)
\(\chi_{5744}(363,\cdot)\)
\(\chi_{5744}(371,\cdot)\)
\(\chi_{5744}(379,\cdot)\)
\(\chi_{5744}(395,\cdot)\)
\(\chi_{5744}(403,\cdot)\)
\(\chi_{5744}(419,\cdot)\)
\(\chi_{5744}(427,\cdot)\)
\(\chi_{5744}(451,\cdot)\)
\(\chi_{5744}(459,\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 };
\((719,4309,2161)\) → \((-1,-i,e\left(\frac{93}{179}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 5744 }(3, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{277}{716}\right)\) | \(e\left(\frac{41}{716}\right)\) | \(e\left(\frac{93}{179}\right)\) | \(e\left(\frac{277}{358}\right)\) | \(e\left(\frac{51}{716}\right)\) | \(e\left(\frac{543}{716}\right)\) | \(e\left(\frac{159}{358}\right)\) | \(e\left(\frac{176}{179}\right)\) | \(e\left(\frac{229}{716}\right)\) | \(e\left(\frac{649}{716}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)