sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2809, base_ring=CyclotomicField(1378))
M = H._module
chi = DirichletCharacter(H, M([805]))
gp:[g,chi] = znchar(Mod(40, 2809))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2809.40");
| Modulus: | \(2809\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2809\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1378\) |
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_{2809}(4,\cdot)\)
\(\chi_{2809}(6,\cdot)\)
\(\chi_{2809}(7,\cdot)\)
\(\chi_{2809}(9,\cdot)\)
\(\chi_{2809}(11,\cdot)\)
\(\chi_{2809}(17,\cdot)\)
\(\chi_{2809}(25,\cdot)\)
\(\chi_{2809}(29,\cdot)\)
\(\chi_{2809}(37,\cdot)\)
\(\chi_{2809}(38,\cdot)\)
\(\chi_{2809}(40,\cdot)\)
\(\chi_{2809}(43,\cdot)\)
\(\chi_{2809}(57,\cdot)\)
\(\chi_{2809}(59,\cdot)\)
\(\chi_{2809}(60,\cdot)\)
\(\chi_{2809}(62,\cdot)\)
\(\chi_{2809}(64,\cdot)\)
\(\chi_{2809}(70,\cdot)\)
\(\chi_{2809}(78,\cdot)\)
\(\chi_{2809}(82,\cdot)\)
\(\chi_{2809}(90,\cdot)\)
\(\chi_{2809}(91,\cdot)\)
\(\chi_{2809}(93,\cdot)\)
\(\chi_{2809}(96,\cdot)\)
\(\chi_{2809}(110,\cdot)\)
\(\chi_{2809}(112,\cdot)\)
\(\chi_{2809}(113,\cdot)\)
\(\chi_{2809}(115,\cdot)\)
\(\chi_{2809}(117,\cdot)\)
\(\chi_{2809}(123,\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 };
\(2\) → \(e\left(\frac{805}{1378}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2809 }(40, a) \) |
\(1\) | \(1\) | \(e\left(\frac{805}{1378}\right)\) | \(e\left(\frac{451}{1378}\right)\) | \(e\left(\frac{116}{689}\right)\) | \(e\left(\frac{1071}{1378}\right)\) | \(e\left(\frac{628}{689}\right)\) | \(e\left(\frac{526}{689}\right)\) | \(e\left(\frac{1037}{1378}\right)\) | \(e\left(\frac{451}{689}\right)\) | \(e\left(\frac{249}{689}\right)\) | \(e\left(\frac{62}{689}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)