sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(97693, base_ring=CyclotomicField(770))
M = H._module
chi = DirichletCharacter(H, M([88,610]))
gp:[g,chi] = znchar(Mod(2927, 97693))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("97693.2927");
| 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: | \(385\) |
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}(547,\cdot)\)
\(\chi_{97693}(742,\cdot)\)
\(\chi_{97693}(1910,\cdot)\)
\(\chi_{97693}(1975,\cdot)\)
\(\chi_{97693}(2385,\cdot)\)
\(\chi_{97693}(2524,\cdot)\)
\(\chi_{97693}(2557,\cdot)\)
\(\chi_{97693}(2927,\cdot)\)
\(\chi_{97693}(3290,\cdot)\)
\(\chi_{97693}(4123,\cdot)\)
\(\chi_{97693}(4160,\cdot)\)
\(\chi_{97693}(5702,\cdot)\)
\(\chi_{97693}(6077,\cdot)\)
\(\chi_{97693}(6130,\cdot)\)
\(\chi_{97693}(6744,\cdot)\)
\(\chi_{97693}(7398,\cdot)\)
\(\chi_{97693}(7472,\cdot)\)
\(\chi_{97693}(7721,\cdot)\)
\(\chi_{97693}(7929,\cdot)\)
\(\chi_{97693}(8143,\cdot)\)
\(\chi_{97693}(8342,\cdot)\)
\(\chi_{97693}(8715,\cdot)\)
\(\chi_{97693}(8854,\cdot)\)
\(\chi_{97693}(8867,\cdot)\)
\(\chi_{97693}(8941,\cdot)\)
\(\chi_{97693}(9380,\cdot)\)
\(\chi_{97693}(9788,\cdot)\)
\(\chi_{97693}(10297,\cdot)\)
\(\chi_{97693}(10575,\cdot)\)
\(\chi_{97693}(11196,\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{4}{35}\right),e\left(\frac{61}{77}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 97693 }(2927, a) \) |
\(1\) | \(1\) | \(e\left(\frac{19}{385}\right)\) | \(e\left(\frac{272}{385}\right)\) | \(e\left(\frac{38}{385}\right)\) | \(e\left(\frac{43}{385}\right)\) | \(e\left(\frac{291}{385}\right)\) | \(e\left(\frac{36}{385}\right)\) | \(e\left(\frac{57}{385}\right)\) | \(e\left(\frac{159}{385}\right)\) | \(e\left(\frac{62}{385}\right)\) | \(e\left(\frac{223}{385}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)