sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2219, base_ring=CyclotomicField(158))
M = H._module
chi = DirichletCharacter(H, M([79,130]))
gp:[g,chi] = znchar(Mod(755, 2219))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2219.755");
| Modulus: | \(2219\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2219\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(158\) |
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_{2219}(34,\cdot)\)
\(\chi_{2219}(104,\cdot)\)
\(\chi_{2219}(160,\cdot)\)
\(\chi_{2219}(181,\cdot)\)
\(\chi_{2219}(223,\cdot)\)
\(\chi_{2219}(230,\cdot)\)
\(\chi_{2219}(244,\cdot)\)
\(\chi_{2219}(251,\cdot)\)
\(\chi_{2219}(328,\cdot)\)
\(\chi_{2219}(384,\cdot)\)
\(\chi_{2219}(398,\cdot)\)
\(\chi_{2219}(482,\cdot)\)
\(\chi_{2219}(496,\cdot)\)
\(\chi_{2219}(510,\cdot)\)
\(\chi_{2219}(538,\cdot)\)
\(\chi_{2219}(552,\cdot)\)
\(\chi_{2219}(573,\cdot)\)
\(\chi_{2219}(594,\cdot)\)
\(\chi_{2219}(608,\cdot)\)
\(\chi_{2219}(650,\cdot)\)
\(\chi_{2219}(657,\cdot)\)
\(\chi_{2219}(685,\cdot)\)
\(\chi_{2219}(699,\cdot)\)
\(\chi_{2219}(713,\cdot)\)
\(\chi_{2219}(734,\cdot)\)
\(\chi_{2219}(755,\cdot)\)
\(\chi_{2219}(783,\cdot)\)
\(\chi_{2219}(790,\cdot)\)
\(\chi_{2219}(839,\cdot)\)
\(\chi_{2219}(846,\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 };
\((318,953)\) → \((-1,e\left(\frac{65}{79}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 2219 }(755, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{65}{79}\right)\) | \(e\left(\frac{59}{158}\right)\) | \(e\left(\frac{51}{79}\right)\) | \(e\left(\frac{69}{158}\right)\) | \(e\left(\frac{31}{158}\right)\) | \(e\left(\frac{37}{79}\right)\) | \(e\left(\frac{59}{79}\right)\) | \(e\left(\frac{41}{158}\right)\) | \(e\left(\frac{76}{79}\right)\) | \(e\left(\frac{3}{158}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)