sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(4307, base_ring=CyclotomicField(2088))
M = H._module
chi = DirichletCharacter(H, M([1332,1885]))
gp:[g,chi] = znchar(Mod(39, 4307))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("4307.39");
| Modulus: | \(4307\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(4307\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(2088\) |
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_{4307}(11,\cdot)\)
\(\chi_{4307}(13,\cdot)\)
\(\chi_{4307}(14,\cdot)\)
\(\chi_{4307}(31,\cdot)\)
\(\chi_{4307}(33,\cdot)\)
\(\chi_{4307}(34,\cdot)\)
\(\chi_{4307}(39,\cdot)\)
\(\chi_{4307}(40,\cdot)\)
\(\chi_{4307}(42,\cdot)\)
\(\chi_{4307}(44,\cdot)\)
\(\chi_{4307}(47,\cdot)\)
\(\chi_{4307}(93,\cdot)\)
\(\chi_{4307}(99,\cdot)\)
\(\chi_{4307}(101,\cdot)\)
\(\chi_{4307}(102,\cdot)\)
\(\chi_{4307}(106,\cdot)\)
\(\chi_{4307}(113,\cdot)\)
\(\chi_{4307}(115,\cdot)\)
\(\chi_{4307}(120,\cdot)\)
\(\chi_{4307}(126,\cdot)\)
\(\chi_{4307}(131,\cdot)\)
\(\chi_{4307}(132,\cdot)\)
\(\chi_{4307}(141,\cdot)\)
\(\chi_{4307}(151,\cdot)\)
\(\chi_{4307}(157,\cdot)\)
\(\chi_{4307}(160,\cdot)\)
\(\chi_{4307}(161,\cdot)\)
\(\chi_{4307}(172,\cdot)\)
\(\chi_{4307}(174,\cdot)\)
\(\chi_{4307}(179,\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 };
\((2775,1830)\) → \((e\left(\frac{37}{58}\right),e\left(\frac{65}{72}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 4307 }(39, a) \) |
\(1\) | \(1\) | \(e\left(\frac{449}{522}\right)\) | \(e\left(\frac{109}{348}\right)\) | \(e\left(\frac{188}{261}\right)\) | \(e\left(\frac{1525}{2088}\right)\) | \(e\left(\frac{181}{1044}\right)\) | \(e\left(\frac{191}{696}\right)\) | \(e\left(\frac{101}{174}\right)\) | \(e\left(\frac{109}{174}\right)\) | \(e\left(\frac{137}{232}\right)\) | \(e\left(\frac{1255}{2088}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)