sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4451, base_ring=CyclotomicField(890))
M = H._module
chi = DirichletCharacter(H, M([321]))
gp:[g,chi] = znchar(Mod(59, 4451))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4451.59");
| Modulus: | \(4451\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4451\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(890\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{4451}(19,\cdot)\)
\(\chi_{4451}(22,\cdot)\)
\(\chi_{4451}(23,\cdot)\)
\(\chi_{4451}(30,\cdot)\)
\(\chi_{4451}(32,\cdot)\)
\(\chi_{4451}(51,\cdot)\)
\(\chi_{4451}(59,\cdot)\)
\(\chi_{4451}(65,\cdot)\)
\(\chi_{4451}(82,\cdot)\)
\(\chi_{4451}(117,\cdot)\)
\(\chi_{4451}(119,\cdot)\)
\(\chi_{4451}(126,\cdot)\)
\(\chi_{4451}(155,\cdot)\)
\(\chi_{4451}(166,\cdot)\)
\(\chi_{4451}(200,\cdot)\)
\(\chi_{4451}(226,\cdot)\)
\(\chi_{4451}(268,\cdot)\)
\(\chi_{4451}(269,\cdot)\)
\(\chi_{4451}(276,\cdot)\)
\(\chi_{4451}(294,\cdot)\)
\(\chi_{4451}(303,\cdot)\)
\(\chi_{4451}(317,\cdot)\)
\(\chi_{4451}(319,\cdot)\)
\(\chi_{4451}(321,\cdot)\)
\(\chi_{4451}(326,\cdot)\)
\(\chi_{4451}(340,\cdot)\)
\(\chi_{4451}(353,\cdot)\)
\(\chi_{4451}(384,\cdot)\)
\(\chi_{4451}(419,\cdot)\)
\(\chi_{4451}(435,\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 };
\(2\) → \(e\left(\frac{321}{890}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4451 }(59, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{321}{890}\right)\) | \(e\left(\frac{139}{445}\right)\) | \(e\left(\frac{321}{445}\right)\) | \(e\left(\frac{358}{445}\right)\) | \(e\left(\frac{599}{890}\right)\) | \(e\left(\frac{169}{445}\right)\) | \(e\left(\frac{73}{890}\right)\) | \(e\left(\frac{278}{445}\right)\) | \(e\left(\frac{147}{890}\right)\) | \(e\left(\frac{297}{445}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)