sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1751, base_ring=CyclotomicField(816))
M = H._module
chi = DirichletCharacter(H, M([459,88]))
gp:[g,chi] = znchar(Mod(48, 1751))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1751.48");
| Modulus: | \(1751\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1751\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(816\) |
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_{1751}(5,\cdot)\)
\(\chi_{1751}(6,\cdot)\)
\(\chi_{1751}(11,\cdot)\)
\(\chi_{1751}(12,\cdot)\)
\(\chi_{1751}(20,\cdot)\)
\(\chi_{1751}(40,\cdot)\)
\(\chi_{1751}(44,\cdot)\)
\(\chi_{1751}(45,\cdot)\)
\(\chi_{1751}(48,\cdot)\)
\(\chi_{1751}(54,\cdot)\)
\(\chi_{1751}(62,\cdot)\)
\(\chi_{1751}(65,\cdot)\)
\(\chi_{1751}(71,\cdot)\)
\(\chi_{1751}(74,\cdot)\)
\(\chi_{1751}(75,\cdot)\)
\(\chi_{1751}(78,\cdot)\)
\(\chi_{1751}(88,\cdot)\)
\(\chi_{1751}(96,\cdot)\)
\(\chi_{1751}(99,\cdot)\)
\(\chi_{1751}(108,\cdot)\)
\(\chi_{1751}(109,\cdot)\)
\(\chi_{1751}(114,\cdot)\)
\(\chi_{1751}(124,\cdot)\)
\(\chi_{1751}(143,\cdot)\)
\(\chi_{1751}(146,\cdot)\)
\(\chi_{1751}(147,\cdot)\)
\(\chi_{1751}(148,\cdot)\)
\(\chi_{1751}(156,\cdot)\)
\(\chi_{1751}(165,\cdot)\)
\(\chi_{1751}(173,\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 };
\((207,1344)\) → \((e\left(\frac{9}{16}\right),e\left(\frac{11}{102}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1751 }(48, a) \) |
\(1\) | \(1\) | \(e\left(\frac{253}{408}\right)\) | \(e\left(\frac{209}{272}\right)\) | \(e\left(\frac{49}{204}\right)\) | \(e\left(\frac{751}{816}\right)\) | \(e\left(\frac{317}{816}\right)\) | \(e\left(\frac{505}{816}\right)\) | \(e\left(\frac{117}{136}\right)\) | \(e\left(\frac{73}{136}\right)\) | \(e\left(\frac{147}{272}\right)\) | \(e\left(\frac{421}{816}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)