sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4553, base_ring=CyclotomicField(1092))
M = H._module
chi = DirichletCharacter(H, M([975,427]))
gp:[g,chi] = znchar(Mod(69, 4553))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4553.69");
| Modulus: | \(4553\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4553\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1092\) |
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_{4553}(15,\cdot)\)
\(\chi_{4553}(21,\cdot)\)
\(\chi_{4553}(26,\cdot)\)
\(\chi_{4553}(43,\cdot)\)
\(\chi_{4553}(60,\cdot)\)
\(\chi_{4553}(61,\cdot)\)
\(\chi_{4553}(66,\cdot)\)
\(\chi_{4553}(69,\cdot)\)
\(\chi_{4553}(84,\cdot)\)
\(\chi_{4553}(97,\cdot)\)
\(\chi_{4553}(102,\cdot)\)
\(\chi_{4553}(114,\cdot)\)
\(\chi_{4553}(137,\cdot)\)
\(\chi_{4553}(163,\cdot)\)
\(\chi_{4553}(172,\cdot)\)
\(\chi_{4553}(195,\cdot)\)
\(\chi_{4553}(217,\cdot)\)
\(\chi_{4553}(229,\cdot)\)
\(\chi_{4553}(240,\cdot)\)
\(\chi_{4553}(251,\cdot)\)
\(\chi_{4553}(259,\cdot)\)
\(\chi_{4553}(271,\cdot)\)
\(\chi_{4553}(276,\cdot)\)
\(\chi_{4553}(329,\cdot)\)
\(\chi_{4553}(334,\cdot)\)
\(\chi_{4553}(338,\cdot)\)
\(\chi_{4553}(369,\cdot)\)
\(\chi_{4553}(388,\cdot)\)
\(\chi_{4553}(408,\cdot)\)
\(\chi_{4553}(409,\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 };
\((2670,2988)\) → \((e\left(\frac{25}{28}\right),e\left(\frac{61}{156}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4553 }(69, a) \) |
\(1\) | \(1\) | \(e\left(\frac{5}{182}\right)\) | \(e\left(\frac{577}{1092}\right)\) | \(e\left(\frac{5}{91}\right)\) | \(e\left(\frac{37}{1092}\right)\) | \(e\left(\frac{607}{1092}\right)\) | \(e\left(\frac{71}{364}\right)\) | \(e\left(\frac{15}{182}\right)\) | \(e\left(\frac{31}{546}\right)\) | \(e\left(\frac{67}{1092}\right)\) | \(e\left(\frac{295}{1092}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)