sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4361, base_ring=CyclotomicField(616))
M = H._module
chi = DirichletCharacter(H, M([132,441]))
gp:[g,chi] = znchar(Mod(1014, 4361))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4361.1014");
| Modulus: | \(4361\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4361\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(616\) |
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_{4361}(6,\cdot)\)
\(\chi_{4361}(13,\cdot)\)
\(\chi_{4361}(27,\cdot)\)
\(\chi_{4361}(41,\cdot)\)
\(\chi_{4361}(62,\cdot)\)
\(\chi_{4361}(76,\cdot)\)
\(\chi_{4361}(83,\cdot)\)
\(\chi_{4361}(104,\cdot)\)
\(\chi_{4361}(118,\cdot)\)
\(\chi_{4361}(132,\cdot)\)
\(\chi_{4361}(181,\cdot)\)
\(\chi_{4361}(202,\cdot)\)
\(\chi_{4361}(209,\cdot)\)
\(\chi_{4361}(216,\cdot)\)
\(\chi_{4361}(237,\cdot)\)
\(\chi_{4361}(286,\cdot)\)
\(\chi_{4361}(300,\cdot)\)
\(\chi_{4361}(321,\cdot)\)
\(\chi_{4361}(328,\cdot)\)
\(\chi_{4361}(349,\cdot)\)
\(\chi_{4361}(363,\cdot)\)
\(\chi_{4361}(370,\cdot)\)
\(\chi_{4361}(384,\cdot)\)
\(\chi_{4361}(412,\cdot)\)
\(\chi_{4361}(419,\cdot)\)
\(\chi_{4361}(426,\cdot)\)
\(\chi_{4361}(468,\cdot)\)
\(\chi_{4361}(475,\cdot)\)
\(\chi_{4361}(496,\cdot)\)
\(\chi_{4361}(503,\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 };
\((2404,1961)\) → \((e\left(\frac{3}{14}\right),e\left(\frac{63}{88}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 4361 }(1014, a) \) |
\(1\) | \(1\) | \(e\left(\frac{2}{77}\right)\) | \(e\left(\frac{573}{616}\right)\) | \(e\left(\frac{4}{77}\right)\) | \(e\left(\frac{101}{308}\right)\) | \(e\left(\frac{589}{616}\right)\) | \(e\left(\frac{6}{77}\right)\) | \(e\left(\frac{265}{308}\right)\) | \(e\left(\frac{109}{308}\right)\) | \(e\left(\frac{109}{154}\right)\) | \(e\left(\frac{55}{56}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)