sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(49619, base_ring=CyclotomicField(812))
M = H._module
chi = DirichletCharacter(H, M([505,462]))
gp:[g,chi] = znchar(Mod(1046, 49619))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("49619.1046");
| Modulus: | \(49619\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(49619\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(812\) |
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_{49619}(55,\cdot)\)
\(\chi_{49619}(131,\cdot)\)
\(\chi_{49619}(392,\cdot)\)
\(\chi_{49619}(578,\cdot)\)
\(\chi_{49619}(693,\cdot)\)
\(\chi_{49619}(798,\cdot)\)
\(\chi_{49619}(918,\cdot)\)
\(\chi_{49619}(1036,\cdot)\)
\(\chi_{49619}(1046,\cdot)\)
\(\chi_{49619}(1055,\cdot)\)
\(\chi_{49619}(1094,\cdot)\)
\(\chi_{49619}(1105,\cdot)\)
\(\chi_{49619}(1116,\cdot)\)
\(\chi_{49619}(1245,\cdot)\)
\(\chi_{49619}(1294,\cdot)\)
\(\chi_{49619}(1458,\cdot)\)
\(\chi_{49619}(1468,\cdot)\)
\(\chi_{49619}(1643,\cdot)\)
\(\chi_{49619}(1755,\cdot)\)
\(\chi_{49619}(1808,\cdot)\)
\(\chi_{49619}(2109,\cdot)\)
\(\chi_{49619}(2502,\cdot)\)
\(\chi_{49619}(3105,\cdot)\)
\(\chi_{49619}(3122,\cdot)\)
\(\chi_{49619}(3395,\cdot)\)
\(\chi_{49619}(3767,\cdot)\)
\(\chi_{49619}(4840,\cdot)\)
\(\chi_{49619}(4893,\cdot)\)
\(\chi_{49619}(4911,\cdot)\)
\(\chi_{49619}(5318,\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 };
\((46257,3365)\) → \((e\left(\frac{505}{812}\right),e\left(\frac{33}{58}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 49619 }(1046, a) \) |
\(1\) | \(1\) | \(e\left(\frac{155}{812}\right)\) | \(e\left(\frac{341}{812}\right)\) | \(e\left(\frac{155}{406}\right)\) | \(e\left(\frac{95}{406}\right)\) | \(e\left(\frac{124}{203}\right)\) | \(e\left(\frac{17}{203}\right)\) | \(e\left(\frac{465}{812}\right)\) | \(e\left(\frac{341}{406}\right)\) | \(e\left(\frac{345}{812}\right)\) | \(e\left(\frac{487}{812}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)