sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1699, base_ring=CyclotomicField(566))
M = H._module
chi = DirichletCharacter(H, M([150]))
gp:[g,chi] = znchar(Mod(1086, 1699))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1699.1086");
| Modulus: | \(1699\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1699\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(283\) |
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_{1699}(4,\cdot)\)
\(\chi_{1699}(5,\cdot)\)
\(\chi_{1699}(16,\cdot)\)
\(\chi_{1699}(17,\cdot)\)
\(\chi_{1699}(20,\cdot)\)
\(\chi_{1699}(23,\cdot)\)
\(\chi_{1699}(25,\cdot)\)
\(\chi_{1699}(54,\cdot)\)
\(\chi_{1699}(58,\cdot)\)
\(\chi_{1699}(62,\cdot)\)
\(\chi_{1699}(63,\cdot)\)
\(\chi_{1699}(64,\cdot)\)
\(\chi_{1699}(68,\cdot)\)
\(\chi_{1699}(80,\cdot)\)
\(\chi_{1699}(85,\cdot)\)
\(\chi_{1699}(92,\cdot)\)
\(\chi_{1699}(97,\cdot)\)
\(\chi_{1699}(100,\cdot)\)
\(\chi_{1699}(114,\cdot)\)
\(\chi_{1699}(115,\cdot)\)
\(\chi_{1699}(117,\cdot)\)
\(\chi_{1699}(125,\cdot)\)
\(\chi_{1699}(127,\cdot)\)
\(\chi_{1699}(133,\cdot)\)
\(\chi_{1699}(141,\cdot)\)
\(\chi_{1699}(146,\cdot)\)
\(\chi_{1699}(173,\cdot)\)
\(\chi_{1699}(198,\cdot)\)
\(\chi_{1699}(216,\cdot)\)
\(\chi_{1699}(231,\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 };
\(3\) → \(e\left(\frac{75}{283}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1699 }(1086, a) \) |
\(1\) | \(1\) | \(e\left(\frac{274}{283}\right)\) | \(e\left(\frac{75}{283}\right)\) | \(e\left(\frac{265}{283}\right)\) | \(e\left(\frac{267}{283}\right)\) | \(e\left(\frac{66}{283}\right)\) | \(e\left(\frac{182}{283}\right)\) | \(e\left(\frac{256}{283}\right)\) | \(e\left(\frac{150}{283}\right)\) | \(e\left(\frac{258}{283}\right)\) | \(e\left(\frac{47}{283}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)