sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1581, base_ring=CyclotomicField(120))
M = H._module
chi = DirichletCharacter(H, M([60,75,28]))
gp:[g,chi] = znchar(Mod(110, 1581))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1581.110");
| Modulus: | \(1581\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1581\) |
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: | yes |
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_{1581}(53,\cdot)\)
\(\chi_{1581}(83,\cdot)\)
\(\chi_{1581}(104,\cdot)\)
\(\chi_{1581}(110,\cdot)\)
\(\chi_{1581}(179,\cdot)\)
\(\chi_{1581}(230,\cdot)\)
\(\chi_{1581}(332,\cdot)\)
\(\chi_{1581}(365,\cdot)\)
\(\chi_{1581}(383,\cdot)\)
\(\chi_{1581}(389,\cdot)\)
\(\chi_{1581}(416,\cdot)\)
\(\chi_{1581}(518,\cdot)\)
\(\chi_{1581}(569,\cdot)\)
\(\chi_{1581}(644,\cdot)\)
\(\chi_{1581}(695,\cdot)\)
\(\chi_{1581}(716,\cdot)\)
\(\chi_{1581}(797,\cdot)\)
\(\chi_{1581}(818,\cdot)\)
\(\chi_{1581}(848,\cdot)\)
\(\chi_{1581}(920,\cdot)\)
\(\chi_{1581}(995,\cdot)\)
\(\chi_{1581}(1097,\cdot)\)
\(\chi_{1581}(1181,\cdot)\)
\(\chi_{1581}(1199,\cdot)\)
\(\chi_{1581}(1226,\cdot)\)
\(\chi_{1581}(1283,\cdot)\)
\(\chi_{1581}(1385,\cdot)\)
\(\chi_{1581}(1460,\cdot)\)
\(\chi_{1581}(1481,\cdot)\)
\(\chi_{1581}(1505,\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 };
\((1055,1210,1429)\) → \((-1,e\left(\frac{5}{8}\right),e\left(\frac{7}{30}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 1581 }(110, a) \) |
\(1\) | \(1\) | \(e\left(\frac{17}{20}\right)\) | \(e\left(\frac{7}{10}\right)\) | \(e\left(\frac{7}{24}\right)\) | \(e\left(\frac{49}{120}\right)\) | \(e\left(\frac{11}{20}\right)\) | \(e\left(\frac{17}{120}\right)\) | \(e\left(\frac{29}{120}\right)\) | \(e\left(\frac{1}{15}\right)\) | \(e\left(\frac{31}{120}\right)\) | \(e\left(\frac{2}{5}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)