sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(74005, base_ring=CyclotomicField(6840))
M = H._module
chi = DirichletCharacter(H, M([3420,2540,1197]))
gp:[g,chi] = znchar(Mod(439, 74005))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("74005.439");
| Modulus: | \(74005\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(74005\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(6840\) |
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_{74005}(29,\cdot)\)
\(\chi_{74005}(34,\cdot)\)
\(\chi_{74005}(89,\cdot)\)
\(\chi_{74005}(129,\cdot)\)
\(\chi_{74005}(224,\cdot)\)
\(\chi_{74005}(439,\cdot)\)
\(\chi_{74005}(504,\cdot)\)
\(\chi_{74005}(509,\cdot)\)
\(\chi_{74005}(604,\cdot)\)
\(\chi_{74005}(649,\cdot)\)
\(\chi_{74005}(744,\cdot)\)
\(\chi_{74005}(794,\cdot)\)
\(\chi_{74005}(839,\cdot)\)
\(\chi_{74005}(889,\cdot)\)
\(\chi_{74005}(914,\cdot)\)
\(\chi_{74005}(1059,\cdot)\)
\(\chi_{74005}(1079,\cdot)\)
\(\chi_{74005}(1124,\cdot)\)
\(\chi_{74005}(1154,\cdot)\)
\(\chi_{74005}(1174,\cdot)\)
\(\chi_{74005}(1219,\cdot)\)
\(\chi_{74005}(1249,\cdot)\)
\(\chi_{74005}(1264,\cdot)\)
\(\chi_{74005}(1324,\cdot)\)
\(\chi_{74005}(1359,\cdot)\)
\(\chi_{74005}(1364,\cdot)\)
\(\chi_{74005}(1409,\cdot)\)
\(\chi_{74005}(1454,\cdot)\)
\(\chi_{74005}(1459,\cdot)\)
\(\chi_{74005}(1504,\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 };
\((14802,57401,9026)\) → \((-1,e\left(\frac{127}{342}\right),e\left(\frac{7}{40}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 74005 }(439, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1441}{3420}\right)\) | \(e\left(\frac{1015}{1368}\right)\) | \(e\left(\frac{1441}{1710}\right)\) | \(e\left(\frac{1117}{6840}\right)\) | \(e\left(\frac{61}{2280}\right)\) | \(e\left(\frac{301}{1140}\right)\) | \(e\left(\frac{331}{684}\right)\) | \(e\left(\frac{917}{2280}\right)\) | \(e\left(\frac{1333}{2280}\right)\) | \(e\left(\frac{667}{6840}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)