sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1445, base_ring=CyclotomicField(272))
M = H._module
chi = DirichletCharacter(H, M([68,109]))
gp:[g,chi] = znchar(Mod(12, 1445))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1445.12");
| Modulus: | \(1445\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1445\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(272\) |
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_{1445}(12,\cdot)\)
\(\chi_{1445}(22,\cdot)\)
\(\chi_{1445}(23,\cdot)\)
\(\chi_{1445}(28,\cdot)\)
\(\chi_{1445}(37,\cdot)\)
\(\chi_{1445}(58,\cdot)\)
\(\chi_{1445}(78,\cdot)\)
\(\chi_{1445}(82,\cdot)\)
\(\chi_{1445}(97,\cdot)\)
\(\chi_{1445}(107,\cdot)\)
\(\chi_{1445}(108,\cdot)\)
\(\chi_{1445}(113,\cdot)\)
\(\chi_{1445}(122,\cdot)\)
\(\chi_{1445}(143,\cdot)\)
\(\chi_{1445}(163,\cdot)\)
\(\chi_{1445}(167,\cdot)\)
\(\chi_{1445}(182,\cdot)\)
\(\chi_{1445}(192,\cdot)\)
\(\chi_{1445}(193,\cdot)\)
\(\chi_{1445}(198,\cdot)\)
\(\chi_{1445}(207,\cdot)\)
\(\chi_{1445}(228,\cdot)\)
\(\chi_{1445}(248,\cdot)\)
\(\chi_{1445}(252,\cdot)\)
\(\chi_{1445}(267,\cdot)\)
\(\chi_{1445}(277,\cdot)\)
\(\chi_{1445}(278,\cdot)\)
\(\chi_{1445}(283,\cdot)\)
\(\chi_{1445}(292,\cdot)\)
\(\chi_{1445}(313,\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 };
\((1157,581)\) → \((i,e\left(\frac{109}{272}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 1445 }(12, a) \) |
\(1\) | \(1\) | \(e\left(\frac{53}{136}\right)\) | \(e\left(\frac{41}{272}\right)\) | \(e\left(\frac{53}{68}\right)\) | \(e\left(\frac{147}{272}\right)\) | \(e\left(\frac{99}{272}\right)\) | \(e\left(\frac{23}{136}\right)\) | \(e\left(\frac{41}{136}\right)\) | \(e\left(\frac{59}{272}\right)\) | \(e\left(\frac{253}{272}\right)\) | \(e\left(\frac{5}{17}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)