sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(15824, base_ring=CyclotomicField(132))
M = H._module
chi = DirichletCharacter(H, M([0,33,114,110]))
gp:[g,chi] = znchar(Mod(5941, 15824))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("15824.5941");
| Modulus: | \(15824\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(15824\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(132\) |
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_{15824}(37,\cdot)\)
\(\chi_{15824}(1069,\cdot)\)
\(\chi_{15824}(1125,\cdot)\)
\(\chi_{15824}(1413,\cdot)\)
\(\chi_{15824}(1469,\cdot)\)
\(\chi_{15824}(1813,\cdot)\)
\(\chi_{15824}(2445,\cdot)\)
\(\chi_{15824}(2501,\cdot)\)
\(\chi_{15824}(3133,\cdot)\)
\(\chi_{15824}(3189,\cdot)\)
\(\chi_{15824}(3533,\cdot)\)
\(\chi_{15824}(4565,\cdot)\)
\(\chi_{15824}(4909,\cdot)\)
\(\chi_{15824}(5541,\cdot)\)
\(\chi_{15824}(5885,\cdot)\)
\(\chi_{15824}(5941,\cdot)\)
\(\chi_{15824}(6229,\cdot)\)
\(\chi_{15824}(6629,\cdot)\)
\(\chi_{15824}(6917,\cdot)\)
\(\chi_{15824}(7605,\cdot)\)
\(\chi_{15824}(7949,\cdot)\)
\(\chi_{15824}(8981,\cdot)\)
\(\chi_{15824}(9037,\cdot)\)
\(\chi_{15824}(9325,\cdot)\)
\(\chi_{15824}(9381,\cdot)\)
\(\chi_{15824}(9725,\cdot)\)
\(\chi_{15824}(10357,\cdot)\)
\(\chi_{15824}(10413,\cdot)\)
\(\chi_{15824}(11045,\cdot)\)
\(\chi_{15824}(11101,\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 };
\((5935,3957,14449,6625)\) → \((1,i,e\left(\frac{19}{22}\right),e\left(\frac{5}{6}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 15824 }(5941, a) \) |
\(1\) | \(1\) | \(e\left(\frac{53}{132}\right)\) | \(e\left(\frac{125}{132}\right)\) | \(e\left(\frac{5}{66}\right)\) | \(e\left(\frac{53}{66}\right)\) | \(e\left(\frac{1}{44}\right)\) | \(e\left(\frac{67}{132}\right)\) | \(e\left(\frac{23}{66}\right)\) | \(e\left(\frac{47}{66}\right)\) | \(e\left(\frac{71}{132}\right)\) | \(e\left(\frac{21}{44}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)