sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2279, base_ring=CyclotomicField(546))
M = H._module
chi = DirichletCharacter(H, M([286,525]))
gp:[g,chi] = znchar(Mod(40, 2279))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2279.40");
| Modulus: | \(2279\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2279\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(546\) |
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_{2279}(9,\cdot)\)
\(\chi_{2279}(17,\cdot)\)
\(\chi_{2279}(25,\cdot)\)
\(\chi_{2279}(38,\cdot)\)
\(\chi_{2279}(40,\cdot)\)
\(\chi_{2279}(57,\cdot)\)
\(\chi_{2279}(60,\cdot)\)
\(\chi_{2279}(96,\cdot)\)
\(\chi_{2279}(110,\cdot)\)
\(\chi_{2279}(117,\cdot)\)
\(\chi_{2279}(143,\cdot)\)
\(\chi_{2279}(144,\cdot)\)
\(\chi_{2279}(146,\cdot)\)
\(\chi_{2279}(196,\cdot)\)
\(\chi_{2279}(197,\cdot)\)
\(\chi_{2279}(229,\cdot)\)
\(\chi_{2279}(255,\cdot)\)
\(\chi_{2279}(271,\cdot)\)
\(\chi_{2279}(272,\cdot)\)
\(\chi_{2279}(282,\cdot)\)
\(\chi_{2279}(324,\cdot)\)
\(\chi_{2279}(325,\cdot)\)
\(\chi_{2279}(358,\cdot)\)
\(\chi_{2279}(361,\cdot)\)
\(\chi_{2279}(375,\cdot)\)
\(\chi_{2279}(382,\cdot)\)
\(\chi_{2279}(396,\cdot)\)
\(\chi_{2279}(400,\cdot)\)
\(\chi_{2279}(411,\cdot)\)
\(\chi_{2279}(453,\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 };
\((1379,1592)\) → \((e\left(\frac{11}{21}\right),e\left(\frac{25}{26}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2279 }(40, a) \) |
\(1\) | \(1\) | \(e\left(\frac{19}{182}\right)\) | \(e\left(\frac{475}{546}\right)\) | \(e\left(\frac{19}{91}\right)\) | \(e\left(\frac{157}{546}\right)\) | \(e\left(\frac{38}{39}\right)\) | \(e\left(\frac{31}{39}\right)\) | \(e\left(\frac{57}{182}\right)\) | \(e\left(\frac{202}{273}\right)\) | \(e\left(\frac{107}{273}\right)\) | \(e\left(\frac{44}{91}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)