sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1899, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([175,187]))
gp:[g,chi] = znchar(Mod(1094, 1899))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1899.1094");
| 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}(29,\cdot)\)
\(\chi_{1899}(92,\cdot)\)
\(\chi_{1899}(131,\cdot)\)
\(\chi_{1899}(158,\cdot)\)
\(\chi_{1899}(191,\cdot)\)
\(\chi_{1899}(302,\cdot)\)
\(\chi_{1899}(317,\cdot)\)
\(\chi_{1899}(338,\cdot)\)
\(\chi_{1899}(344,\cdot)\)
\(\chi_{1899}(371,\cdot)\)
\(\chi_{1899}(416,\cdot)\)
\(\chi_{1899}(470,\cdot)\)
\(\chi_{1899}(479,\cdot)\)
\(\chi_{1899}(617,\cdot)\)
\(\chi_{1899}(635,\cdot)\)
\(\chi_{1899}(788,\cdot)\)
\(\chi_{1899}(797,\cdot)\)
\(\chi_{1899}(851,\cdot)\)
\(\chi_{1899}(956,\cdot)\)
\(\chi_{1899}(986,\cdot)\)
\(\chi_{1899}(1010,\cdot)\)
\(\chi_{1899}(1031,\cdot)\)
\(\chi_{1899}(1046,\cdot)\)
\(\chi_{1899}(1058,\cdot)\)
\(\chi_{1899}(1094,\cdot)\)
\(\chi_{1899}(1127,\cdot)\)
\(\chi_{1899}(1130,\cdot)\)
\(\chi_{1899}(1163,\cdot)\)
\(\chi_{1899}(1217,\cdot)\)
\(\chi_{1899}(1220,\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{187}{210}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 1899 }(1094, a) \) |
\(1\) | \(1\) | \(e\left(\frac{76}{105}\right)\) | \(e\left(\frac{47}{105}\right)\) | \(e\left(\frac{149}{210}\right)\) | \(e\left(\frac{23}{210}\right)\) | \(e\left(\frac{6}{35}\right)\) | \(e\left(\frac{13}{30}\right)\) | \(e\left(\frac{19}{210}\right)\) | \(e\left(\frac{94}{105}\right)\) | \(e\left(\frac{5}{6}\right)\) | \(e\left(\frac{94}{105}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)