sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(6500, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([50,48,75]))
gp:[g,chi] = znchar(Mod(31, 6500))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("6500.31");
| Modulus: | \(6500\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(6500\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(100\) |
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_{6500}(31,\cdot)\)
\(\chi_{6500}(291,\cdot)\)
\(\chi_{6500}(411,\cdot)\)
\(\chi_{6500}(671,\cdot)\)
\(\chi_{6500}(811,\cdot)\)
\(\chi_{6500}(931,\cdot)\)
\(\chi_{6500}(1071,\cdot)\)
\(\chi_{6500}(1191,\cdot)\)
\(\chi_{6500}(1331,\cdot)\)
\(\chi_{6500}(1591,\cdot)\)
\(\chi_{6500}(1711,\cdot)\)
\(\chi_{6500}(1971,\cdot)\)
\(\chi_{6500}(2111,\cdot)\)
\(\chi_{6500}(2231,\cdot)\)
\(\chi_{6500}(2371,\cdot)\)
\(\chi_{6500}(2491,\cdot)\)
\(\chi_{6500}(2631,\cdot)\)
\(\chi_{6500}(2891,\cdot)\)
\(\chi_{6500}(3011,\cdot)\)
\(\chi_{6500}(3271,\cdot)\)
\(\chi_{6500}(3411,\cdot)\)
\(\chi_{6500}(3531,\cdot)\)
\(\chi_{6500}(3671,\cdot)\)
\(\chi_{6500}(3791,\cdot)\)
\(\chi_{6500}(3931,\cdot)\)
\(\chi_{6500}(4191,\cdot)\)
\(\chi_{6500}(4311,\cdot)\)
\(\chi_{6500}(4571,\cdot)\)
\(\chi_{6500}(4711,\cdot)\)
\(\chi_{6500}(4831,\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 };
\((3251,5877,5501)\) → \((-1,e\left(\frac{12}{25}\right),-i)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 6500 }(31, a) \) |
\(1\) | \(1\) | \(e\left(\frac{43}{50}\right)\) | \(e\left(\frac{11}{20}\right)\) | \(e\left(\frac{18}{25}\right)\) | \(e\left(\frac{23}{100}\right)\) | \(e\left(\frac{27}{50}\right)\) | \(e\left(\frac{89}{100}\right)\) | \(e\left(\frac{41}{100}\right)\) | \(e\left(\frac{22}{25}\right)\) | \(e\left(\frac{29}{50}\right)\) | \(e\left(\frac{19}{25}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)