sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2005, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([75,44]))
gp:[g,chi] = znchar(Mod(998, 2005))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2005.998");
| Modulus: | \(2005\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2005\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2005}(63,\cdot)\)
\(\chi_{2005}(77,\cdot)\)
\(\chi_{2005}(88,\cdot)\)
\(\chi_{2005}(173,\cdot)\)
\(\chi_{2005}(178,\cdot)\)
\(\chi_{2005}(387,\cdot)\)
\(\chi_{2005}(452,\cdot)\)
\(\chi_{2005}(478,\cdot)\)
\(\chi_{2005}(597,\cdot)\)
\(\chi_{2005}(657,\cdot)\)
\(\chi_{2005}(722,\cdot)\)
\(\chi_{2005}(732,\cdot)\)
\(\chi_{2005}(788,\cdot)\)
\(\chi_{2005}(807,\cdot)\)
\(\chi_{2005}(827,\cdot)\)
\(\chi_{2005}(853,\cdot)\)
\(\chi_{2005}(927,\cdot)\)
\(\chi_{2005}(997,\cdot)\)
\(\chi_{2005}(998,\cdot)\)
\(\chi_{2005}(1057,\cdot)\)
\(\chi_{2005}(1058,\cdot)\)
\(\chi_{2005}(1117,\cdot)\)
\(\chi_{2005}(1123,\cdot)\)
\(\chi_{2005}(1133,\cdot)\)
\(\chi_{2005}(1162,\cdot)\)
\(\chi_{2005}(1187,\cdot)\)
\(\chi_{2005}(1208,\cdot)\)
\(\chi_{2005}(1228,\cdot)\)
\(\chi_{2005}(1328,\cdot)\)
\(\chi_{2005}(1398,\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 };
\((402,1206)\) → \((-i,e\left(\frac{11}{25}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 2005 }(998, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{19}{100}\right)\) | \(e\left(\frac{69}{100}\right)\) | \(e\left(\frac{19}{50}\right)\) | \(e\left(\frac{22}{25}\right)\) | \(e\left(\frac{3}{100}\right)\) | \(e\left(\frac{57}{100}\right)\) | \(e\left(\frac{19}{50}\right)\) | \(e\left(\frac{9}{25}\right)\) | \(e\left(\frac{7}{100}\right)\) | \(e\left(\frac{61}{100}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)