sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(46225, base_ring=CyclotomicField(3010))
M = H._module
chi = DirichletCharacter(H, M([301,10]))
gp:[g,chi] = znchar(Mod(729, 46225))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("46225.729");
| Modulus: | \(46225\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(46225\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(3010\) |
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_{46225}(4,\cdot)\)
\(\chi_{46225}(54,\cdot)\)
\(\chi_{46225}(59,\cdot)\)
\(\chi_{46225}(64,\cdot)\)
\(\chi_{46225}(84,\cdot)\)
\(\chi_{46225}(164,\cdot)\)
\(\chi_{46225}(219,\cdot)\)
\(\chi_{46225}(269,\cdot)\)
\(\chi_{46225}(279,\cdot)\)
\(\chi_{46225}(379,\cdot)\)
\(\chi_{46225}(434,\cdot)\)
\(\chi_{46225}(484,\cdot)\)
\(\chi_{46225}(489,\cdot)\)
\(\chi_{46225}(494,\cdot)\)
\(\chi_{46225}(514,\cdot)\)
\(\chi_{46225}(594,\cdot)\)
\(\chi_{46225}(704,\cdot)\)
\(\chi_{46225}(709,\cdot)\)
\(\chi_{46225}(729,\cdot)\)
\(\chi_{46225}(809,\cdot)\)
\(\chi_{46225}(864,\cdot)\)
\(\chi_{46225}(914,\cdot)\)
\(\chi_{46225}(919,\cdot)\)
\(\chi_{46225}(944,\cdot)\)
\(\chi_{46225}(1079,\cdot)\)
\(\chi_{46225}(1129,\cdot)\)
\(\chi_{46225}(1134,\cdot)\)
\(\chi_{46225}(1139,\cdot)\)
\(\chi_{46225}(1159,\cdot)\)
\(\chi_{46225}(1239,\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 };
\((44377,3701)\) → \((e\left(\frac{1}{10}\right),e\left(\frac{1}{301}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 46225 }(729, a) \) |
\(1\) | \(1\) | \(e\left(\frac{641}{3010}\right)\) | \(e\left(\frac{2117}{3010}\right)\) | \(e\left(\frac{641}{1505}\right)\) | \(e\left(\frac{197}{215}\right)\) | \(e\left(\frac{27}{86}\right)\) | \(e\left(\frac{1923}{3010}\right)\) | \(e\left(\frac{612}{1505}\right)\) | \(e\left(\frac{668}{1505}\right)\) | \(e\left(\frac{389}{3010}\right)\) | \(e\left(\frac{1069}{3010}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)