sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1832, base_ring=CyclotomicField(76))
M = H._module
chi = DirichletCharacter(H, M([0,38,39]))
gp:[g,chi] = znchar(Mod(13, 1832))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1832.13");
| Modulus: | \(1832\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1832\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{1832}(13,\cdot)\)
\(\chi_{1832}(21,\cdot)\)
\(\chi_{1832}(93,\cdot)\)
\(\chi_{1832}(101,\cdot)\)
\(\chi_{1832}(109,\cdot)\)
\(\chi_{1832}(141,\cdot)\)
\(\chi_{1832}(197,\cdot)\)
\(\chi_{1832}(221,\cdot)\)
\(\chi_{1832}(237,\cdot)\)
\(\chi_{1832}(261,\cdot)\)
\(\chi_{1832}(317,\cdot)\)
\(\chi_{1832}(349,\cdot)\)
\(\chi_{1832}(357,\cdot)\)
\(\chi_{1832}(365,\cdot)\)
\(\chi_{1832}(437,\cdot)\)
\(\chi_{1832}(445,\cdot)\)
\(\chi_{1832}(573,\cdot)\)
\(\chi_{1832}(581,\cdot)\)
\(\chi_{1832}(653,\cdot)\)
\(\chi_{1832}(685,\cdot)\)
\(\chi_{1832}(709,\cdot)\)
\(\chi_{1832}(717,\cdot)\)
\(\chi_{1832}(741,\cdot)\)
\(\chi_{1832}(773,\cdot)\)
\(\chi_{1832}(1061,\cdot)\)
\(\chi_{1832}(1093,\cdot)\)
\(\chi_{1832}(1197,\cdot)\)
\(\chi_{1832}(1229,\cdot)\)
\(\chi_{1832}(1517,\cdot)\)
\(\chi_{1832}(1549,\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 };
\((1375,917,1609)\) → \((1,-1,e\left(\frac{39}{76}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 1832 }(13, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{9}{38}\right)\) | \(e\left(\frac{15}{19}\right)\) | \(e\left(\frac{69}{76}\right)\) | \(e\left(\frac{9}{19}\right)\) | \(e\left(\frac{12}{19}\right)\) | \(e\left(\frac{41}{76}\right)\) | \(e\left(\frac{1}{38}\right)\) | \(e\left(\frac{15}{19}\right)\) | \(e\left(\frac{27}{38}\right)\) | \(e\left(\frac{11}{76}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)