sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11848, base_ring=CyclotomicField(370))
M = H._module
chi = DirichletCharacter(H, M([185,185,12]))
gp:[g,chi] = znchar(Mod(2147, 11848))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11848.2147");
| Modulus: | \(11848\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(11848\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(370\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{11848}(91,\cdot)\)
\(\chi_{11848}(107,\cdot)\)
\(\chi_{11848}(179,\cdot)\)
\(\chi_{11848}(219,\cdot)\)
\(\chi_{11848}(235,\cdot)\)
\(\chi_{11848}(315,\cdot)\)
\(\chi_{11848}(651,\cdot)\)
\(\chi_{11848}(851,\cdot)\)
\(\chi_{11848}(859,\cdot)\)
\(\chi_{11848}(907,\cdot)\)
\(\chi_{11848}(1019,\cdot)\)
\(\chi_{11848}(1067,\cdot)\)
\(\chi_{11848}(1123,\cdot)\)
\(\chi_{11848}(1267,\cdot)\)
\(\chi_{11848}(1299,\cdot)\)
\(\chi_{11848}(1467,\cdot)\)
\(\chi_{11848}(1515,\cdot)\)
\(\chi_{11848}(1531,\cdot)\)
\(\chi_{11848}(1643,\cdot)\)
\(\chi_{11848}(1699,\cdot)\)
\(\chi_{11848}(1923,\cdot)\)
\(\chi_{11848}(1955,\cdot)\)
\(\chi_{11848}(2131,\cdot)\)
\(\chi_{11848}(2147,\cdot)\)
\(\chi_{11848}(2395,\cdot)\)
\(\chi_{11848}(2539,\cdot)\)
\(\chi_{11848}(2563,\cdot)\)
\(\chi_{11848}(2595,\cdot)\)
\(\chi_{11848}(2603,\cdot)\)
\(\chi_{11848}(2691,\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 };
\((8887,5925,8889)\) → \((-1,-1,e\left(\frac{6}{185}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 11848 }(2147, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{6}{185}\right)\) | \(e\left(\frac{281}{370}\right)\) | \(e\left(\frac{273}{370}\right)\) | \(e\left(\frac{12}{185}\right)\) | \(e\left(\frac{33}{37}\right)\) | \(e\left(\frac{21}{74}\right)\) | \(e\left(\frac{293}{370}\right)\) | \(e\left(\frac{1}{37}\right)\) | \(e\left(\frac{11}{185}\right)\) | \(e\left(\frac{57}{74}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)