sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2300, base_ring=CyclotomicField(110))
M = H._module
chi = DirichletCharacter(H, M([0,11,90]))
gp:[g,chi] = znchar(Mod(29, 2300))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2300.29");
| Modulus: | \(2300\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(575\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(110\) |
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_{575}(29,\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_{2300}(9,\cdot)\)
\(\chi_{2300}(29,\cdot)\)
\(\chi_{2300}(169,\cdot)\)
\(\chi_{2300}(209,\cdot)\)
\(\chi_{2300}(269,\cdot)\)
\(\chi_{2300}(289,\cdot)\)
\(\chi_{2300}(409,\cdot)\)
\(\chi_{2300}(469,\cdot)\)
\(\chi_{2300}(489,\cdot)\)
\(\chi_{2300}(509,\cdot)\)
\(\chi_{2300}(629,\cdot)\)
\(\chi_{2300}(669,\cdot)\)
\(\chi_{2300}(729,\cdot)\)
\(\chi_{2300}(809,\cdot)\)
\(\chi_{2300}(869,\cdot)\)
\(\chi_{2300}(909,\cdot)\)
\(\chi_{2300}(929,\cdot)\)
\(\chi_{2300}(969,\cdot)\)
\(\chi_{2300}(1089,\cdot)\)
\(\chi_{2300}(1129,\cdot)\)
\(\chi_{2300}(1189,\cdot)\)
\(\chi_{2300}(1209,\cdot)\)
\(\chi_{2300}(1269,\cdot)\)
\(\chi_{2300}(1329,\cdot)\)
\(\chi_{2300}(1369,\cdot)\)
\(\chi_{2300}(1389,\cdot)\)
\(\chi_{2300}(1409,\cdot)\)
\(\chi_{2300}(1429,\cdot)\)
\(\chi_{2300}(1589,\cdot)\)
\(\chi_{2300}(1669,\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 };
\((1151,277,1201)\) → \((1,e\left(\frac{1}{10}\right),e\left(\frac{9}{11}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(27\) | \(29\) |
| \( \chi_{ 2300 }(29, a) \) |
\(1\) | \(1\) | \(e\left(\frac{87}{110}\right)\) | \(e\left(\frac{1}{22}\right)\) | \(e\left(\frac{32}{55}\right)\) | \(e\left(\frac{53}{55}\right)\) | \(e\left(\frac{39}{110}\right)\) | \(e\left(\frac{3}{110}\right)\) | \(e\left(\frac{4}{55}\right)\) | \(e\left(\frac{46}{55}\right)\) | \(e\left(\frac{41}{110}\right)\) | \(e\left(\frac{51}{55}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)