sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1555, base_ring=CyclotomicField(620))
M = H._module
chi = DirichletCharacter(H, M([155,544]))
gp:[g,chi] = znchar(Mod(137, 1555))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1555.137");
| Modulus: | \(1555\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1555\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(620\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1555}(2,\cdot)\)
\(\chi_{1555}(3,\cdot)\)
\(\chi_{1555}(8,\cdot)\)
\(\chi_{1555}(12,\cdot)\)
\(\chi_{1555}(27,\cdot)\)
\(\chi_{1555}(28,\cdot)\)
\(\chi_{1555}(42,\cdot)\)
\(\chi_{1555}(48,\cdot)\)
\(\chi_{1555}(53,\cdot)\)
\(\chi_{1555}(63,\cdot)\)
\(\chi_{1555}(67,\cdot)\)
\(\chi_{1555}(72,\cdot)\)
\(\chi_{1555}(73,\cdot)\)
\(\chi_{1555}(78,\cdot)\)
\(\chi_{1555}(98,\cdot)\)
\(\chi_{1555}(107,\cdot)\)
\(\chi_{1555}(108,\cdot)\)
\(\chi_{1555}(112,\cdot)\)
\(\chi_{1555}(117,\cdot)\)
\(\chi_{1555}(127,\cdot)\)
\(\chi_{1555}(128,\cdot)\)
\(\chi_{1555}(137,\cdot)\)
\(\chi_{1555}(147,\cdot)\)
\(\chi_{1555}(157,\cdot)\)
\(\chi_{1555}(158,\cdot)\)
\(\chi_{1555}(162,\cdot)\)
\(\chi_{1555}(163,\cdot)\)
\(\chi_{1555}(173,\cdot)\)
\(\chi_{1555}(178,\cdot)\)
\(\chi_{1555}(182,\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 };
\((312,1261)\) → \((i,e\left(\frac{136}{155}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 1555 }(137, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{343}{620}\right)\) | \(e\left(\frac{401}{620}\right)\) | \(e\left(\frac{33}{310}\right)\) | \(e\left(\frac{1}{5}\right)\) | \(e\left(\frac{11}{124}\right)\) | \(e\left(\frac{409}{620}\right)\) | \(e\left(\frac{91}{310}\right)\) | \(e\left(\frac{14}{31}\right)\) | \(e\left(\frac{467}{620}\right)\) | \(e\left(\frac{117}{124}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)