sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(676000, base_ring=CyclotomicField(3900))
M = H._module
chi = DirichletCharacter(H, M([0,975,546,1600]))
gp:[g,chi] = znchar(Mod(6009, 676000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("676000.6009");
| Modulus: | \(676000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(338000\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(3900\) |
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_{338000}(259509,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | no |
| Parity: | even |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{676000}(9,\cdot)\)
\(\chi_{676000}(809,\cdot)\)
\(\chi_{676000}(2089,\cdot)\)
\(\chi_{676000}(2889,\cdot)\)
\(\chi_{676000}(3129,\cdot)\)
\(\chi_{676000}(3929,\cdot)\)
\(\chi_{676000}(4169,\cdot)\)
\(\chi_{676000}(4969,\cdot)\)
\(\chi_{676000}(5209,\cdot)\)
\(\chi_{676000}(6009,\cdot)\)
\(\chi_{676000}(8329,\cdot)\)
\(\chi_{676000}(9129,\cdot)\)
\(\chi_{676000}(9369,\cdot)\)
\(\chi_{676000}(10169,\cdot)\)
\(\chi_{676000}(10409,\cdot)\)
\(\chi_{676000}(11209,\cdot)\)
\(\chi_{676000}(12489,\cdot)\)
\(\chi_{676000}(13289,\cdot)\)
\(\chi_{676000}(13529,\cdot)\)
\(\chi_{676000}(14329,\cdot)\)
\(\chi_{676000}(14569,\cdot)\)
\(\chi_{676000}(15369,\cdot)\)
\(\chi_{676000}(15609,\cdot)\)
\(\chi_{676000}(16409,\cdot)\)
\(\chi_{676000}(17689,\cdot)\)
\(\chi_{676000}(18489,\cdot)\)
\(\chi_{676000}(18729,\cdot)\)
\(\chi_{676000}(19529,\cdot)\)
\(\chi_{676000}(19769,\cdot)\)
\(\chi_{676000}(20569,\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_{3900})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 3900 polynomial (not computed) |
sage:chi.fixed_field()
|
\((126751,422501,389377,12001)\) → \((1,i,e\left(\frac{7}{50}\right),e\left(\frac{16}{39}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 676000 }(6009, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2347}{3900}\right)\) | \(e\left(\frac{58}{195}\right)\) | \(e\left(\frac{397}{1950}\right)\) | \(e\left(\frac{571}{3900}\right)\) | \(e\left(\frac{229}{1950}\right)\) | \(e\left(\frac{281}{300}\right)\) | \(e\left(\frac{1169}{1300}\right)\) | \(e\left(\frac{13}{75}\right)\) | \(e\left(\frac{1047}{1300}\right)\) | \(e\left(\frac{3277}{3900}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)