sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4699, base_ring=CyclotomicField(126))
M = H._module
chi = DirichletCharacter(H, M([84,34]))
gp:[g,chi] = znchar(Mod(1046, 4699))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4699.1046");
| Modulus: | \(4699\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4699\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(63\) |
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_{4699}(121,\cdot)\)
\(\chi_{4699}(158,\cdot)\)
\(\chi_{4699}(211,\cdot)\)
\(\chi_{4699}(269,\cdot)\)
\(\chi_{4699}(544,\cdot)\)
\(\chi_{4699}(750,\cdot)\)
\(\chi_{4699}(803,\cdot)\)
\(\chi_{4699}(824,\cdot)\)
\(\chi_{4699}(1009,\cdot)\)
\(\chi_{4699}(1025,\cdot)\)
\(\chi_{4699}(1046,\cdot)\)
\(\chi_{4699}(1120,\cdot)\)
\(\chi_{4699}(1305,\cdot)\)
\(\chi_{4699}(1358,\cdot)\)
\(\chi_{4699}(1469,\cdot)\)
\(\chi_{4699}(1876,\cdot)\)
\(\chi_{4699}(1987,\cdot)\)
\(\chi_{4699}(2045,\cdot)\)
\(\chi_{4699}(2156,\cdot)\)
\(\chi_{4699}(2230,\cdot)\)
\(\chi_{4699}(2320,\cdot)\)
\(\chi_{4699}(2431,\cdot)\)
\(\chi_{4699}(2526,\cdot)\)
\(\chi_{4699}(2600,\cdot)\)
\(\chi_{4699}(2748,\cdot)\)
\(\chi_{4699}(2838,\cdot)\)
\(\chi_{4699}(3097,\cdot)\)
\(\chi_{4699}(3118,\cdot)\)
\(\chi_{4699}(3319,\cdot)\)
\(\chi_{4699}(3948,\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 };
\((890,2924)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{17}{63}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4699 }(1046, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2}{21}\right)\) | \(e\left(\frac{38}{63}\right)\) | \(e\left(\frac{4}{21}\right)\) | \(e\left(\frac{17}{21}\right)\) | \(e\left(\frac{44}{63}\right)\) | \(e\left(\frac{23}{63}\right)\) | \(e\left(\frac{2}{7}\right)\) | \(e\left(\frac{13}{63}\right)\) | \(e\left(\frac{19}{21}\right)\) | \(e\left(\frac{22}{63}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)