sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2521, base_ring=CyclotomicField(280))
M = H._module
chi = DirichletCharacter(H, M([249]))
gp:[g,chi] = znchar(Mod(660, 2521))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2521.660");
| Modulus: | \(2521\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2521\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(280\) |
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_{2521}(29,\cdot)\)
\(\chi_{2521}(37,\cdot)\)
\(\chi_{2521}(47,\cdot)\)
\(\chi_{2521}(67,\cdot)\)
\(\chi_{2521}(89,\cdot)\)
\(\chi_{2521}(106,\cdot)\)
\(\chi_{2521}(221,\cdot)\)
\(\chi_{2521}(233,\cdot)\)
\(\chi_{2521}(278,\cdot)\)
\(\chi_{2521}(285,\cdot)\)
\(\chi_{2521}(298,\cdot)\)
\(\chi_{2521}(299,\cdot)\)
\(\chi_{2521}(301,\cdot)\)
\(\chi_{2521}(308,\cdot)\)
\(\chi_{2521}(331,\cdot)\)
\(\chi_{2521}(430,\cdot)\)
\(\chi_{2521}(440,\cdot)\)
\(\chi_{2521}(462,\cdot)\)
\(\chi_{2521}(547,\cdot)\)
\(\chi_{2521}(565,\cdot)\)
\(\chi_{2521}(590,\cdot)\)
\(\chi_{2521}(655,\cdot)\)
\(\chi_{2521}(660,\cdot)\)
\(\chi_{2521}(685,\cdot)\)
\(\chi_{2521}(693,\cdot)\)
\(\chi_{2521}(736,\cdot)\)
\(\chi_{2521}(764,\cdot)\)
\(\chi_{2521}(802,\cdot)\)
\(\chi_{2521}(812,\cdot)\)
\(\chi_{2521}(816,\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 };
\(17\) → \(e\left(\frac{249}{280}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 2521 }(660, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{1}{140}\right)\) | \(e\left(\frac{13}{14}\right)\) | \(e\left(\frac{1}{70}\right)\) | \(e\left(\frac{17}{28}\right)\) | \(e\left(\frac{131}{140}\right)\) | \(e\left(\frac{1}{70}\right)\) | \(e\left(\frac{3}{140}\right)\) | \(e\left(\frac{6}{7}\right)\) | \(e\left(\frac{43}{70}\right)\) | \(e\left(\frac{19}{56}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)