sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(9025, base_ring=CyclotomicField(684))
M = H._module
chi = DirichletCharacter(H, M([171,10]))
gp:[g,chi] = znchar(Mod(32, 9025))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("9025.32");
| Modulus: | \(9025\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1805\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(684\) |
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_{1805}(32,\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_{9025}(32,\cdot)\)
\(\chi_{9025}(143,\cdot)\)
\(\chi_{9025}(193,\cdot)\)
\(\chi_{9025}(243,\cdot)\)
\(\chi_{9025}(257,\cdot)\)
\(\chi_{9025}(268,\cdot)\)
\(\chi_{9025}(318,\cdot)\)
\(\chi_{9025}(357,\cdot)\)
\(\chi_{9025}(382,\cdot)\)
\(\chi_{9025}(393,\cdot)\)
\(\chi_{9025}(432,\cdot)\)
\(\chi_{9025}(507,\cdot)\)
\(\chi_{9025}(618,\cdot)\)
\(\chi_{9025}(718,\cdot)\)
\(\chi_{9025}(732,\cdot)\)
\(\chi_{9025}(743,\cdot)\)
\(\chi_{9025}(782,\cdot)\)
\(\chi_{9025}(793,\cdot)\)
\(\chi_{9025}(832,\cdot)\)
\(\chi_{9025}(857,\cdot)\)
\(\chi_{9025}(868,\cdot)\)
\(\chi_{9025}(907,\cdot)\)
\(\chi_{9025}(982,\cdot)\)
\(\chi_{9025}(1093,\cdot)\)
\(\chi_{9025}(1143,\cdot)\)
\(\chi_{9025}(1193,\cdot)\)
\(\chi_{9025}(1207,\cdot)\)
\(\chi_{9025}(1218,\cdot)\)
\(\chi_{9025}(1257,\cdot)\)
\(\chi_{9025}(1268,\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_{684})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 684 polynomial (not computed) |
sage:chi.fixed_field()
|
\((5777,3251)\) → \((i,e\left(\frac{5}{342}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 9025 }(32, a) \) |
\(1\) | \(1\) | \(e\left(\frac{181}{684}\right)\) | \(e\left(\frac{535}{684}\right)\) | \(e\left(\frac{181}{342}\right)\) | \(e\left(\frac{8}{171}\right)\) | \(e\left(\frac{101}{228}\right)\) | \(e\left(\frac{181}{228}\right)\) | \(e\left(\frac{193}{342}\right)\) | \(e\left(\frac{28}{57}\right)\) | \(e\left(\frac{71}{228}\right)\) | \(e\left(\frac{383}{684}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)