sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(220669, base_ring=CyclotomicField(1480))
M = H._module
chi = DirichletCharacter(H, M([470,113]))
gp:[g,chi] = znchar(Mod(3965, 220669))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("220669.3965");
| Modulus: | \(220669\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(220669\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1480\) |
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_{220669}(839,\cdot)\)
\(\chi_{220669}(960,\cdot)\)
\(\chi_{220669}(1009,\cdot)\)
\(\chi_{220669}(2124,\cdot)\)
\(\chi_{220669}(3039,\cdot)\)
\(\chi_{220669}(3379,\cdot)\)
\(\chi_{220669}(3525,\cdot)\)
\(\chi_{220669}(3589,\cdot)\)
\(\chi_{220669}(3871,\cdot)\)
\(\chi_{220669}(3965,\cdot)\)
\(\chi_{220669}(4462,\cdot)\)
\(\chi_{220669}(4567,\cdot)\)
\(\chi_{220669}(4778,\cdot)\)
\(\chi_{220669}(5472,\cdot)\)
\(\chi_{220669}(5630,\cdot)\)
\(\chi_{220669}(5882,\cdot)\)
\(\chi_{220669}(6268,\cdot)\)
\(\chi_{220669}(6541,\cdot)\)
\(\chi_{220669}(6645,\cdot)\)
\(\chi_{220669}(7427,\cdot)\)
\(\chi_{220669}(7559,\cdot)\)
\(\chi_{220669}(7808,\cdot)\)
\(\chi_{220669}(8216,\cdot)\)
\(\chi_{220669}(8273,\cdot)\)
\(\chi_{220669}(8544,\cdot)\)
\(\chi_{220669}(8972,\cdot)\)
\(\chi_{220669}(10470,\cdot)\)
\(\chi_{220669}(11342,\cdot)\)
\(\chi_{220669}(11452,\cdot)\)
\(\chi_{220669}(12158,\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 };
\((48874,122926)\) → \((e\left(\frac{47}{148}\right),e\left(\frac{113}{1480}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 220669 }(3965, a) \) |
\(1\) | \(1\) | \(e\left(\frac{97}{740}\right)\) | \(e\left(\frac{1043}{1480}\right)\) | \(e\left(\frac{97}{370}\right)\) | \(e\left(\frac{287}{740}\right)\) | \(e\left(\frac{1237}{1480}\right)\) | \(e\left(\frac{273}{370}\right)\) | \(e\left(\frac{291}{740}\right)\) | \(e\left(\frac{303}{740}\right)\) | \(e\left(\frac{96}{185}\right)\) | \(e\left(\frac{193}{296}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)