sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(65869, base_ring=CyclotomicField(990))
M = H._module
chi = DirichletCharacter(H, M([5,489]))
gp:[g,chi] = znchar(Mod(5774, 65869))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("65869.5774");
| Modulus: | \(65869\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(65869\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(990\) |
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_{65869}(532,\cdot)\)
\(\chi_{65869}(717,\cdot)\)
\(\chi_{65869}(1197,\cdot)\)
\(\chi_{65869}(1943,\cdot)\)
\(\chi_{65869}(2144,\cdot)\)
\(\chi_{65869}(2372,\cdot)\)
\(\chi_{65869}(2465,\cdot)\)
\(\chi_{65869}(2784,\cdot)\)
\(\chi_{65869}(3072,\cdot)\)
\(\chi_{65869}(3131,\cdot)\)
\(\chi_{65869}(3228,\cdot)\)
\(\chi_{65869}(4400,\cdot)\)
\(\chi_{65869}(4511,\cdot)\)
\(\chi_{65869}(4530,\cdot)\)
\(\chi_{65869}(4824,\cdot)\)
\(\chi_{65869}(5005,\cdot)\)
\(\chi_{65869}(5324,\cdot)\)
\(\chi_{65869}(5337,\cdot)\)
\(\chi_{65869}(5340,\cdot)\)
\(\chi_{65869}(5486,\cdot)\)
\(\chi_{65869}(5558,\cdot)\)
\(\chi_{65869}(5677,\cdot)\)
\(\chi_{65869}(5774,\cdot)\)
\(\chi_{65869}(5934,\cdot)\)
\(\chi_{65869}(5937,\cdot)\)
\(\chi_{65869}(6000,\cdot)\)
\(\chi_{65869}(6118,\cdot)\)
\(\chi_{65869}(6159,\cdot)\)
\(\chi_{65869}(6167,\cdot)\)
\(\chi_{65869}(6244,\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 };
\((64877,996)\) → \((e\left(\frac{1}{198}\right),e\left(\frac{163}{330}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 65869 }(5774, a) \) |
\(1\) | \(1\) | \(e\left(\frac{299}{990}\right)\) | \(e\left(\frac{247}{495}\right)\) | \(e\left(\frac{299}{495}\right)\) | \(e\left(\frac{4}{15}\right)\) | \(e\left(\frac{793}{990}\right)\) | \(e\left(\frac{719}{990}\right)\) | \(e\left(\frac{299}{330}\right)\) | \(e\left(\frac{494}{495}\right)\) | \(e\left(\frac{563}{990}\right)\) | \(e\left(\frac{103}{165}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)