sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(47096, base_ring=CyclotomicField(58))
M = H._module
chi = DirichletCharacter(H, M([0,0,0,49]))
gp:[g,chi] = znchar(Mod(9801, 47096))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("47096.9801");
| Modulus: | \(47096\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(841\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(58\) |
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_{841}(550,\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_{47096}(57,\cdot)\)
\(\chi_{47096}(3305,\cdot)\)
\(\chi_{47096}(4929,\cdot)\)
\(\chi_{47096}(6553,\cdot)\)
\(\chi_{47096}(8177,\cdot)\)
\(\chi_{47096}(9801,\cdot)\)
\(\chi_{47096}(11425,\cdot)\)
\(\chi_{47096}(13049,\cdot)\)
\(\chi_{47096}(14673,\cdot)\)
\(\chi_{47096}(16297,\cdot)\)
\(\chi_{47096}(17921,\cdot)\)
\(\chi_{47096}(19545,\cdot)\)
\(\chi_{47096}(21169,\cdot)\)
\(\chi_{47096}(22793,\cdot)\)
\(\chi_{47096}(24417,\cdot)\)
\(\chi_{47096}(26041,\cdot)\)
\(\chi_{47096}(27665,\cdot)\)
\(\chi_{47096}(29289,\cdot)\)
\(\chi_{47096}(30913,\cdot)\)
\(\chi_{47096}(32537,\cdot)\)
\(\chi_{47096}(34161,\cdot)\)
\(\chi_{47096}(35785,\cdot)\)
\(\chi_{47096}(37409,\cdot)\)
\(\chi_{47096}(39033,\cdot)\)
\(\chi_{47096}(40657,\cdot)\)
\(\chi_{47096}(42281,\cdot)\)
\(\chi_{47096}(43905,\cdot)\)
\(\chi_{47096}(45529,\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 };
\((11775,23549,13457,46257)\) → \((1,1,1,e\left(\frac{49}{58}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(23\) | \(25\) |
| \( \chi_{ 47096 }(9801, a) \) |
\(1\) | \(1\) | \(e\left(\frac{39}{58}\right)\) | \(e\left(\frac{4}{29}\right)\) | \(e\left(\frac{10}{29}\right)\) | \(e\left(\frac{25}{58}\right)\) | \(e\left(\frac{8}{29}\right)\) | \(e\left(\frac{47}{58}\right)\) | \(e\left(\frac{13}{58}\right)\) | \(e\left(\frac{1}{58}\right)\) | \(e\left(\frac{7}{29}\right)\) | \(e\left(\frac{8}{29}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)