sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1805, base_ring=CyclotomicField(76))
M = H._module
chi = DirichletCharacter(H, M([57,66]))
gp:[g,chi] = znchar(Mod(683, 1805))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1805.683");
| Modulus: | \(1805\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1805\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(76\) |
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_{1805}(18,\cdot)\)
\(\chi_{1805}(37,\cdot)\)
\(\chi_{1805}(113,\cdot)\)
\(\chi_{1805}(132,\cdot)\)
\(\chi_{1805}(208,\cdot)\)
\(\chi_{1805}(227,\cdot)\)
\(\chi_{1805}(303,\cdot)\)
\(\chi_{1805}(322,\cdot)\)
\(\chi_{1805}(398,\cdot)\)
\(\chi_{1805}(417,\cdot)\)
\(\chi_{1805}(493,\cdot)\)
\(\chi_{1805}(512,\cdot)\)
\(\chi_{1805}(588,\cdot)\)
\(\chi_{1805}(607,\cdot)\)
\(\chi_{1805}(683,\cdot)\)
\(\chi_{1805}(702,\cdot)\)
\(\chi_{1805}(778,\cdot)\)
\(\chi_{1805}(797,\cdot)\)
\(\chi_{1805}(873,\cdot)\)
\(\chi_{1805}(892,\cdot)\)
\(\chi_{1805}(968,\cdot)\)
\(\chi_{1805}(987,\cdot)\)
\(\chi_{1805}(1063,\cdot)\)
\(\chi_{1805}(1158,\cdot)\)
\(\chi_{1805}(1177,\cdot)\)
\(\chi_{1805}(1253,\cdot)\)
\(\chi_{1805}(1272,\cdot)\)
\(\chi_{1805}(1348,\cdot)\)
\(\chi_{1805}(1367,\cdot)\)
\(\chi_{1805}(1462,\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 };
\((362,1446)\) → \((-i,e\left(\frac{33}{38}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 1805 }(683, a) \) |
\(1\) | \(1\) | \(e\left(\frac{47}{76}\right)\) | \(e\left(\frac{73}{76}\right)\) | \(e\left(\frac{9}{38}\right)\) | \(e\left(\frac{11}{19}\right)\) | \(e\left(\frac{1}{76}\right)\) | \(e\left(\frac{65}{76}\right)\) | \(e\left(\frac{35}{38}\right)\) | \(e\left(\frac{11}{19}\right)\) | \(e\left(\frac{15}{76}\right)\) | \(e\left(\frac{73}{76}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)