sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1625, base_ring=CyclotomicField(100))
M = H._module
chi = DirichletCharacter(H, M([13,75]))
gp:[g,chi] = znchar(Mod(317, 1625))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1625.317");
| Modulus: | \(1625\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1625\) |
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_{1625}(8,\cdot)\)
\(\chi_{1625}(73,\cdot)\)
\(\chi_{1625}(122,\cdot)\)
\(\chi_{1625}(138,\cdot)\)
\(\chi_{1625}(187,\cdot)\)
\(\chi_{1625}(203,\cdot)\)
\(\chi_{1625}(252,\cdot)\)
\(\chi_{1625}(317,\cdot)\)
\(\chi_{1625}(333,\cdot)\)
\(\chi_{1625}(398,\cdot)\)
\(\chi_{1625}(447,\cdot)\)
\(\chi_{1625}(463,\cdot)\)
\(\chi_{1625}(512,\cdot)\)
\(\chi_{1625}(528,\cdot)\)
\(\chi_{1625}(577,\cdot)\)
\(\chi_{1625}(642,\cdot)\)
\(\chi_{1625}(658,\cdot)\)
\(\chi_{1625}(723,\cdot)\)
\(\chi_{1625}(772,\cdot)\)
\(\chi_{1625}(788,\cdot)\)
\(\chi_{1625}(837,\cdot)\)
\(\chi_{1625}(853,\cdot)\)
\(\chi_{1625}(902,\cdot)\)
\(\chi_{1625}(967,\cdot)\)
\(\chi_{1625}(983,\cdot)\)
\(\chi_{1625}(1048,\cdot)\)
\(\chi_{1625}(1097,\cdot)\)
\(\chi_{1625}(1113,\cdot)\)
\(\chi_{1625}(1162,\cdot)\)
\(\chi_{1625}(1178,\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 };
\((1002,626)\) → \((e\left(\frac{13}{100}\right),-i)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(14\) |
| \( \chi_{ 1625 }(317, a) \) |
\(1\) | \(1\) | \(e\left(\frac{22}{25}\right)\) | \(e\left(\frac{91}{100}\right)\) | \(e\left(\frac{19}{25}\right)\) | \(e\left(\frac{79}{100}\right)\) | \(e\left(\frac{3}{10}\right)\) | \(e\left(\frac{16}{25}\right)\) | \(e\left(\frac{41}{50}\right)\) | \(e\left(\frac{13}{100}\right)\) | \(e\left(\frac{67}{100}\right)\) | \(e\left(\frac{9}{50}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)