sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(257725, base_ring=CyclotomicField(780))
M = H._module
chi = DirichletCharacter(H, M([195,205,39]))
gp:[g,chi] = znchar(Mod(3607, 257725))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("257725.3607");
| Modulus: | \(257725\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(51545\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(780\) |
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: | no, induced from \(\chi_{51545}(3607,\cdot)\) |
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_{257725}(2082,\cdot)\)
\(\chi_{257725}(2407,\cdot)\)
\(\chi_{257725}(3607,\cdot)\)
\(\chi_{257725}(3932,\cdot)\)
\(\chi_{257725}(4843,\cdot)\)
\(\chi_{257725}(5818,\cdot)\)
\(\chi_{257725}(6368,\cdot)\)
\(\chi_{257725}(7343,\cdot)\)
\(\chi_{257725}(12482,\cdot)\)
\(\chi_{257725}(13457,\cdot)\)
\(\chi_{257725}(14007,\cdot)\)
\(\chi_{257725}(14982,\cdot)\)
\(\chi_{257725}(15893,\cdot)\)
\(\chi_{257725}(16218,\cdot)\)
\(\chi_{257725}(17418,\cdot)\)
\(\chi_{257725}(17743,\cdot)\)
\(\chi_{257725}(21907,\cdot)\)
\(\chi_{257725}(22232,\cdot)\)
\(\chi_{257725}(23432,\cdot)\)
\(\chi_{257725}(23757,\cdot)\)
\(\chi_{257725}(24668,\cdot)\)
\(\chi_{257725}(25643,\cdot)\)
\(\chi_{257725}(26193,\cdot)\)
\(\chi_{257725}(27168,\cdot)\)
\(\chi_{257725}(32307,\cdot)\)
\(\chi_{257725}(33282,\cdot)\)
\(\chi_{257725}(33832,\cdot)\)
\(\chi_{257725}(34807,\cdot)\)
\(\chi_{257725}(35718,\cdot)\)
\(\chi_{257725}(36043,\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 };
\((144327,193676,177451)\) → \((i,e\left(\frac{41}{156}\right),e\left(\frac{1}{20}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(14\) |
| \( \chi_{ 257725 }(3607, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{439}{780}\right)\) | \(e\left(\frac{499}{780}\right)\) | \(e\left(\frac{49}{390}\right)\) | \(e\left(\frac{79}{390}\right)\) | \(e\left(\frac{641}{780}\right)\) | \(e\left(\frac{179}{260}\right)\) | \(e\left(\frac{109}{390}\right)\) | \(e\left(\frac{32}{39}\right)\) | \(e\left(\frac{199}{260}\right)\) | \(e\left(\frac{5}{13}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)