sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1899, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([175,137]))
gp:[g,chi] = znchar(Mod(1004, 1899))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1899.1004");
| Modulus: | \(1899\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1899\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(210\) |
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_{1899}(2,\cdot)\)
\(\chi_{1899}(41,\cdot)\)
\(\chi_{1899}(149,\cdot)\)
\(\chi_{1899}(155,\cdot)\)
\(\chi_{1899}(164,\cdot)\)
\(\chi_{1899}(167,\cdot)\)
\(\chi_{1899}(218,\cdot)\)
\(\chi_{1899}(329,\cdot)\)
\(\chi_{1899}(353,\cdot)\)
\(\chi_{1899}(356,\cdot)\)
\(\chi_{1899}(392,\cdot)\)
\(\chi_{1899}(398,\cdot)\)
\(\chi_{1899}(425,\cdot)\)
\(\chi_{1899}(461,\cdot)\)
\(\chi_{1899}(497,\cdot)\)
\(\chi_{1899}(563,\cdot)\)
\(\chi_{1899}(581,\cdot)\)
\(\chi_{1899}(587,\cdot)\)
\(\chi_{1899}(596,\cdot)\)
\(\chi_{1899}(650,\cdot)\)
\(\chi_{1899}(662,\cdot)\)
\(\chi_{1899}(668,\cdot)\)
\(\chi_{1899}(725,\cdot)\)
\(\chi_{1899}(749,\cdot)\)
\(\chi_{1899}(785,\cdot)\)
\(\chi_{1899}(824,\cdot)\)
\(\chi_{1899}(866,\cdot)\)
\(\chi_{1899}(929,\cdot)\)
\(\chi_{1899}(950,\cdot)\)
\(\chi_{1899}(974,\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 };
\((1478,424)\) → \((e\left(\frac{5}{6}\right),e\left(\frac{137}{210}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 1899 }(1004, a) \) |
\(1\) | \(1\) | \(e\left(\frac{17}{35}\right)\) | \(e\left(\frac{34}{35}\right)\) | \(e\left(\frac{59}{210}\right)\) | \(e\left(\frac{1}{70}\right)\) | \(e\left(\frac{16}{35}\right)\) | \(e\left(\frac{23}{30}\right)\) | \(e\left(\frac{109}{210}\right)\) | \(e\left(\frac{64}{105}\right)\) | \(-1\) | \(e\left(\frac{33}{35}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)