sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(10097, base_ring=CyclotomicField(1606))
M = H._module
chi = DirichletCharacter(H, M([292,968]))
gp:[g,chi] = znchar(Mod(73, 10097))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("10097.73");
| Modulus: | \(10097\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(10097\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(803\) |
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_{10097}(2,\cdot)\)
\(\chi_{10097}(4,\cdot)\)
\(\chi_{10097}(8,\cdot)\)
\(\chi_{10097}(9,\cdot)\)
\(\chi_{10097}(16,\cdot)\)
\(\chi_{10097}(18,\cdot)\)
\(\chi_{10097}(32,\cdot)\)
\(\chi_{10097}(36,\cdot)\)
\(\chi_{10097}(49,\cdot)\)
\(\chi_{10097}(55,\cdot)\)
\(\chi_{10097}(64,\cdot)\)
\(\chi_{10097}(72,\cdot)\)
\(\chi_{10097}(73,\cdot)\)
\(\chi_{10097}(81,\cdot)\)
\(\chi_{10097}(98,\cdot)\)
\(\chi_{10097}(110,\cdot)\)
\(\chi_{10097}(128,\cdot)\)
\(\chi_{10097}(141,\cdot)\)
\(\chi_{10097}(144,\cdot)\)
\(\chi_{10097}(146,\cdot)\)
\(\chi_{10097}(196,\cdot)\)
\(\chi_{10097}(209,\cdot)\)
\(\chi_{10097}(220,\cdot)\)
\(\chi_{10097}(223,\cdot)\)
\(\chi_{10097}(256,\cdot)\)
\(\chi_{10097}(271,\cdot)\)
\(\chi_{10097}(282,\cdot)\)
\(\chi_{10097}(288,\cdot)\)
\(\chi_{10097}(292,\cdot)\)
\(\chi_{10097}(324,\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 };
\((879,7039)\) → \((e\left(\frac{2}{11}\right),e\left(\frac{44}{73}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 10097 }(73, a) \) |
\(1\) | \(1\) | \(e\left(\frac{303}{803}\right)\) | \(e\left(\frac{620}{803}\right)\) | \(e\left(\frac{606}{803}\right)\) | \(e\left(\frac{740}{803}\right)\) | \(e\left(\frac{120}{803}\right)\) | \(e\left(\frac{79}{803}\right)\) | \(e\left(\frac{106}{803}\right)\) | \(e\left(\frac{437}{803}\right)\) | \(e\left(\frac{240}{803}\right)\) | \(e\left(\frac{687}{803}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)