sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1343, base_ring=CyclotomicField(624))
M = H._module
chi = DirichletCharacter(H, M([195,488]))
gp:[g,chi] = znchar(Mod(107, 1343))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1343.107");
| Modulus: | \(1343\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1343\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(624\) |
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_{1343}(3,\cdot)\)
\(\chi_{1343}(6,\cdot)\)
\(\chi_{1343}(7,\cdot)\)
\(\chi_{1343}(28,\cdot)\)
\(\chi_{1343}(29,\cdot)\)
\(\chi_{1343}(37,\cdot)\)
\(\chi_{1343}(39,\cdot)\)
\(\chi_{1343}(48,\cdot)\)
\(\chi_{1343}(54,\cdot)\)
\(\chi_{1343}(63,\cdot)\)
\(\chi_{1343}(74,\cdot)\)
\(\chi_{1343}(75,\cdot)\)
\(\chi_{1343}(82,\cdot)\)
\(\chi_{1343}(107,\cdot)\)
\(\chi_{1343}(108,\cdot)\)
\(\chi_{1343}(109,\cdot)\)
\(\chi_{1343}(113,\cdot)\)
\(\chi_{1343}(114,\cdot)\)
\(\chi_{1343}(116,\cdot)\)
\(\chi_{1343}(122,\cdot)\)
\(\chi_{1343}(126,\cdot)\)
\(\chi_{1343}(133,\cdot)\)
\(\chi_{1343}(139,\cdot)\)
\(\chi_{1343}(142,\cdot)\)
\(\chi_{1343}(147,\cdot)\)
\(\chi_{1343}(156,\cdot)\)
\(\chi_{1343}(164,\cdot)\)
\(\chi_{1343}(165,\cdot)\)
\(\chi_{1343}(192,\cdot)\)
\(\chi_{1343}(193,\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 };
\((870,477)\) → \((e\left(\frac{5}{16}\right),e\left(\frac{61}{78}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1343 }(107, a) \) |
\(1\) | \(1\) | \(e\left(\frac{157}{312}\right)\) | \(e\left(\frac{59}{624}\right)\) | \(e\left(\frac{1}{156}\right)\) | \(e\left(\frac{31}{624}\right)\) | \(e\left(\frac{373}{624}\right)\) | \(e\left(\frac{553}{624}\right)\) | \(e\left(\frac{53}{104}\right)\) | \(e\left(\frac{59}{312}\right)\) | \(e\left(\frac{115}{208}\right)\) | \(e\left(\frac{229}{624}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)