sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1373, base_ring=CyclotomicField(686))
M = H._module
chi = DirichletCharacter(H, M([586]))
gp:[g,chi] = znchar(Mod(1013, 1373))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1373.1013");
| Modulus: | \(1373\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1373\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(343\) |
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_{1373}(6,\cdot)\)
\(\chi_{1373}(7,\cdot)\)
\(\chi_{1373}(15,\cdot)\)
\(\chi_{1373}(16,\cdot)\)
\(\chi_{1373}(31,\cdot)\)
\(\chi_{1373}(36,\cdot)\)
\(\chi_{1373}(39,\cdot)\)
\(\chi_{1373}(40,\cdot)\)
\(\chi_{1373}(41,\cdot)\)
\(\chi_{1373}(42,\cdot)\)
\(\chi_{1373}(49,\cdot)\)
\(\chi_{1373}(59,\cdot)\)
\(\chi_{1373}(67,\cdot)\)
\(\chi_{1373}(68,\cdot)\)
\(\chi_{1373}(76,\cdot)\)
\(\chi_{1373}(81,\cdot)\)
\(\chi_{1373}(90,\cdot)\)
\(\chi_{1373}(96,\cdot)\)
\(\chi_{1373}(99,\cdot)\)
\(\chi_{1373}(100,\cdot)\)
\(\chi_{1373}(103,\cdot)\)
\(\chi_{1373}(104,\cdot)\)
\(\chi_{1373}(105,\cdot)\)
\(\chi_{1373}(106,\cdot)\)
\(\chi_{1373}(112,\cdot)\)
\(\chi_{1373}(121,\cdot)\)
\(\chi_{1373}(122,\cdot)\)
\(\chi_{1373}(127,\cdot)\)
\(\chi_{1373}(139,\cdot)\)
\(\chi_{1373}(141,\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 };
\(2\) → \(e\left(\frac{293}{343}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1373 }(1013, a) \) |
\(1\) | \(1\) | \(e\left(\frac{293}{343}\right)\) | \(e\left(\frac{270}{343}\right)\) | \(e\left(\frac{243}{343}\right)\) | \(e\left(\frac{6}{343}\right)\) | \(e\left(\frac{220}{343}\right)\) | \(e\left(\frac{262}{343}\right)\) | \(e\left(\frac{193}{343}\right)\) | \(e\left(\frac{197}{343}\right)\) | \(e\left(\frac{299}{343}\right)\) | \(e\left(\frac{275}{343}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)