sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(174845, base_ring=CyclotomicField(14960))
M = H._module
chi = DirichletCharacter(H, M([0,2584,12045]))
gp:[g,chi] = znchar(Mod(721, 174845))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("174845.721");
| Modulus: | \(174845\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(34969\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(14960\) |
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_{34969}(721,\cdot)\) |
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_{174845}(6,\cdot)\)
\(\chi_{174845}(41,\cdot)\)
\(\chi_{174845}(46,\cdot)\)
\(\chi_{174845}(61,\cdot)\)
\(\chi_{174845}(96,\cdot)\)
\(\chi_{174845}(116,\cdot)\)
\(\chi_{174845}(156,\cdot)\)
\(\chi_{174845}(211,\cdot)\)
\(\chi_{174845}(216,\cdot)\)
\(\chi_{174845}(226,\cdot)\)
\(\chi_{174845}(261,\cdot)\)
\(\chi_{174845}(266,\cdot)\)
\(\chi_{174845}(316,\cdot)\)
\(\chi_{174845}(326,\cdot)\)
\(\chi_{174845}(371,\cdot)\)
\(\chi_{174845}(381,\cdot)\)
\(\chi_{174845}(431,\cdot)\)
\(\chi_{174845}(436,\cdot)\)
\(\chi_{174845}(486,\cdot)\)
\(\chi_{174845}(541,\cdot)\)
\(\chi_{174845}(556,\cdot)\)
\(\chi_{174845}(601,\cdot)\)
\(\chi_{174845}(651,\cdot)\)
\(\chi_{174845}(656,\cdot)\)
\(\chi_{174845}(666,\cdot)\)
\(\chi_{174845}(711,\cdot)\)
\(\chi_{174845}(721,\cdot)\)
\(\chi_{174845}(776,\cdot)\)
\(\chi_{174845}(811,\cdot)\)
\(\chi_{174845}(821,\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 };
\((139877,99706,45376)\) → \((1,e\left(\frac{19}{110}\right),e\left(\frac{219}{272}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(12\) | \(13\) | \(14\) |
| \( \chi_{ 174845 }(721, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1127}{7480}\right)\) | \(e\left(\frac{7}{1360}\right)\) | \(e\left(\frac{1127}{3740}\right)\) | \(e\left(\frac{2331}{14960}\right)\) | \(e\left(\frac{103}{14960}\right)\) | \(e\left(\frac{3381}{7480}\right)\) | \(e\left(\frac{7}{680}\right)\) | \(e\left(\frac{917}{2992}\right)\) | \(e\left(\frac{951}{3740}\right)\) | \(e\left(\frac{2357}{14960}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)