sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1111, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([70,33]))
gp:[g,chi] = znchar(Mod(843, 1111))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1111.843");
| Modulus: | \(1111\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1111\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(100\) |
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_{1111}(28,\cdot)\)
\(\chi_{1111}(63,\cdot)\)
\(\chi_{1111}(72,\cdot)\)
\(\chi_{1111}(74,\cdot)\)
\(\chi_{1111}(162,\cdot)\)
\(\chi_{1111}(194,\cdot)\)
\(\chi_{1111}(204,\cdot)\)
\(\chi_{1111}(228,\cdot)\)
\(\chi_{1111}(244,\cdot)\)
\(\chi_{1111}(310,\cdot)\)
\(\chi_{1111}(321,\cdot)\)
\(\chi_{1111}(349,\cdot)\)
\(\chi_{1111}(354,\cdot)\)
\(\chi_{1111}(402,\cdot)\)
\(\chi_{1111}(459,\cdot)\)
\(\chi_{1111}(508,\cdot)\)
\(\chi_{1111}(513,\cdot)\)
\(\chi_{1111}(534,\cdot)\)
\(\chi_{1111}(578,\cdot)\)
\(\chi_{1111}(580,\cdot)\)
\(\chi_{1111}(646,\cdot)\)
\(\chi_{1111}(722,\cdot)\)
\(\chi_{1111}(734,\cdot)\)
\(\chi_{1111}(745,\cdot)\)
\(\chi_{1111}(755,\cdot)\)
\(\chi_{1111}(805,\cdot)\)
\(\chi_{1111}(820,\cdot)\)
\(\chi_{1111}(842,\cdot)\)
\(\chi_{1111}(843,\cdot)\)
\(\chi_{1111}(875,\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 };
\((607,507)\) → \((e\left(\frac{7}{10}\right),e\left(\frac{33}{100}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(12\) |
| \( \chi_{ 1111 }(843, a) \) |
\(1\) | \(1\) | \(e\left(\frac{3}{100}\right)\) | \(e\left(\frac{37}{100}\right)\) | \(e\left(\frac{3}{50}\right)\) | \(e\left(\frac{18}{25}\right)\) | \(e\left(\frac{2}{5}\right)\) | \(e\left(\frac{87}{100}\right)\) | \(e\left(\frac{9}{100}\right)\) | \(e\left(\frac{37}{50}\right)\) | \(-i\) | \(e\left(\frac{43}{100}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)