sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(11613, base_ring=CyclotomicField(546))
M = H._module
chi = DirichletCharacter(H, M([273,299,462]))
gp:[g,chi] = znchar(Mod(89, 11613))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("11613.89");
| Modulus: | \(11613\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(11613\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(546\) |
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_{11613}(38,\cdot)\)
\(\chi_{11613}(89,\cdot)\)
\(\chi_{11613}(101,\cdot)\)
\(\chi_{11613}(131,\cdot)\)
\(\chi_{11613}(143,\cdot)\)
\(\chi_{11613}(299,\cdot)\)
\(\chi_{11613}(383,\cdot)\)
\(\chi_{11613}(416,\cdot)\)
\(\chi_{11613}(563,\cdot)\)
\(\chi_{11613}(605,\cdot)\)
\(\chi_{11613}(719,\cdot)\)
\(\chi_{11613}(773,\cdot)\)
\(\chi_{11613}(836,\cdot)\)
\(\chi_{11613}(857,\cdot)\)
\(\chi_{11613}(887,\cdot)\)
\(\chi_{11613}(1013,\cdot)\)
\(\chi_{11613}(1193,\cdot)\)
\(\chi_{11613}(1223,\cdot)\)
\(\chi_{11613}(1286,\cdot)\)
\(\chi_{11613}(1328,\cdot)\)
\(\chi_{11613}(1361,\cdot)\)
\(\chi_{11613}(1487,\cdot)\)
\(\chi_{11613}(1601,\cdot)\)
\(\chi_{11613}(1748,\cdot)\)
\(\chi_{11613}(1760,\cdot)\)
\(\chi_{11613}(1790,\cdot)\)
\(\chi_{11613}(1802,\cdot)\)
\(\chi_{11613}(1958,\cdot)\)
\(\chi_{11613}(2021,\cdot)\)
\(\chi_{11613}(2042,\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 };
\((3872,2845,1030)\) → \((-1,e\left(\frac{23}{42}\right),e\left(\frac{11}{13}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(8\) | \(10\) | \(11\) | \(13\) | \(16\) | \(17\) | \(19\) |
| \( \chi_{ 11613 }(89, a) \) |
\(1\) | \(1\) | \(e\left(\frac{67}{546}\right)\) | \(e\left(\frac{67}{273}\right)\) | \(e\left(\frac{230}{273}\right)\) | \(e\left(\frac{67}{182}\right)\) | \(e\left(\frac{527}{546}\right)\) | \(e\left(\frac{515}{546}\right)\) | \(e\left(\frac{153}{182}\right)\) | \(e\left(\frac{134}{273}\right)\) | \(e\left(\frac{262}{273}\right)\) | \(e\left(\frac{19}{78}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)