sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(43907, base_ring=CyclotomicField(20746))
M = H._module
chi = DirichletCharacter(H, M([11931,18469]))
gp:[g,chi] = znchar(Mod(89, 43907))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("43907.89");
| Modulus: | \(43907\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(43907\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(20746\) |
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_{43907}(5,\cdot)\)
\(\chi_{43907}(14,\cdot)\)
\(\chi_{43907}(15,\cdot)\)
\(\chi_{43907}(19,\cdot)\)
\(\chi_{43907}(20,\cdot)\)
\(\chi_{43907}(34,\cdot)\)
\(\chi_{43907}(43,\cdot)\)
\(\chi_{43907}(53,\cdot)\)
\(\chi_{43907}(56,\cdot)\)
\(\chi_{43907}(57,\cdot)\)
\(\chi_{43907}(60,\cdot)\)
\(\chi_{43907}(66,\cdot)\)
\(\chi_{43907}(67,\cdot)\)
\(\chi_{43907}(74,\cdot)\)
\(\chi_{43907}(76,\cdot)\)
\(\chi_{43907}(79,\cdot)\)
\(\chi_{43907}(80,\cdot)\)
\(\chi_{43907}(88,\cdot)\)
\(\chi_{43907}(89,\cdot)\)
\(\chi_{43907}(97,\cdot)\)
\(\chi_{43907}(102,\cdot)\)
\(\chi_{43907}(103,\cdot)\)
\(\chi_{43907}(107,\cdot)\)
\(\chi_{43907}(122,\cdot)\)
\(\chi_{43907}(125,\cdot)\)
\(\chi_{43907}(126,\cdot)\)
\(\chi_{43907}(129,\cdot)\)
\(\chi_{43907}(135,\cdot)\)
\(\chi_{43907}(136,\cdot)\)
\(\chi_{43907}(143,\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 };
\((16933,39676)\) → \((e\left(\frac{291}{506}\right),e\left(\frac{73}{82}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 43907 }(89, a) \) |
\(1\) | \(1\) | \(e\left(\frac{18879}{20746}\right)\) | \(e\left(\frac{3103}{10373}\right)\) | \(e\left(\frac{8506}{10373}\right)\) | \(e\left(\frac{6345}{10373}\right)\) | \(e\left(\frac{4339}{20746}\right)\) | \(e\left(\frac{6425}{20746}\right)\) | \(e\left(\frac{15145}{20746}\right)\) | \(e\left(\frac{6206}{10373}\right)\) | \(e\left(\frac{10823}{20746}\right)\) | \(e\left(\frac{12141}{20746}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)