sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(16268, base_ring=CyclotomicField(574))
M = H._module
chi = DirichletCharacter(H, M([287,82,497]))
gp:[g,chi] = znchar(Mod(43, 16268))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("16268.43");
| Modulus: | \(16268\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(16268\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(574\) |
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_{16268}(15,\cdot)\)
\(\chi_{16268}(43,\cdot)\)
\(\chi_{16268}(71,\cdot)\)
\(\chi_{16268}(155,\cdot)\)
\(\chi_{16268}(211,\cdot)\)
\(\chi_{16268}(239,\cdot)\)
\(\chi_{16268}(267,\cdot)\)
\(\chi_{16268}(323,\cdot)\)
\(\chi_{16268}(351,\cdot)\)
\(\chi_{16268}(379,\cdot)\)
\(\chi_{16268}(435,\cdot)\)
\(\chi_{16268}(603,\cdot)\)
\(\chi_{16268}(631,\cdot)\)
\(\chi_{16268}(743,\cdot)\)
\(\chi_{16268}(771,\cdot)\)
\(\chi_{16268}(799,\cdot)\)
\(\chi_{16268}(827,\cdot)\)
\(\chi_{16268}(967,\cdot)\)
\(\chi_{16268}(1051,\cdot)\)
\(\chi_{16268}(1135,\cdot)\)
\(\chi_{16268}(1219,\cdot)\)
\(\chi_{16268}(1247,\cdot)\)
\(\chi_{16268}(1303,\cdot)\)
\(\chi_{16268}(1443,\cdot)\)
\(\chi_{16268}(1499,\cdot)\)
\(\chi_{16268}(1583,\cdot)\)
\(\chi_{16268}(1611,\cdot)\)
\(\chi_{16268}(1639,\cdot)\)
\(\chi_{16268}(1695,\cdot)\)
\(\chi_{16268}(1751,\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 };
\((8135,10293,7057)\) → \((-1,e\left(\frac{1}{7}\right),e\left(\frac{71}{82}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 16268 }(43, a) \) |
\(1\) | \(1\) | \(e\left(\frac{565}{574}\right)\) | \(e\left(\frac{299}{574}\right)\) | \(e\left(\frac{278}{287}\right)\) | \(e\left(\frac{571}{574}\right)\) | \(e\left(\frac{221}{574}\right)\) | \(e\left(\frac{145}{287}\right)\) | \(e\left(\frac{17}{287}\right)\) | \(e\left(\frac{8}{41}\right)\) | \(e\left(\frac{505}{574}\right)\) | \(e\left(\frac{12}{287}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)