sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(5851, base_ring=CyclotomicField(150))
M = H._module
chi = DirichletCharacter(H, M([49]))
gp:[g,chi] = znchar(Mod(4692, 5851))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("5851.4692");
| Modulus: | \(5851\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(5851\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(150\) |
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_{5851}(404,\cdot)\)
\(\chi_{5851}(420,\cdot)\)
\(\chi_{5851}(528,\cdot)\)
\(\chi_{5851}(612,\cdot)\)
\(\chi_{5851}(778,\cdot)\)
\(\chi_{5851}(843,\cdot)\)
\(\chi_{5851}(866,\cdot)\)
\(\chi_{5851}(1147,\cdot)\)
\(\chi_{5851}(1292,\cdot)\)
\(\chi_{5851}(1337,\cdot)\)
\(\chi_{5851}(1642,\cdot)\)
\(\chi_{5851}(2064,\cdot)\)
\(\chi_{5851}(2104,\cdot)\)
\(\chi_{5851}(2247,\cdot)\)
\(\chi_{5851}(2347,\cdot)\)
\(\chi_{5851}(2391,\cdot)\)
\(\chi_{5851}(2407,\cdot)\)
\(\chi_{5851}(2449,\cdot)\)
\(\chi_{5851}(2837,\cdot)\)
\(\chi_{5851}(2851,\cdot)\)
\(\chi_{5851}(3173,\cdot)\)
\(\chi_{5851}(3220,\cdot)\)
\(\chi_{5851}(3233,\cdot)\)
\(\chi_{5851}(3448,\cdot)\)
\(\chi_{5851}(3730,\cdot)\)
\(\chi_{5851}(4048,\cdot)\)
\(\chi_{5851}(4122,\cdot)\)
\(\chi_{5851}(4520,\cdot)\)
\(\chi_{5851}(4689,\cdot)\)
\(\chi_{5851}(4692,\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{49}{150}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 5851 }(4692, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{49}{150}\right)\) | \(e\left(\frac{43}{50}\right)\) | \(e\left(\frac{49}{75}\right)\) | \(e\left(\frac{46}{75}\right)\) | \(e\left(\frac{14}{75}\right)\) | \(e\left(\frac{67}{75}\right)\) | \(e\left(\frac{49}{50}\right)\) | \(e\left(\frac{18}{25}\right)\) | \(e\left(\frac{47}{50}\right)\) | \(e\left(\frac{61}{75}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)