sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6500, base_ring=CyclotomicField(150))
M = H._module
chi = DirichletCharacter(H, M([0,39,25]))
gp:[g,chi] = znchar(Mod(4489, 6500))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6500.4489");
| Modulus: | \(6500\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1625\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(150\) |
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_{1625}(1239,\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_{6500}(69,\cdot)\)
\(\chi_{6500}(309,\cdot)\)
\(\chi_{6500}(329,\cdot)\)
\(\chi_{6500}(569,\cdot)\)
\(\chi_{6500}(589,\cdot)\)
\(\chi_{6500}(829,\cdot)\)
\(\chi_{6500}(1089,\cdot)\)
\(\chi_{6500}(1109,\cdot)\)
\(\chi_{6500}(1369,\cdot)\)
\(\chi_{6500}(1609,\cdot)\)
\(\chi_{6500}(1629,\cdot)\)
\(\chi_{6500}(1869,\cdot)\)
\(\chi_{6500}(1889,\cdot)\)
\(\chi_{6500}(2129,\cdot)\)
\(\chi_{6500}(2389,\cdot)\)
\(\chi_{6500}(2409,\cdot)\)
\(\chi_{6500}(2669,\cdot)\)
\(\chi_{6500}(2909,\cdot)\)
\(\chi_{6500}(2929,\cdot)\)
\(\chi_{6500}(3169,\cdot)\)
\(\chi_{6500}(3189,\cdot)\)
\(\chi_{6500}(3429,\cdot)\)
\(\chi_{6500}(3689,\cdot)\)
\(\chi_{6500}(3709,\cdot)\)
\(\chi_{6500}(3969,\cdot)\)
\(\chi_{6500}(4209,\cdot)\)
\(\chi_{6500}(4229,\cdot)\)
\(\chi_{6500}(4469,\cdot)\)
\(\chi_{6500}(4489,\cdot)\)
\(\chi_{6500}(4729,\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_{75})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 150 polynomial (not computed) |
sage:chi.fixed_field()
|
\((3251,5877,5501)\) → \((1,e\left(\frac{13}{50}\right),e\left(\frac{1}{6}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 6500 }(4489, a) \) |
\(1\) | \(1\) | \(e\left(\frac{73}{150}\right)\) | \(e\left(\frac{14}{15}\right)\) | \(e\left(\frac{73}{75}\right)\) | \(e\left(\frac{139}{150}\right)\) | \(e\left(\frac{47}{150}\right)\) | \(e\left(\frac{77}{150}\right)\) | \(e\left(\frac{21}{50}\right)\) | \(e\left(\frac{109}{150}\right)\) | \(e\left(\frac{23}{50}\right)\) | \(e\left(\frac{59}{75}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)