sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1832, base_ring=CyclotomicField(114))
M = H._module
chi = DirichletCharacter(H, M([57,57,109]))
gp:[g,chi] = znchar(Mod(987, 1832))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1832.987");
| Modulus: | \(1832\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1832\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(114\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1832}(99,\cdot)\)
\(\chi_{1832}(147,\cdot)\)
\(\chi_{1832}(275,\cdot)\)
\(\chi_{1832}(291,\cdot)\)
\(\chi_{1832}(299,\cdot)\)
\(\chi_{1832}(307,\cdot)\)
\(\chi_{1832}(347,\cdot)\)
\(\chi_{1832}(403,\cdot)\)
\(\chi_{1832}(491,\cdot)\)
\(\chi_{1832}(507,\cdot)\)
\(\chi_{1832}(555,\cdot)\)
\(\chi_{1832}(667,\cdot)\)
\(\chi_{1832}(699,\cdot)\)
\(\chi_{1832}(723,\cdot)\)
\(\chi_{1832}(763,\cdot)\)
\(\chi_{1832}(787,\cdot)\)
\(\chi_{1832}(835,\cdot)\)
\(\chi_{1832}(891,\cdot)\)
\(\chi_{1832}(907,\cdot)\)
\(\chi_{1832}(987,\cdot)\)
\(\chi_{1832}(1019,\cdot)\)
\(\chi_{1832}(1131,\cdot)\)
\(\chi_{1832}(1203,\cdot)\)
\(\chi_{1832}(1283,\cdot)\)
\(\chi_{1832}(1291,\cdot)\)
\(\chi_{1832}(1299,\cdot)\)
\(\chi_{1832}(1323,\cdot)\)
\(\chi_{1832}(1355,\cdot)\)
\(\chi_{1832}(1371,\cdot)\)
\(\chi_{1832}(1379,\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 };
\((1375,917,1609)\) → \((-1,-1,e\left(\frac{109}{114}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 1832 }(987, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{50}{57}\right)\) | \(e\left(\frac{23}{114}\right)\) | \(e\left(\frac{46}{57}\right)\) | \(e\left(\frac{43}{57}\right)\) | \(e\left(\frac{17}{19}\right)\) | \(e\left(\frac{7}{19}\right)\) | \(e\left(\frac{3}{38}\right)\) | \(e\left(\frac{7}{19}\right)\) | \(e\left(\frac{55}{57}\right)\) | \(e\left(\frac{13}{19}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)