sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2443, base_ring=CyclotomicField(174))
M = H._module
chi = DirichletCharacter(H, M([116,39]))
gp:[g,chi] = znchar(Mod(725, 2443))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2443.725");
| Modulus: | \(2443\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2443\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(174\) |
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_{2443}(37,\cdot)\)
\(\chi_{2443}(60,\cdot)\)
\(\chi_{2443}(86,\cdot)\)
\(\chi_{2443}(100,\cdot)\)
\(\chi_{2443}(121,\cdot)\)
\(\chi_{2443}(261,\cdot)\)
\(\chi_{2443}(282,\cdot)\)
\(\chi_{2443}(366,\cdot)\)
\(\chi_{2443}(394,\cdot)\)
\(\chi_{2443}(424,\cdot)\)
\(\chi_{2443}(429,\cdot)\)
\(\chi_{2443}(464,\cdot)\)
\(\chi_{2443}(527,\cdot)\)
\(\chi_{2443}(632,\cdot)\)
\(\chi_{2443}(667,\cdot)\)
\(\chi_{2443}(725,\cdot)\)
\(\chi_{2443}(746,\cdot)\)
\(\chi_{2443}(758,\cdot)\)
\(\chi_{2443}(767,\cdot)\)
\(\chi_{2443}(823,\cdot)\)
\(\chi_{2443}(837,\cdot)\)
\(\chi_{2443}(879,\cdot)\)
\(\chi_{2443}(921,\cdot)\)
\(\chi_{2443}(1122,\cdot)\)
\(\chi_{2443}(1278,\cdot)\)
\(\chi_{2443}(1355,\cdot)\)
\(\chi_{2443}(1423,\cdot)\)
\(\chi_{2443}(1432,\cdot)\)
\(\chi_{2443}(1444,\cdot)\)
\(\chi_{2443}(1460,\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 };
\((1746,351)\) → \((e\left(\frac{2}{3}\right),e\left(\frac{13}{58}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(11\) | \(12\) |
| \( \chi_{ 2443 }(725, a) \) |
\(1\) | \(1\) | \(e\left(\frac{97}{174}\right)\) | \(e\left(\frac{43}{87}\right)\) | \(e\left(\frac{10}{87}\right)\) | \(e\left(\frac{62}{87}\right)\) | \(e\left(\frac{3}{58}\right)\) | \(e\left(\frac{39}{58}\right)\) | \(e\left(\frac{86}{87}\right)\) | \(e\left(\frac{47}{174}\right)\) | \(e\left(\frac{65}{174}\right)\) | \(e\left(\frac{53}{87}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)