sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1472, base_ring=CyclotomicField(176))
M = H._module
chi = DirichletCharacter(H, M([88,55,168]))
gp:[g,chi] = znchar(Mod(267, 1472))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1472.267");
| Modulus: | \(1472\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1472\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(176\) |
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_{1472}(11,\cdot)\)
\(\chi_{1472}(19,\cdot)\)
\(\chi_{1472}(43,\cdot)\)
\(\chi_{1472}(51,\cdot)\)
\(\chi_{1472}(67,\cdot)\)
\(\chi_{1472}(83,\cdot)\)
\(\chi_{1472}(99,\cdot)\)
\(\chi_{1472}(107,\cdot)\)
\(\chi_{1472}(155,\cdot)\)
\(\chi_{1472}(171,\cdot)\)
\(\chi_{1472}(195,\cdot)\)
\(\chi_{1472}(203,\cdot)\)
\(\chi_{1472}(227,\cdot)\)
\(\chi_{1472}(235,\cdot)\)
\(\chi_{1472}(251,\cdot)\)
\(\chi_{1472}(267,\cdot)\)
\(\chi_{1472}(283,\cdot)\)
\(\chi_{1472}(291,\cdot)\)
\(\chi_{1472}(339,\cdot)\)
\(\chi_{1472}(355,\cdot)\)
\(\chi_{1472}(379,\cdot)\)
\(\chi_{1472}(387,\cdot)\)
\(\chi_{1472}(411,\cdot)\)
\(\chi_{1472}(419,\cdot)\)
\(\chi_{1472}(435,\cdot)\)
\(\chi_{1472}(451,\cdot)\)
\(\chi_{1472}(467,\cdot)\)
\(\chi_{1472}(475,\cdot)\)
\(\chi_{1472}(523,\cdot)\)
\(\chi_{1472}(539,\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 };
\((1151,645,833)\) → \((-1,e\left(\frac{5}{16}\right),e\left(\frac{21}{22}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 1472 }(267, a) \) |
\(1\) | \(1\) | \(e\left(\frac{125}{176}\right)\) | \(e\left(\frac{47}{176}\right)\) | \(e\left(\frac{67}{88}\right)\) | \(e\left(\frac{37}{88}\right)\) | \(e\left(\frac{115}{176}\right)\) | \(e\left(\frac{9}{176}\right)\) | \(e\left(\frac{43}{44}\right)\) | \(e\left(\frac{19}{44}\right)\) | \(e\left(\frac{1}{176}\right)\) | \(e\left(\frac{83}{176}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)