sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1296, base_ring=CyclotomicField(108))
M = H._module
chi = DirichletCharacter(H, M([0,27,10]))
gp:[g,chi] = znchar(Mod(437, 1296))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1296.437");
| Modulus: | \(1296\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1296\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(108\) |
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: | yes |
sage:chi.is_primitive()
gp:#znconreyconductor(g,chi)==1
magma:IsPrimitive(chi);
|
| Minimal: | yes |
| Parity: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1296}(5,\cdot)\)
\(\chi_{1296}(29,\cdot)\)
\(\chi_{1296}(77,\cdot)\)
\(\chi_{1296}(101,\cdot)\)
\(\chi_{1296}(149,\cdot)\)
\(\chi_{1296}(173,\cdot)\)
\(\chi_{1296}(221,\cdot)\)
\(\chi_{1296}(245,\cdot)\)
\(\chi_{1296}(293,\cdot)\)
\(\chi_{1296}(317,\cdot)\)
\(\chi_{1296}(365,\cdot)\)
\(\chi_{1296}(389,\cdot)\)
\(\chi_{1296}(437,\cdot)\)
\(\chi_{1296}(461,\cdot)\)
\(\chi_{1296}(509,\cdot)\)
\(\chi_{1296}(533,\cdot)\)
\(\chi_{1296}(581,\cdot)\)
\(\chi_{1296}(605,\cdot)\)
\(\chi_{1296}(653,\cdot)\)
\(\chi_{1296}(677,\cdot)\)
\(\chi_{1296}(725,\cdot)\)
\(\chi_{1296}(749,\cdot)\)
\(\chi_{1296}(797,\cdot)\)
\(\chi_{1296}(821,\cdot)\)
\(\chi_{1296}(869,\cdot)\)
\(\chi_{1296}(893,\cdot)\)
\(\chi_{1296}(941,\cdot)\)
\(\chi_{1296}(965,\cdot)\)
\(\chi_{1296}(1013,\cdot)\)
\(\chi_{1296}(1037,\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_{108})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 108 polynomial (not computed) |
sage:chi.fixed_field()
|
\((1135,325,1217)\) → \((1,i,e\left(\frac{5}{54}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(5\) | \(7\) | \(11\) | \(13\) | \(17\) | \(19\) | \(23\) | \(25\) | \(29\) | \(31\) |
| \( \chi_{ 1296 }(437, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{41}{108}\right)\) | \(e\left(\frac{53}{54}\right)\) | \(e\left(\frac{49}{108}\right)\) | \(e\left(\frac{53}{108}\right)\) | \(e\left(\frac{1}{18}\right)\) | \(e\left(\frac{7}{36}\right)\) | \(e\left(\frac{14}{27}\right)\) | \(e\left(\frac{41}{54}\right)\) | \(e\left(\frac{19}{108}\right)\) | \(e\left(\frac{23}{27}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)