sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(17425, base_ring=CyclotomicField(80))
M = H._module
chi = DirichletCharacter(H, M([60,65,18]))
gp:[g,chi] = znchar(Mod(13918, 17425))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("17425.13918");
| Modulus: | \(17425\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3485\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(80\) |
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: | no, induced from \(\chi_{3485}(3463,\cdot)\) |
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_{17425}(7,\cdot)\)
\(\chi_{17425}(343,\cdot)\)
\(\chi_{17425}(2407,\cdot)\)
\(\chi_{17425}(2982,\cdot)\)
\(\chi_{17425}(3882,\cdot)\)
\(\chi_{17425}(4107,\cdot)\)
\(\chi_{17425}(4568,\cdot)\)
\(\chi_{17425}(4907,\cdot)\)
\(\chi_{17425}(5418,\cdot)\)
\(\chi_{17425}(6618,\cdot)\)
\(\chi_{17425}(6718,\cdot)\)
\(\chi_{17425}(7082,\cdot)\)
\(\chi_{17425}(7443,\cdot)\)
\(\chi_{17425}(7468,\cdot)\)
\(\chi_{17425}(7568,\cdot)\)
\(\chi_{17425}(9568,\cdot)\)
\(\chi_{17425}(10632,\cdot)\)
\(\chi_{17425}(11532,\cdot)\)
\(\chi_{17425}(11793,\cdot)\)
\(\chi_{17425}(12557,\cdot)\)
\(\chi_{17425}(13843,\cdot)\)
\(\chi_{17425}(13918,\cdot)\)
\(\chi_{17425}(14507,\cdot)\)
\(\chi_{17425}(14732,\cdot)\)
\(\chi_{17425}(15532,\cdot)\)
\(\chi_{17425}(15643,\cdot)\)
\(\chi_{17425}(15732,\cdot)\)
\(\chi_{17425}(15943,\cdot)\)
\(\chi_{17425}(15968,\cdot)\)
\(\chi_{17425}(16207,\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 };
\((5577,14351,5951)\) → \((-i,e\left(\frac{13}{16}\right),e\left(\frac{9}{40}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 17425 }(13918, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{39}{40}\right)\) | \(e\left(\frac{7}{16}\right)\) | \(e\left(\frac{19}{20}\right)\) | \(e\left(\frac{33}{80}\right)\) | \(e\left(\frac{37}{80}\right)\) | \(e\left(\frac{37}{40}\right)\) | \(e\left(\frac{7}{8}\right)\) | \(e\left(\frac{29}{80}\right)\) | \(e\left(\frac{31}{80}\right)\) | \(e\left(\frac{19}{40}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)