sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(104000, base_ring=CyclotomicField(120))
M = H._module
chi = DirichletCharacter(H, M([60,105,42,10]))
gp:[g,chi] = znchar(Mod(78743, 104000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("104000.78743");
| Modulus: | \(104000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(10400\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(120\) |
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_{10400}(3603,\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}(7,\cdot)\)
\(\chi_{104000}(6407,\cdot)\)
\(\chi_{104000}(10407,\cdot)\)
\(\chi_{104000}(12343,\cdot)\)
\(\chi_{104000}(16343,\cdot)\)
\(\chi_{104000}(22743,\cdot)\)
\(\chi_{104000}(26743,\cdot)\)
\(\chi_{104000}(27207,\cdot)\)
\(\chi_{104000}(31207,\cdot)\)
\(\chi_{104000}(33143,\cdot)\)
\(\chi_{104000}(37143,\cdot)\)
\(\chi_{104000}(37607,\cdot)\)
\(\chi_{104000}(41607,\cdot)\)
\(\chi_{104000}(43543,\cdot)\)
\(\chi_{104000}(47543,\cdot)\)
\(\chi_{104000}(48007,\cdot)\)
\(\chi_{104000}(52007,\cdot)\)
\(\chi_{104000}(58407,\cdot)\)
\(\chi_{104000}(62407,\cdot)\)
\(\chi_{104000}(64343,\cdot)\)
\(\chi_{104000}(68343,\cdot)\)
\(\chi_{104000}(74743,\cdot)\)
\(\chi_{104000}(78743,\cdot)\)
\(\chi_{104000}(79207,\cdot)\)
\(\chi_{104000}(83207,\cdot)\)
\(\chi_{104000}(85143,\cdot)\)
\(\chi_{104000}(89143,\cdot)\)
\(\chi_{104000}(89607,\cdot)\)
\(\chi_{104000}(93607,\cdot)\)
\(\chi_{104000}(95543,\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_{120})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 120 polynomial (not computed) |
sage:chi.fixed_field()
|
\((74751,58501,77377,64001)\) → \((-1,e\left(\frac{7}{8}\right),e\left(\frac{7}{20}\right),e\left(\frac{1}{12}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 104000 }(78743, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{109}{120}\right)\) | \(e\left(\frac{11}{12}\right)\) | \(e\left(\frac{49}{60}\right)\) | \(e\left(\frac{7}{120}\right)\) | \(e\left(\frac{13}{60}\right)\) | \(e\left(\frac{41}{120}\right)\) | \(e\left(\frac{33}{40}\right)\) | \(e\left(\frac{13}{30}\right)\) | \(e\left(\frac{29}{40}\right)\) | \(e\left(\frac{79}{120}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)