sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1673, base_ring=CyclotomicField(714))
M = H._module
chi = DirichletCharacter(H, M([476,12]))
gp:[g,chi] = znchar(Mod(11, 1673))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1673.11");
| Modulus: | \(1673\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1673\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(357\) |
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_{1673}(2,\cdot)\)
\(\chi_{1673}(4,\cdot)\)
\(\chi_{1673}(9,\cdot)\)
\(\chi_{1673}(11,\cdot)\)
\(\chi_{1673}(16,\cdot)\)
\(\chi_{1673}(18,\cdot)\)
\(\chi_{1673}(25,\cdot)\)
\(\chi_{1673}(30,\cdot)\)
\(\chi_{1673}(32,\cdot)\)
\(\chi_{1673}(58,\cdot)\)
\(\chi_{1673}(60,\cdot)\)
\(\chi_{1673}(72,\cdot)\)
\(\chi_{1673}(81,\cdot)\)
\(\chi_{1673}(88,\cdot)\)
\(\chi_{1673}(93,\cdot)\)
\(\chi_{1673}(102,\cdot)\)
\(\chi_{1673}(109,\cdot)\)
\(\chi_{1673}(116,\cdot)\)
\(\chi_{1673}(121,\cdot)\)
\(\chi_{1673}(135,\cdot)\)
\(\chi_{1673}(142,\cdot)\)
\(\chi_{1673}(144,\cdot)\)
\(\chi_{1673}(165,\cdot)\)
\(\chi_{1673}(170,\cdot)\)
\(\chi_{1673}(186,\cdot)\)
\(\chi_{1673}(193,\cdot)\)
\(\chi_{1673}(198,\cdot)\)
\(\chi_{1673}(200,\cdot)\)
\(\chi_{1673}(226,\cdot)\)
\(\chi_{1673}(242,\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 };
\((479,246)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{2}{119}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 1673 }(11, a) \) |
\(1\) | \(1\) | \(e\left(\frac{158}{357}\right)\) | \(e\left(\frac{325}{357}\right)\) | \(e\left(\frac{316}{357}\right)\) | \(e\left(\frac{233}{357}\right)\) | \(e\left(\frac{6}{17}\right)\) | \(e\left(\frac{39}{119}\right)\) | \(e\left(\frac{293}{357}\right)\) | \(e\left(\frac{2}{21}\right)\) | \(e\left(\frac{262}{357}\right)\) | \(e\left(\frac{284}{357}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)