sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2607, base_ring=CyclotomicField(390))
M = H._module
chi = DirichletCharacter(H, M([195,117,280]))
gp:[g,chi] = znchar(Mod(1295, 2607))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2607.1295");
| Modulus: | \(2607\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2607\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(390\) |
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_{2607}(2,\cdot)\)
\(\chi_{2607}(50,\cdot)\)
\(\chi_{2607}(83,\cdot)\)
\(\chi_{2607}(95,\cdot)\)
\(\chi_{2607}(128,\cdot)\)
\(\chi_{2607}(167,\cdot)\)
\(\chi_{2607}(194,\cdot)\)
\(\chi_{2607}(200,\cdot)\)
\(\chi_{2607}(239,\cdot)\)
\(\chi_{2607}(248,\cdot)\)
\(\chi_{2607}(281,\cdot)\)
\(\chi_{2607}(332,\cdot)\)
\(\chi_{2607}(347,\cdot)\)
\(\chi_{2607}(365,\cdot)\)
\(\chi_{2607}(392,\cdot)\)
\(\chi_{2607}(404,\cdot)\)
\(\chi_{2607}(431,\cdot)\)
\(\chi_{2607}(437,\cdot)\)
\(\chi_{2607}(446,\cdot)\)
\(\chi_{2607}(479,\cdot)\)
\(\chi_{2607}(524,\cdot)\)
\(\chi_{2607}(557,\cdot)\)
\(\chi_{2607}(569,\cdot)\)
\(\chi_{2607}(578,\cdot)\)
\(\chi_{2607}(602,\cdot)\)
\(\chi_{2607}(629,\cdot)\)
\(\chi_{2607}(668,\cdot)\)
\(\chi_{2607}(677,\cdot)\)
\(\chi_{2607}(722,\cdot)\)
\(\chi_{2607}(743,\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 };
\((1739,475,793)\) → \((-1,e\left(\frac{3}{10}\right),e\left(\frac{28}{39}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(13\) | \(14\) | \(16\) | \(17\) |
| \( \chi_{ 2607 }(1295, a) \) |
\(1\) | \(1\) | \(e\left(\frac{131}{195}\right)\) | \(e\left(\frac{67}{195}\right)\) | \(e\left(\frac{83}{390}\right)\) | \(e\left(\frac{59}{390}\right)\) | \(e\left(\frac{1}{65}\right)\) | \(e\left(\frac{23}{26}\right)\) | \(e\left(\frac{277}{390}\right)\) | \(e\left(\frac{107}{130}\right)\) | \(e\left(\frac{134}{195}\right)\) | \(e\left(\frac{18}{65}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)