sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(13000, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([50,50,88,25]))
gp:[g,chi] = znchar(Mod(931, 13000))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("13000.931");
| Modulus: | \(13000\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(13000\) |
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_{13000}(291,\cdot)\)
\(\chi_{13000}(411,\cdot)\)
\(\chi_{13000}(811,\cdot)\)
\(\chi_{13000}(931,\cdot)\)
\(\chi_{13000}(1331,\cdot)\)
\(\chi_{13000}(1971,\cdot)\)
\(\chi_{13000}(2371,\cdot)\)
\(\chi_{13000}(2491,\cdot)\)
\(\chi_{13000}(2891,\cdot)\)
\(\chi_{13000}(3011,\cdot)\)
\(\chi_{13000}(3411,\cdot)\)
\(\chi_{13000}(3531,\cdot)\)
\(\chi_{13000}(3931,\cdot)\)
\(\chi_{13000}(4571,\cdot)\)
\(\chi_{13000}(4971,\cdot)\)
\(\chi_{13000}(5091,\cdot)\)
\(\chi_{13000}(5491,\cdot)\)
\(\chi_{13000}(5611,\cdot)\)
\(\chi_{13000}(6011,\cdot)\)
\(\chi_{13000}(6131,\cdot)\)
\(\chi_{13000}(6531,\cdot)\)
\(\chi_{13000}(7171,\cdot)\)
\(\chi_{13000}(7571,\cdot)\)
\(\chi_{13000}(7691,\cdot)\)
\(\chi_{13000}(8091,\cdot)\)
\(\chi_{13000}(8211,\cdot)\)
\(\chi_{13000}(8611,\cdot)\)
\(\chi_{13000}(8731,\cdot)\)
\(\chi_{13000}(9131,\cdot)\)
\(\chi_{13000}(9771,\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 };
\((9751,6501,12377,12001)\) → \((-1,-1,e\left(\frac{22}{25}\right),i)\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(7\) | \(9\) | \(11\) | \(17\) | \(19\) | \(21\) | \(23\) | \(27\) | \(29\) |
| \( \chi_{ 13000 }(931, a) \) |
\(1\) | \(1\) | \(e\left(\frac{4}{25}\right)\) | \(e\left(\frac{1}{20}\right)\) | \(e\left(\frac{8}{25}\right)\) | \(e\left(\frac{63}{100}\right)\) | \(e\left(\frac{37}{50}\right)\) | \(e\left(\frac{9}{100}\right)\) | \(e\left(\frac{21}{100}\right)\) | \(e\left(\frac{7}{25}\right)\) | \(e\left(\frac{12}{25}\right)\) | \(e\left(\frac{3}{50}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)