sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(68890, base_ring=CyclotomicField(6806))
M = H._module
chi = DirichletCharacter(H, M([0,482]))
gp:[g,chi] = znchar(Mod(501, 68890))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("68890.501");
| Modulus: | \(68890\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6889\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(3403\) |
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: | no, induced from \(\chi_{6889}(501,\cdot)\) |
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_{68890}(11,\cdot)\)
\(\chi_{68890}(21,\cdot)\)
\(\chi_{68890}(31,\cdot)\)
\(\chi_{68890}(41,\cdot)\)
\(\chi_{68890}(51,\cdot)\)
\(\chi_{68890}(61,\cdot)\)
\(\chi_{68890}(81,\cdot)\)
\(\chi_{68890}(111,\cdot)\)
\(\chi_{68890}(121,\cdot)\)
\(\chi_{68890}(131,\cdot)\)
\(\chi_{68890}(151,\cdot)\)
\(\chi_{68890}(191,\cdot)\)
\(\chi_{68890}(231,\cdot)\)
\(\chi_{68890}(241,\cdot)\)
\(\chi_{68890}(261,\cdot)\)
\(\chi_{68890}(341,\cdot)\)
\(\chi_{68890}(361,\cdot)\)
\(\chi_{68890}(381,\cdot)\)
\(\chi_{68890}(391,\cdot)\)
\(\chi_{68890}(431,\cdot)\)
\(\chi_{68890}(441,\cdot)\)
\(\chi_{68890}(451,\cdot)\)
\(\chi_{68890}(501,\cdot)\)
\(\chi_{68890}(521,\cdot)\)
\(\chi_{68890}(531,\cdot)\)
\(\chi_{68890}(561,\cdot)\)
\(\chi_{68890}(591,\cdot)\)
\(\chi_{68890}(611,\cdot)\)
\(\chi_{68890}(621,\cdot)\)
\(\chi_{68890}(651,\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 };
\((27557,6891)\) → \((1,e\left(\frac{241}{3403}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 68890 }(501, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2756}{3403}\right)\) | \(e\left(\frac{2420}{3403}\right)\) | \(e\left(\frac{2109}{3403}\right)\) | \(e\left(\frac{3037}{3403}\right)\) | \(e\left(\frac{3264}{3403}\right)\) | \(e\left(\frac{3164}{3403}\right)\) | \(e\left(\frac{2102}{3403}\right)\) | \(e\left(\frac{1773}{3403}\right)\) | \(e\left(\frac{3390}{3403}\right)\) | \(e\left(\frac{1462}{3403}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)