sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(9025, base_ring=CyclotomicField(228))
M = H._module
chi = DirichletCharacter(H, M([57,100]))
gp:[g,chi] = znchar(Mod(7, 9025))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("9025.7");
| 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: | \(228\) |
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}(7,\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_{9025}(7,\cdot)\)
\(\chi_{9025}(182,\cdot)\)
\(\chi_{9025}(368,\cdot)\)
\(\chi_{9025}(482,\cdot)\)
\(\chi_{9025}(543,\cdot)\)
\(\chi_{9025}(657,\cdot)\)
\(\chi_{9025}(843,\cdot)\)
\(\chi_{9025}(957,\cdot)\)
\(\chi_{9025}(1018,\cdot)\)
\(\chi_{9025}(1132,\cdot)\)
\(\chi_{9025}(1318,\cdot)\)
\(\chi_{9025}(1432,\cdot)\)
\(\chi_{9025}(1493,\cdot)\)
\(\chi_{9025}(1607,\cdot)\)
\(\chi_{9025}(1793,\cdot)\)
\(\chi_{9025}(1907,\cdot)\)
\(\chi_{9025}(1968,\cdot)\)
\(\chi_{9025}(2082,\cdot)\)
\(\chi_{9025}(2268,\cdot)\)
\(\chi_{9025}(2382,\cdot)\)
\(\chi_{9025}(2443,\cdot)\)
\(\chi_{9025}(2557,\cdot)\)
\(\chi_{9025}(2743,\cdot)\)
\(\chi_{9025}(2857,\cdot)\)
\(\chi_{9025}(2918,\cdot)\)
\(\chi_{9025}(3032,\cdot)\)
\(\chi_{9025}(3218,\cdot)\)
\(\chi_{9025}(3332,\cdot)\)
\(\chi_{9025}(3393,\cdot)\)
\(\chi_{9025}(3507,\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_{228})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 228 polynomial (not computed) |
sage:chi.fixed_field()
|
\((5777,3251)\) → \((i,e\left(\frac{25}{57}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 9025 }(7, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{157}{228}\right)\) | \(e\left(\frac{163}{228}\right)\) | \(e\left(\frac{43}{114}\right)\) | \(e\left(\frac{23}{57}\right)\) | \(e\left(\frac{3}{76}\right)\) | \(e\left(\frac{5}{76}\right)\) | \(e\left(\frac{49}{114}\right)\) | \(e\left(\frac{14}{19}\right)\) | \(e\left(\frac{7}{76}\right)\) | \(e\left(\frac{11}{228}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)