sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5899, base_ring=CyclotomicField(2768))
M = H._module
chi = DirichletCharacter(H, M([1903,888]))
gp:[g,chi] = znchar(Mod(1095, 5899))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5899.1095");
| Modulus: | \(5899\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5899\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2768\) |
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_{5899}(5,\cdot)\)
\(\chi_{5899}(6,\cdot)\)
\(\chi_{5899}(7,\cdot)\)
\(\chi_{5899}(20,\cdot)\)
\(\chi_{5899}(22,\cdot)\)
\(\chi_{5899}(23,\cdot)\)
\(\chi_{5899}(24,\cdot)\)
\(\chi_{5899}(28,\cdot)\)
\(\chi_{5899}(37,\cdot)\)
\(\chi_{5899}(41,\cdot)\)
\(\chi_{5899}(45,\cdot)\)
\(\chi_{5899}(54,\cdot)\)
\(\chi_{5899}(57,\cdot)\)
\(\chi_{5899}(58,\cdot)\)
\(\chi_{5899}(62,\cdot)\)
\(\chi_{5899}(63,\cdot)\)
\(\chi_{5899}(65,\cdot)\)
\(\chi_{5899}(78,\cdot)\)
\(\chi_{5899}(79,\cdot)\)
\(\chi_{5899}(80,\cdot)\)
\(\chi_{5899}(88,\cdot)\)
\(\chi_{5899}(91,\cdot)\)
\(\chi_{5899}(92,\cdot)\)
\(\chi_{5899}(96,\cdot)\)
\(\chi_{5899}(97,\cdot)\)
\(\chi_{5899}(112,\cdot)\)
\(\chi_{5899}(122,\cdot)\)
\(\chi_{5899}(125,\cdot)\)
\(\chi_{5899}(139,\cdot)\)
\(\chi_{5899}(141,\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 };
\((3471,4166)\) → \((e\left(\frac{11}{16}\right),e\left(\frac{111}{346}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5899 }(1095, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1309}{1384}\right)\) | \(e\left(\frac{1247}{2768}\right)\) | \(e\left(\frac{617}{692}\right)\) | \(e\left(\frac{835}{2768}\right)\) | \(e\left(\frac{1097}{2768}\right)\) | \(e\left(\frac{765}{2768}\right)\) | \(e\left(\frac{1159}{1384}\right)\) | \(e\left(\frac{1247}{1384}\right)\) | \(e\left(\frac{685}{2768}\right)\) | \(e\left(\frac{201}{2768}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)