sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(97693, base_ring=CyclotomicField(2310))
M = H._module
chi = DirichletCharacter(H, M([1276,2010]))
gp:[g,chi] = znchar(Mod(4071, 97693))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("97693.4071");
| Modulus: | \(97693\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(97693\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1155\) |
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_{97693}(84,\cdot)\)
\(\chi_{97693}(120,\cdot)\)
\(\chi_{97693}(381,\cdot)\)
\(\chi_{97693}(383,\cdot)\)
\(\chi_{97693}(419,\cdot)\)
\(\chi_{97693}(527,\cdot)\)
\(\chi_{97693}(903,\cdot)\)
\(\chi_{97693}(983,\cdot)\)
\(\chi_{97693}(1026,\cdot)\)
\(\chi_{97693}(1209,\cdot)\)
\(\chi_{97693}(1290,\cdot)\)
\(\chi_{97693}(1533,\cdot)\)
\(\chi_{97693}(1998,\cdot)\)
\(\chi_{97693}(2190,\cdot)\)
\(\chi_{97693}(2726,\cdot)\)
\(\chi_{97693}(2827,\cdot)\)
\(\chi_{97693}(2836,\cdot)\)
\(\chi_{97693}(2862,\cdot)\)
\(\chi_{97693}(2937,\cdot)\)
\(\chi_{97693}(3234,\cdot)\)
\(\chi_{97693}(3319,\cdot)\)
\(\chi_{97693}(3385,\cdot)\)
\(\chi_{97693}(3980,\cdot)\)
\(\chi_{97693}(4071,\cdot)\)
\(\chi_{97693}(4620,\cdot)\)
\(\chi_{97693}(4694,\cdot)\)
\(\chi_{97693}(5159,\cdot)\)
\(\chi_{97693}(5163,\cdot)\)
\(\chi_{97693}(5457,\cdot)\)
\(\chi_{97693}(5605,\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 };
\((81026,33339)\) → \((e\left(\frac{58}{105}\right),e\left(\frac{67}{77}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 97693 }(4071, a) \) |
\(1\) | \(1\) | \(e\left(\frac{158}{1155}\right)\) | \(e\left(\frac{719}{1155}\right)\) | \(e\left(\frac{316}{1155}\right)\) | \(e\left(\frac{262}{385}\right)\) | \(e\left(\frac{877}{1155}\right)\) | \(e\left(\frac{1052}{1155}\right)\) | \(e\left(\frac{158}{385}\right)\) | \(e\left(\frac{283}{1155}\right)\) | \(e\left(\frac{944}{1155}\right)\) | \(e\left(\frac{347}{385}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)