sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(317417, base_ring=CyclotomicField(38584))
M = H._module
chi = DirichletCharacter(H, M([20160,29627]))
gp:[g,chi] = znchar(Mod(248, 317417))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("317417.248");
| Modulus: | \(317417\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(317417\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(38584\) |
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_{317417}(13,\cdot)\)
\(\chi_{317417}(36,\cdot)\)
\(\chi_{317417}(63,\cdot)\)
\(\chi_{317417}(77,\cdot)\)
\(\chi_{317417}(100,\cdot)\)
\(\chi_{317417}(102,\cdot)\)
\(\chi_{317417}(122,\cdot)\)
\(\chi_{317417}(174,\cdot)\)
\(\chi_{317417}(175,\cdot)\)
\(\chi_{317417}(195,\cdot)\)
\(\chi_{317417}(201,\cdot)\)
\(\chi_{317417}(248,\cdot)\)
\(\chi_{317417}(278,\cdot)\)
\(\chi_{317417}(289,\cdot)\)
\(\chi_{317417}(314,\cdot)\)
\(\chi_{317417}(328,\cdot)\)
\(\chi_{317417}(364,\cdot)\)
\(\chi_{317417}(365,\cdot)\)
\(\chi_{317417}(439,\cdot)\)
\(\chi_{317417}(493,\cdot)\)
\(\chi_{317417}(513,\cdot)\)
\(\chi_{317417}(524,\cdot)\)
\(\chi_{317417}(540,\cdot)\)
\(\chi_{317417}(543,\cdot)\)
\(\chi_{317417}(554,\cdot)\)
\(\chi_{317417}(574,\cdot)\)
\(\chi_{317417}(576,\cdot)\)
\(\chi_{317417}(596,\cdot)\)
\(\chi_{317417}(627,\cdot)\)
\(\chi_{317417}(652,\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 };
\((297756,39327)\) → \((e\left(\frac{360}{689}\right),e\left(\frac{43}{56}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 317417 }(248, a) \) |
\(1\) | \(1\) | \(e\left(\frac{7107}{9646}\right)\) | \(e\left(\frac{6891}{38584}\right)\) | \(e\left(\frac{2284}{4823}\right)\) | \(e\left(\frac{14809}{38584}\right)\) | \(e\left(\frac{35319}{38584}\right)\) | \(e\left(\frac{2754}{4823}\right)\) | \(e\left(\frac{2029}{9646}\right)\) | \(e\left(\frac{6891}{19292}\right)\) | \(e\left(\frac{4653}{38584}\right)\) | \(e\left(\frac{1343}{19292}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)