sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1732, base_ring=CyclotomicField(432))
M = H._module
chi = DirichletCharacter(H, M([216,119]))
gp:[g,chi] = znchar(Mod(1207, 1732))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1732.1207");
| Modulus: | \(1732\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1732\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(432\) |
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_{1732}(7,\cdot)\)
\(\chi_{1732}(15,\cdot)\)
\(\chi_{1732}(19,\cdot)\)
\(\chi_{1732}(23,\cdot)\)
\(\chi_{1732}(31,\cdot)\)
\(\chi_{1732}(47,\cdot)\)
\(\chi_{1732}(55,\cdot)\)
\(\chi_{1732}(63,\cdot)\)
\(\chi_{1732}(71,\cdot)\)
\(\chi_{1732}(83,\cdot)\)
\(\chi_{1732}(87,\cdot)\)
\(\chi_{1732}(107,\cdot)\)
\(\chi_{1732}(135,\cdot)\)
\(\chi_{1732}(163,\cdot)\)
\(\chi_{1732}(175,\cdot)\)
\(\chi_{1732}(207,\cdot)\)
\(\chi_{1732}(219,\cdot)\)
\(\chi_{1732}(231,\cdot)\)
\(\chi_{1732}(247,\cdot)\)
\(\chi_{1732}(259,\cdot)\)
\(\chi_{1732}(263,\cdot)\)
\(\chi_{1732}(267,\cdot)\)
\(\chi_{1732}(291,\cdot)\)
\(\chi_{1732}(303,\cdot)\)
\(\chi_{1732}(307,\cdot)\)
\(\chi_{1732}(311,\cdot)\)
\(\chi_{1732}(319,\cdot)\)
\(\chi_{1732}(323,\cdot)\)
\(\chi_{1732}(339,\cdot)\)
\(\chi_{1732}(371,\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 };
\((867,5)\) → \((-1,e\left(\frac{119}{432}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 1732 }(1207, a) \) |
\(1\) | \(1\) | \(e\left(\frac{37}{54}\right)\) | \(e\left(\frac{119}{432}\right)\) | \(e\left(\frac{19}{432}\right)\) | \(e\left(\frac{10}{27}\right)\) | \(e\left(\frac{67}{216}\right)\) | \(e\left(\frac{103}{216}\right)\) | \(e\left(\frac{415}{432}\right)\) | \(e\left(\frac{11}{27}\right)\) | \(e\left(\frac{71}{432}\right)\) | \(e\left(\frac{35}{48}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)