sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4033, base_ring=CyclotomicField(108))
M = H._module
chi = DirichletCharacter(H, M([51,22]))
gp:[g,chi] = znchar(Mod(758, 4033))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4033.758");
| Modulus: | \(4033\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4033\) |
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_{4033}(61,\cdot)\)
\(\chi_{4033}(106,\cdot)\)
\(\chi_{4033}(246,\cdot)\)
\(\chi_{4033}(301,\cdot)\)
\(\chi_{4033}(387,\cdot)\)
\(\chi_{4033}(647,\cdot)\)
\(\chi_{4033}(758,\cdot)\)
\(\chi_{4033}(799,\cdot)\)
\(\chi_{4033}(846,\cdot)\)
\(\chi_{4033}(1164,\cdot)\)
\(\chi_{4033}(1337,\cdot)\)
\(\chi_{4033}(1408,\cdot)\)
\(\chi_{4033}(1626,\cdot)\)
\(\chi_{4033}(1647,\cdot)\)
\(\chi_{4033}(1719,\cdot)\)
\(\chi_{4033}(1882,\cdot)\)
\(\chi_{4033}(2050,\cdot)\)
\(\chi_{4033}(2240,\cdot)\)
\(\chi_{4033}(2383,\cdot)\)
\(\chi_{4033}(2418,\cdot)\)
\(\chi_{4033}(2609,\cdot)\)
\(\chi_{4033}(2677,\cdot)\)
\(\chi_{4033}(2703,\cdot)\)
\(\chi_{4033}(2720,\cdot)\)
\(\chi_{4033}(2862,\cdot)\)
\(\chi_{4033}(2921,\cdot)\)
\(\chi_{4033}(3017,\cdot)\)
\(\chi_{4033}(3197,\cdot)\)
\(\chi_{4033}(3572,\cdot)\)
\(\chi_{4033}(3594,\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 };
\((1963,2295)\) → \((e\left(\frac{17}{36}\right),e\left(\frac{11}{54}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4033 }(758, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{1}{12}\right)\) | \(e\left(\frac{47}{54}\right)\) | \(e\left(\frac{1}{6}\right)\) | \(e\left(\frac{37}{108}\right)\) | \(e\left(\frac{103}{108}\right)\) | \(e\left(\frac{7}{27}\right)\) | \(i\) | \(e\left(\frac{20}{27}\right)\) | \(e\left(\frac{23}{54}\right)\) | \(e\left(\frac{2}{27}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)