sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11850, base_ring=CyclotomicField(390))
M = H._module
chi = DirichletCharacter(H, M([0,39,265]))
gp:[g,chi] = znchar(Mod(1429, 11850))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11850.1429");
| Modulus: | \(11850\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1975\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(390\) |
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_{1975}(1429,\cdot)\) |
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_{11850}(109,\cdot)\)
\(\chi_{11850}(139,\cdot)\)
\(\chi_{11850}(319,\cdot)\)
\(\chi_{11850}(379,\cdot)\)
\(\chi_{11850}(469,\cdot)\)
\(\chi_{11850}(559,\cdot)\)
\(\chi_{11850}(619,\cdot)\)
\(\chi_{11850}(679,\cdot)\)
\(\chi_{11850}(709,\cdot)\)
\(\chi_{11850}(739,\cdot)\)
\(\chi_{11850}(829,\cdot)\)
\(\chi_{11850}(1159,\cdot)\)
\(\chi_{11850}(1219,\cdot)\)
\(\chi_{11850}(1339,\cdot)\)
\(\chi_{11850}(1429,\cdot)\)
\(\chi_{11850}(1459,\cdot)\)
\(\chi_{11850}(1609,\cdot)\)
\(\chi_{11850}(1639,\cdot)\)
\(\chi_{11850}(1729,\cdot)\)
\(\chi_{11850}(1939,\cdot)\)
\(\chi_{11850}(2029,\cdot)\)
\(\chi_{11850}(2089,\cdot)\)
\(\chi_{11850}(2359,\cdot)\)
\(\chi_{11850}(2479,\cdot)\)
\(\chi_{11850}(2509,\cdot)\)
\(\chi_{11850}(2689,\cdot)\)
\(\chi_{11850}(2839,\cdot)\)
\(\chi_{11850}(2929,\cdot)\)
\(\chi_{11850}(2989,\cdot)\)
\(\chi_{11850}(3079,\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 };
\((7901,11377,8851)\) → \((1,e\left(\frac{1}{10}\right),e\left(\frac{53}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(7\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(29\) | \(31\) | \(37\) | \(41\) |
| \( \chi_{ 11850 }(1429, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{20}{39}\right)\) | \(e\left(\frac{157}{195}\right)\) | \(e\left(\frac{1}{390}\right)\) | \(e\left(\frac{37}{65}\right)\) | \(e\left(\frac{106}{195}\right)\) | \(e\left(\frac{23}{30}\right)\) | \(e\left(\frac{263}{390}\right)\) | \(e\left(\frac{166}{195}\right)\) | \(e\left(\frac{158}{195}\right)\) | \(e\left(\frac{47}{130}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)