sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(29435, base_ring=CyclotomicField(812))
M = H._module
chi = DirichletCharacter(H, M([203,406,668]))
gp:[g,chi] = znchar(Mod(832, 29435))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("29435.832");
| Modulus: | \(29435\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(29435\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(812\) |
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_{29435}(83,\cdot)\)
\(\chi_{29435}(132,\cdot)\)
\(\chi_{29435}(223,\cdot)\)
\(\chi_{29435}(342,\cdot)\)
\(\chi_{29435}(517,\cdot)\)
\(\chi_{29435}(538,\cdot)\)
\(\chi_{29435}(587,\cdot)\)
\(\chi_{29435}(692,\cdot)\)
\(\chi_{29435}(748,\cdot)\)
\(\chi_{29435}(832,\cdot)\)
\(\chi_{29435}(923,\cdot)\)
\(\chi_{29435}(993,\cdot)\)
\(\chi_{29435}(1098,\cdot)\)
\(\chi_{29435}(1147,\cdot)\)
\(\chi_{29435}(1238,\cdot)\)
\(\chi_{29435}(1357,\cdot)\)
\(\chi_{29435}(1532,\cdot)\)
\(\chi_{29435}(1553,\cdot)\)
\(\chi_{29435}(1602,\cdot)\)
\(\chi_{29435}(1707,\cdot)\)
\(\chi_{29435}(1763,\cdot)\)
\(\chi_{29435}(1847,\cdot)\)
\(\chi_{29435}(1938,\cdot)\)
\(\chi_{29435}(2008,\cdot)\)
\(\chi_{29435}(2113,\cdot)\)
\(\chi_{29435}(2162,\cdot)\)
\(\chi_{29435}(2372,\cdot)\)
\(\chi_{29435}(2547,\cdot)\)
\(\chi_{29435}(2568,\cdot)\)
\(\chi_{29435}(2617,\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 };
\((17662,25231,28596)\) → \((i,-1,e\left(\frac{167}{203}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) | \(16\) |
| \( \chi_{ 29435 }(832, a) \) |
\(1\) | \(1\) | \(e\left(\frac{59}{812}\right)\) | \(e\left(\frac{15}{812}\right)\) | \(e\left(\frac{59}{406}\right)\) | \(e\left(\frac{37}{406}\right)\) | \(e\left(\frac{177}{812}\right)\) | \(e\left(\frac{15}{406}\right)\) | \(e\left(\frac{129}{203}\right)\) | \(e\left(\frac{19}{116}\right)\) | \(e\left(\frac{691}{812}\right)\) | \(e\left(\frac{59}{203}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)