sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1207, base_ring=CyclotomicField(140))
M = H._module
chi = DirichletCharacter(H, M([35,102]))
gp:[g,chi] = znchar(Mod(336, 1207))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1207.336");
| Modulus: | \(1207\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1207\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(140\) |
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_{1207}(13,\cdot)\)
\(\chi_{1207}(21,\cdot)\)
\(\chi_{1207}(47,\cdot)\)
\(\chi_{1207}(55,\cdot)\)
\(\chi_{1207}(106,\cdot)\)
\(\chi_{1207}(115,\cdot)\)
\(\chi_{1207}(123,\cdot)\)
\(\chi_{1207}(132,\cdot)\)
\(\chi_{1207}(140,\cdot)\)
\(\chi_{1207}(149,\cdot)\)
\(\chi_{1207}(234,\cdot)\)
\(\chi_{1207}(268,\cdot)\)
\(\chi_{1207}(276,\cdot)\)
\(\chi_{1207}(319,\cdot)\)
\(\chi_{1207}(336,\cdot)\)
\(\chi_{1207}(353,\cdot)\)
\(\chi_{1207}(489,\cdot)\)
\(\chi_{1207}(565,\cdot)\)
\(\chi_{1207}(599,\cdot)\)
\(\chi_{1207}(633,\cdot)\)
\(\chi_{1207}(650,\cdot)\)
\(\chi_{1207}(667,\cdot)\)
\(\chi_{1207}(701,\cdot)\)
\(\chi_{1207}(752,\cdot)\)
\(\chi_{1207}(769,\cdot)\)
\(\chi_{1207}(778,\cdot)\)
\(\chi_{1207}(803,\cdot)\)
\(\chi_{1207}(812,\cdot)\)
\(\chi_{1207}(837,\cdot)\)
\(\chi_{1207}(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 };
\((853,1072)\) → \((i,e\left(\frac{51}{70}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1207 }(336, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{61}{70}\right)\) | \(e\left(\frac{27}{140}\right)\) | \(e\left(\frac{26}{35}\right)\) | \(e\left(\frac{13}{20}\right)\) | \(e\left(\frac{9}{140}\right)\) | \(e\left(\frac{67}{140}\right)\) | \(e\left(\frac{43}{70}\right)\) | \(e\left(\frac{27}{70}\right)\) | \(e\left(\frac{73}{140}\right)\) | \(e\left(\frac{47}{140}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)