sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2401, base_ring=CyclotomicField(2058))
M = H._module
chi = DirichletCharacter(H, M([1822]))
gp:[g,chi] = znchar(Mod(25, 2401))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2401.25");
| Modulus: | \(2401\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2401\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1029\) |
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_{2401}(2,\cdot)\)
\(\chi_{2401}(4,\cdot)\)
\(\chi_{2401}(9,\cdot)\)
\(\chi_{2401}(11,\cdot)\)
\(\chi_{2401}(16,\cdot)\)
\(\chi_{2401}(23,\cdot)\)
\(\chi_{2401}(25,\cdot)\)
\(\chi_{2401}(32,\cdot)\)
\(\chi_{2401}(37,\cdot)\)
\(\chi_{2401}(39,\cdot)\)
\(\chi_{2401}(44,\cdot)\)
\(\chi_{2401}(46,\cdot)\)
\(\chi_{2401}(51,\cdot)\)
\(\chi_{2401}(53,\cdot)\)
\(\chi_{2401}(58,\cdot)\)
\(\chi_{2401}(60,\cdot)\)
\(\chi_{2401}(65,\cdot)\)
\(\chi_{2401}(72,\cdot)\)
\(\chi_{2401}(74,\cdot)\)
\(\chi_{2401}(81,\cdot)\)
\(\chi_{2401}(86,\cdot)\)
\(\chi_{2401}(88,\cdot)\)
\(\chi_{2401}(93,\cdot)\)
\(\chi_{2401}(95,\cdot)\)
\(\chi_{2401}(100,\cdot)\)
\(\chi_{2401}(102,\cdot)\)
\(\chi_{2401}(107,\cdot)\)
\(\chi_{2401}(109,\cdot)\)
\(\chi_{2401}(114,\cdot)\)
\(\chi_{2401}(121,\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 };
| Field of values: |
$\Q(\zeta_{1029})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 1029 polynomial (not computed) |
sage:chi.fixed_field()
|
\(3\) → \(e\left(\frac{911}{1029}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 2401 }(25, a) \) |
\(1\) | \(1\) | \(e\left(\frac{628}{1029}\right)\) | \(e\left(\frac{911}{1029}\right)\) | \(e\left(\frac{227}{1029}\right)\) | \(e\left(\frac{547}{1029}\right)\) | \(e\left(\frac{170}{343}\right)\) | \(e\left(\frac{285}{343}\right)\) | \(e\left(\frac{793}{1029}\right)\) | \(e\left(\frac{146}{1029}\right)\) | \(e\left(\frac{593}{1029}\right)\) | \(e\left(\frac{109}{1029}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)