sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(676000, base_ring=CyclotomicField(300))
M = H._module
chi = DirichletCharacter(H, M([150,225,273,50]))
gp:[g,chi] = znchar(Mod(823, 676000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("676000.823");
| Modulus: | \(676000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(26000\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(300\) |
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_{26000}(20323,\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}(23,\cdot)\)
\(\chi_{676000}(823,\cdot)\)
\(\chi_{676000}(2727,\cdot)\)
\(\chi_{676000}(3527,\cdot)\)
\(\chi_{676000}(27063,\cdot)\)
\(\chi_{676000}(27863,\cdot)\)
\(\chi_{676000}(29767,\cdot)\)
\(\chi_{676000}(30567,\cdot)\)
\(\chi_{676000}(54103,\cdot)\)
\(\chi_{676000}(54903,\cdot)\)
\(\chi_{676000}(83847,\cdot)\)
\(\chi_{676000}(84647,\cdot)\)
\(\chi_{676000}(108183,\cdot)\)
\(\chi_{676000}(108983,\cdot)\)
\(\chi_{676000}(110887,\cdot)\)
\(\chi_{676000}(111687,\cdot)\)
\(\chi_{676000}(135223,\cdot)\)
\(\chi_{676000}(136023,\cdot)\)
\(\chi_{676000}(137927,\cdot)\)
\(\chi_{676000}(138727,\cdot)\)
\(\chi_{676000}(162263,\cdot)\)
\(\chi_{676000}(163063,\cdot)\)
\(\chi_{676000}(164967,\cdot)\)
\(\chi_{676000}(165767,\cdot)\)
\(\chi_{676000}(189303,\cdot)\)
\(\chi_{676000}(190103,\cdot)\)
\(\chi_{676000}(219047,\cdot)\)
\(\chi_{676000}(219847,\cdot)\)
\(\chi_{676000}(243383,\cdot)\)
\(\chi_{676000}(244183,\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_{300})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 300 polynomial (not computed) |
sage:chi.fixed_field()
|
\((126751,422501,389377,12001)\) → \((-1,-i,e\left(\frac{91}{100}\right),e\left(\frac{1}{6}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 676000 }(823, a) \) |
\(1\) | \(1\) | \(e\left(\frac{59}{75}\right)\) | \(e\left(\frac{11}{60}\right)\) | \(e\left(\frac{43}{75}\right)\) | \(e\left(\frac{173}{300}\right)\) | \(e\left(\frac{229}{300}\right)\) | \(e\left(\frac{289}{300}\right)\) | \(e\left(\frac{97}{100}\right)\) | \(e\left(\frac{263}{300}\right)\) | \(e\left(\frac{9}{25}\right)\) | \(e\left(\frac{101}{300}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)