sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1180, base_ring=CyclotomicField(58))
M = H._module
chi = DirichletCharacter(H, M([29,0,1]))
gp:[g,chi] = znchar(Mod(651, 1180))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1180.651");
| Modulus: | \(1180\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(236\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(58\) |
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_{236}(179,\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_{1180}(11,\cdot)\)
\(\chi_{1180}(31,\cdot)\)
\(\chi_{1180}(91,\cdot)\)
\(\chi_{1180}(111,\cdot)\)
\(\chi_{1180}(131,\cdot)\)
\(\chi_{1180}(151,\cdot)\)
\(\chi_{1180}(191,\cdot)\)
\(\chi_{1180}(211,\cdot)\)
\(\chi_{1180}(231,\cdot)\)
\(\chi_{1180}(291,\cdot)\)
\(\chi_{1180}(351,\cdot)\)
\(\chi_{1180}(391,\cdot)\)
\(\chi_{1180}(431,\cdot)\)
\(\chi_{1180}(451,\cdot)\)
\(\chi_{1180}(511,\cdot)\)
\(\chi_{1180}(571,\cdot)\)
\(\chi_{1180}(651,\cdot)\)
\(\chi_{1180}(691,\cdot)\)
\(\chi_{1180}(731,\cdot)\)
\(\chi_{1180}(751,\cdot)\)
\(\chi_{1180}(791,\cdot)\)
\(\chi_{1180}(811,\cdot)\)
\(\chi_{1180}(891,\cdot)\)
\(\chi_{1180}(991,\cdot)\)
\(\chi_{1180}(1011,\cdot)\)
\(\chi_{1180}(1131,\cdot)\)
\(\chi_{1180}(1151,\cdot)\)
\(\chi_{1180}(1171,\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 };
\((591,237,61)\) → \((-1,1,e\left(\frac{1}{58}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(13\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) |
| \( \chi_{ 1180 }(651, a) \) |
\(1\) | \(1\) | \(e\left(\frac{21}{58}\right)\) | \(e\left(\frac{47}{58}\right)\) | \(e\left(\frac{21}{29}\right)\) | \(e\left(\frac{27}{29}\right)\) | \(e\left(\frac{45}{58}\right)\) | \(e\left(\frac{20}{29}\right)\) | \(e\left(\frac{9}{58}\right)\) | \(e\left(\frac{5}{29}\right)\) | \(e\left(\frac{22}{29}\right)\) | \(e\left(\frac{5}{58}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)