sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5225, base_ring=CyclotomicField(180))
M = H._module
chi = DirichletCharacter(H, M([27,0,80]))
gp:[g,chi] = znchar(Mod(408, 5225))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5225.408");
| Modulus: | \(5225\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(475\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(180\) |
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_{475}(408,\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_{5225}(23,\cdot)\)
\(\chi_{5225}(177,\cdot)\)
\(\chi_{5225}(188,\cdot)\)
\(\chi_{5225}(397,\cdot)\)
\(\chi_{5225}(408,\cdot)\)
\(\chi_{5225}(617,\cdot)\)
\(\chi_{5225}(727,\cdot)\)
\(\chi_{5225}(738,\cdot)\)
\(\chi_{5225}(947,\cdot)\)
\(\chi_{5225}(1013,\cdot)\)
\(\chi_{5225}(1222,\cdot)\)
\(\chi_{5225}(1233,\cdot)\)
\(\chi_{5225}(1277,\cdot)\)
\(\chi_{5225}(1442,\cdot)\)
\(\chi_{5225}(1453,\cdot)\)
\(\chi_{5225}(1563,\cdot)\)
\(\chi_{5225}(1662,\cdot)\)
\(\chi_{5225}(1772,\cdot)\)
\(\chi_{5225}(1783,\cdot)\)
\(\chi_{5225}(1992,\cdot)\)
\(\chi_{5225}(2058,\cdot)\)
\(\chi_{5225}(2113,\cdot)\)
\(\chi_{5225}(2267,\cdot)\)
\(\chi_{5225}(2278,\cdot)\)
\(\chi_{5225}(2322,\cdot)\)
\(\chi_{5225}(2487,\cdot)\)
\(\chi_{5225}(2498,\cdot)\)
\(\chi_{5225}(2608,\cdot)\)
\(\chi_{5225}(2817,\cdot)\)
\(\chi_{5225}(2828,\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 };
| Field of values: |
$\Q(\zeta_{180})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 180 polynomial (not computed) |
sage:chi.fixed_field()
|
\((2927,2851,4676)\) → \((e\left(\frac{3}{20}\right),1,e\left(\frac{4}{9}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(12\) | \(13\) | \(14\) |
| \( \chi_{ 5225 }(408, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{107}{180}\right)\) | \(e\left(\frac{149}{180}\right)\) | \(e\left(\frac{17}{90}\right)\) | \(e\left(\frac{19}{45}\right)\) | \(e\left(\frac{5}{12}\right)\) | \(e\left(\frac{47}{60}\right)\) | \(e\left(\frac{59}{90}\right)\) | \(e\left(\frac{1}{60}\right)\) | \(e\left(\frac{13}{180}\right)\) | \(e\left(\frac{1}{90}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)