sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5459, base_ring=CyclotomicField(1326))
M = H._module
chi = DirichletCharacter(H, M([969,286]))
gp:[g,chi] = znchar(Mod(38, 5459))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5459.38");
| Modulus: | \(5459\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5459\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1326\) |
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_{5459}(4,\cdot)\)
\(\chi_{5459}(7,\cdot)\)
\(\chi_{5459}(17,\cdot)\)
\(\chi_{5459}(25,\cdot)\)
\(\chi_{5459}(29,\cdot)\)
\(\chi_{5459}(38,\cdot)\)
\(\chi_{5459}(59,\cdot)\)
\(\chi_{5459}(60,\cdot)\)
\(\chi_{5459}(82,\cdot)\)
\(\chi_{5459}(91,\cdot)\)
\(\chi_{5459}(110,\cdot)\)
\(\chi_{5459}(131,\cdot)\)
\(\chi_{5459}(135,\cdot)\)
\(\chi_{5459}(144,\cdot)\)
\(\chi_{5459}(163,\cdot)\)
\(\chi_{5459}(166,\cdot)\)
\(\chi_{5459}(221,\cdot)\)
\(\chi_{5459}(223,\cdot)\)
\(\chi_{5459}(255,\cdot)\)
\(\chi_{5459}(269,\cdot)\)
\(\chi_{5459}(274,\cdot)\)
\(\chi_{5459}(303,\cdot)\)
\(\chi_{5459}(324,\cdot)\)
\(\chi_{5459}(325,\cdot)\)
\(\chi_{5459}(327,\cdot)\)
\(\chi_{5459}(335,\cdot)\)
\(\chi_{5459}(347,\cdot)\)
\(\chi_{5459}(358,\cdot)\)
\(\chi_{5459}(361,\cdot)\)
\(\chi_{5459}(377,\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 };
\((3606,1962)\) → \((e\left(\frac{19}{26}\right),e\left(\frac{11}{51}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5459 }(38, a) \) |
\(1\) | \(1\) | \(e\left(\frac{293}{1326}\right)\) | \(e\left(\frac{369}{442}\right)\) | \(e\left(\frac{293}{663}\right)\) | \(e\left(\frac{745}{1326}\right)\) | \(e\left(\frac{37}{663}\right)\) | \(e\left(\frac{62}{663}\right)\) | \(e\left(\frac{293}{442}\right)\) | \(e\left(\frac{148}{221}\right)\) | \(e\left(\frac{173}{221}\right)\) | \(e\left(\frac{359}{663}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)