sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4307, base_ring=CyclotomicField(116))
M = H._module
chi = DirichletCharacter(H, M([64,29]))
gp:[g,chi] = znchar(Mod(1998, 4307))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4307.1998");
| Modulus: | \(4307\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4307\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(116\) |
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_{4307}(27,\cdot)\)
\(\chi_{4307}(46,\cdot)\)
\(\chi_{4307}(100,\cdot)\)
\(\chi_{4307}(192,\cdot)\)
\(\chi_{4307}(265,\cdot)\)
\(\chi_{4307}(411,\cdot)\)
\(\chi_{4307}(484,\cdot)\)
\(\chi_{4307}(538,\cdot)\)
\(\chi_{4307}(557,\cdot)\)
\(\chi_{4307}(611,\cdot)\)
\(\chi_{4307}(684,\cdot)\)
\(\chi_{4307}(757,\cdot)\)
\(\chi_{4307}(776,\cdot)\)
\(\chi_{4307}(830,\cdot)\)
\(\chi_{4307}(995,\cdot)\)
\(\chi_{4307}(1049,\cdot)\)
\(\chi_{4307}(1141,\cdot)\)
\(\chi_{4307}(1195,\cdot)\)
\(\chi_{4307}(1268,\cdot)\)
\(\chi_{4307}(1287,\cdot)\)
\(\chi_{4307}(1360,\cdot)\)
\(\chi_{4307}(1414,\cdot)\)
\(\chi_{4307}(1433,\cdot)\)
\(\chi_{4307}(1487,\cdot)\)
\(\chi_{4307}(1560,\cdot)\)
\(\chi_{4307}(1579,\cdot)\)
\(\chi_{4307}(1779,\cdot)\)
\(\chi_{4307}(1798,\cdot)\)
\(\chi_{4307}(1998,\cdot)\)
\(\chi_{4307}(2090,\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 };
\((2775,1830)\) → \((e\left(\frac{16}{29}\right),i)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4307 }(1998, a) \) |
\(1\) | \(1\) | \(e\left(\frac{16}{29}\right)\) | \(e\left(\frac{5}{58}\right)\) | \(e\left(\frac{3}{29}\right)\) | \(e\left(\frac{65}{116}\right)\) | \(e\left(\frac{37}{58}\right)\) | \(e\left(\frac{21}{116}\right)\) | \(e\left(\frac{19}{29}\right)\) | \(e\left(\frac{5}{29}\right)\) | \(e\left(\frac{13}{116}\right)\) | \(e\left(\frac{63}{116}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)