sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(58492, base_ring=CyclotomicField(696))
M = H._module
chi = DirichletCharacter(H, M([0,116,353]))
gp:[g,chi] = znchar(Mod(3293, 58492))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("58492.3293");
| Modulus: | \(58492\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(14623\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(696\) |
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_{14623}(3293,\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_{58492}(33,\cdot)\)
\(\chi_{58492}(229,\cdot)\)
\(\chi_{58492}(257,\cdot)\)
\(\chi_{58492}(633,\cdot)\)
\(\chi_{58492}(773,\cdot)\)
\(\chi_{58492}(873,\cdot)\)
\(\chi_{58492}(885,\cdot)\)
\(\chi_{58492}(1361,\cdot)\)
\(\chi_{58492}(1725,\cdot)\)
\(\chi_{58492}(1825,\cdot)\)
\(\chi_{58492}(1937,\cdot)\)
\(\chi_{58492}(2273,\cdot)\)
\(\chi_{58492}(2453,\cdot)\)
\(\chi_{58492}(2693,\cdot)\)
\(\chi_{58492}(2817,\cdot)\)
\(\chi_{58492}(3293,\cdot)\)
\(\chi_{58492}(3405,\cdot)\)
\(\chi_{58492}(3545,\cdot)\)
\(\chi_{58492}(3561,\cdot)\)
\(\chi_{58492}(4245,\cdot)\)
\(\chi_{58492}(4357,\cdot)\)
\(\chi_{58492}(4497,\cdot)\)
\(\chi_{58492}(4721,\cdot)\)
\(\chi_{58492}(5001,\cdot)\)
\(\chi_{58492}(5213,\cdot)\)
\(\chi_{58492}(6221,\cdot)\)
\(\chi_{58492}(6305,\cdot)\)
\(\chi_{58492}(6333,\cdot)\)
\(\chi_{58492}(6401,\cdot)\)
\(\chi_{58492}(6653,\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_{696})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 696 polynomial (not computed) |
sage:chi.fixed_field()
|
\((29247,50137,54321)\) → \((1,e\left(\frac{1}{6}\right),e\left(\frac{353}{696}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 58492 }(3293, a) \) |
\(1\) | \(1\) | \(e\left(\frac{63}{116}\right)\) | \(e\left(\frac{67}{348}\right)\) | \(e\left(\frac{5}{58}\right)\) | \(e\left(\frac{355}{696}\right)\) | \(e\left(\frac{101}{348}\right)\) | \(e\left(\frac{64}{87}\right)\) | \(e\left(\frac{1}{12}\right)\) | \(e\left(\frac{7}{696}\right)\) | \(e\left(\frac{193}{696}\right)\) | \(e\left(\frac{67}{174}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)