sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(53371, base_ring=CyclotomicField(12402))
M = H._module
chi = DirichletCharacter(H, M([9646,2061]))
gp:[g,chi] = znchar(Mod(25, 53371))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("53371.25");
| Modulus: | \(53371\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(53371\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(12402\) |
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_{53371}(4,\cdot)\)
\(\chi_{53371}(6,\cdot)\)
\(\chi_{53371}(9,\cdot)\)
\(\chi_{53371}(17,\cdot)\)
\(\chi_{53371}(25,\cdot)\)
\(\chi_{53371}(43,\cdot)\)
\(\chi_{53371}(62,\cdot)\)
\(\chi_{53371}(82,\cdot)\)
\(\chi_{53371}(93,\cdot)\)
\(\chi_{53371}(112,\cdot)\)
\(\chi_{53371}(123,\cdot)\)
\(\chi_{53371}(131,\cdot)\)
\(\chi_{53371}(149,\cdot)\)
\(\chi_{53371}(168,\cdot)\)
\(\chi_{53371}(176,\cdot)\)
\(\chi_{53371}(188,\cdot)\)
\(\chi_{53371}(196,\cdot)\)
\(\chi_{53371}(199,\cdot)\)
\(\chi_{53371}(218,\cdot)\)
\(\chi_{53371}(237,\cdot)\)
\(\chi_{53371}(252,\cdot)\)
\(\chi_{53371}(271,\cdot)\)
\(\chi_{53371}(272,\cdot)\)
\(\chi_{53371}(282,\cdot)\)
\(\chi_{53371}(290,\cdot)\)
\(\chi_{53371}(294,\cdot)\)
\(\chi_{53371}(302,\cdot)\)
\(\chi_{53371}(308,\cdot)\)
\(\chi_{53371}(327,\cdot)\)
\(\chi_{53371}(329,\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 };
\((16855,36519)\) → \((e\left(\frac{7}{9}\right),e\left(\frac{229}{1378}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 53371 }(25, a) \) |
\(1\) | \(1\) | \(e\left(\frac{11707}{12402}\right)\) | \(e\left(\frac{8803}{12402}\right)\) | \(e\left(\frac{5506}{6201}\right)\) | \(e\left(\frac{6205}{12402}\right)\) | \(e\left(\frac{4054}{6201}\right)\) | \(e\left(\frac{181}{2067}\right)\) | \(e\left(\frac{3439}{4134}\right)\) | \(e\left(\frac{2602}{6201}\right)\) | \(e\left(\frac{2755}{6201}\right)\) | \(e\left(\frac{878}{2067}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)