sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(195083, base_ring=CyclotomicField(1860))
M = H._module
chi = DirichletCharacter(H, M([930,465,1328]))
gp:[g,chi] = znchar(Mod(1259, 195083))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("195083.1259");
| Modulus: | \(195083\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(195083\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1860\) |
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_{195083}(41,\cdot)\)
\(\chi_{195083}(307,\cdot)\)
\(\chi_{195083}(510,\cdot)\)
\(\chi_{195083}(1259,\cdot)\)
\(\chi_{195083}(1322,\cdot)\)
\(\chi_{195083}(1931,\cdot)\)
\(\chi_{195083}(2477,\cdot)\)
\(\chi_{195083}(2680,\cdot)\)
\(\chi_{195083}(3149,\cdot)\)
\(\chi_{195083}(3492,\cdot)\)
\(\chi_{195083}(3758,\cdot)\)
\(\chi_{195083}(4101,\cdot)\)
\(\chi_{195083}(4164,\cdot)\)
\(\chi_{195083}(5319,\cdot)\)
\(\chi_{195083}(5382,\cdot)\)
\(\chi_{195083}(5928,\cdot)\)
\(\chi_{195083}(6334,\cdot)\)
\(\chi_{195083}(6600,\cdot)\)
\(\chi_{195083}(6803,\cdot)\)
\(\chi_{195083}(7552,\cdot)\)
\(\chi_{195083}(7615,\cdot)\)
\(\chi_{195083}(8224,\cdot)\)
\(\chi_{195083}(8770,\cdot)\)
\(\chi_{195083}(8973,\cdot)\)
\(\chi_{195083}(9442,\cdot)\)
\(\chi_{195083}(9785,\cdot)\)
\(\chi_{195083}(10051,\cdot)\)
\(\chi_{195083}(10394,\cdot)\)
\(\chi_{195083}(10457,\cdot)\)
\(\chi_{195083}(11612,\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 };
\((27870,188357,180671)\) → \((-1,i,e\left(\frac{332}{465}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 195083 }(1259, a) \) |
\(1\) | \(1\) | \(e\left(\frac{479}{620}\right)\) | \(e\left(\frac{863}{1860}\right)\) | \(e\left(\frac{169}{310}\right)\) | \(e\left(\frac{14}{93}\right)\) | \(e\left(\frac{22}{93}\right)\) | \(e\left(\frac{197}{620}\right)\) | \(e\left(\frac{863}{930}\right)\) | \(e\left(\frac{1717}{1860}\right)\) | \(e\left(\frac{1609}{1860}\right)\) | \(e\left(\frac{17}{1860}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)