sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(9025, base_ring=CyclotomicField(1710))
M = H._module
chi = DirichletCharacter(H, M([684,325]))
gp:[g,chi] = znchar(Mod(281, 9025))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("9025.281");
| Modulus: | \(9025\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(9025\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1710\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{9025}(21,\cdot)\)
\(\chi_{9025}(41,\cdot)\)
\(\chi_{9025}(71,\cdot)\)
\(\chi_{9025}(86,\cdot)\)
\(\chi_{9025}(91,\cdot)\)
\(\chi_{9025}(136,\cdot)\)
\(\chi_{9025}(146,\cdot)\)
\(\chi_{9025}(166,\cdot)\)
\(\chi_{9025}(181,\cdot)\)
\(\chi_{9025}(186,\cdot)\)
\(\chi_{9025}(211,\cdot)\)
\(\chi_{9025}(231,\cdot)\)
\(\chi_{9025}(241,\cdot)\)
\(\chi_{9025}(261,\cdot)\)
\(\chi_{9025}(281,\cdot)\)
\(\chi_{9025}(306,\cdot)\)
\(\chi_{9025}(336,\cdot)\)
\(\chi_{9025}(356,\cdot)\)
\(\chi_{9025}(371,\cdot)\)
\(\chi_{9025}(421,\cdot)\)
\(\chi_{9025}(431,\cdot)\)
\(\chi_{9025}(466,\cdot)\)
\(\chi_{9025}(471,\cdot)\)
\(\chi_{9025}(496,\cdot)\)
\(\chi_{9025}(516,\cdot)\)
\(\chi_{9025}(546,\cdot)\)
\(\chi_{9025}(561,\cdot)\)
\(\chi_{9025}(566,\cdot)\)
\(\chi_{9025}(591,\cdot)\)
\(\chi_{9025}(611,\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_{855})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 1710 polynomial (not computed) |
sage:chi.fixed_field()
|
\((5777,3251)\) → \((e\left(\frac{2}{5}\right),e\left(\frac{65}{342}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 9025 }(281, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{1009}{1710}\right)\) | \(e\left(\frac{373}{1710}\right)\) | \(e\left(\frac{154}{855}\right)\) | \(e\left(\frac{691}{855}\right)\) | \(e\left(\frac{29}{57}\right)\) | \(e\left(\frac{439}{570}\right)\) | \(e\left(\frac{373}{855}\right)\) | \(e\left(\frac{224}{285}\right)\) | \(e\left(\frac{227}{570}\right)\) | \(e\left(\frac{221}{1710}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)