sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(104000, base_ring=CyclotomicField(300))
M = H._module
chi = DirichletCharacter(H, M([150,0,87,25]))
gp:[g,chi] = znchar(Mod(12287, 104000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("104000.12287");
| Modulus: | \(104000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6500\) |
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_{6500}(5787,\cdot)\) |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | no |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{104000}(63,\cdot)\)
\(\chi_{104000}(1983,\cdot)\)
\(\chi_{104000}(2047,\cdot)\)
\(\chi_{104000}(3967,\cdot)\)
\(\chi_{104000}(4223,\cdot)\)
\(\chi_{104000}(8127,\cdot)\)
\(\chi_{104000}(8383,\cdot)\)
\(\chi_{104000}(10303,\cdot)\)
\(\chi_{104000}(10367,\cdot)\)
\(\chi_{104000}(12287,\cdot)\)
\(\chi_{104000}(14463,\cdot)\)
\(\chi_{104000}(14527,\cdot)\)
\(\chi_{104000}(16447,\cdot)\)
\(\chi_{104000}(16703,\cdot)\)
\(\chi_{104000}(18623,\cdot)\)
\(\chi_{104000}(18687,\cdot)\)
\(\chi_{104000}(20863,\cdot)\)
\(\chi_{104000}(22783,\cdot)\)
\(\chi_{104000}(22847,\cdot)\)
\(\chi_{104000}(24767,\cdot)\)
\(\chi_{104000}(25023,\cdot)\)
\(\chi_{104000}(28927,\cdot)\)
\(\chi_{104000}(29183,\cdot)\)
\(\chi_{104000}(31103,\cdot)\)
\(\chi_{104000}(31167,\cdot)\)
\(\chi_{104000}(33087,\cdot)\)
\(\chi_{104000}(35263,\cdot)\)
\(\chi_{104000}(35327,\cdot)\)
\(\chi_{104000}(37247,\cdot)\)
\(\chi_{104000}(37503,\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()
|
\((74751,58501,77377,64001)\) → \((-1,1,e\left(\frac{29}{100}\right),e\left(\frac{1}{12}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 104000 }(12287, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{259}{300}\right)\) | \(e\left(\frac{1}{15}\right)\) | \(e\left(\frac{109}{150}\right)\) | \(e\left(\frac{37}{300}\right)\) | \(e\left(\frac{101}{300}\right)\) | \(e\left(\frac{41}{300}\right)\) | \(e\left(\frac{93}{100}\right)\) | \(e\left(\frac{97}{300}\right)\) | \(e\left(\frac{59}{100}\right)\) | \(e\left(\frac{47}{150}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)