sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2523, base_ring=CyclotomicField(406))
M = H._module
chi = DirichletCharacter(H, M([203,65]))
gp:[g,chi] = znchar(Mod(419, 2523))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2523.419");
| Modulus: | \(2523\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(2523\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(406\) |
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: | odd |
sage:chi.is_odd()
gp:zncharisodd(g,chi)
magma:IsOdd(chi);
|
\(\chi_{2523}(5,\cdot)\)
\(\chi_{2523}(35,\cdot)\)
\(\chi_{2523}(38,\cdot)\)
\(\chi_{2523}(62,\cdot)\)
\(\chi_{2523}(71,\cdot)\)
\(\chi_{2523}(80,\cdot)\)
\(\chi_{2523}(92,\cdot)\)
\(\chi_{2523}(122,\cdot)\)
\(\chi_{2523}(125,\cdot)\)
\(\chi_{2523}(149,\cdot)\)
\(\chi_{2523}(158,\cdot)\)
\(\chi_{2523}(167,\cdot)\)
\(\chi_{2523}(179,\cdot)\)
\(\chi_{2523}(209,\cdot)\)
\(\chi_{2523}(212,\cdot)\)
\(\chi_{2523}(245,\cdot)\)
\(\chi_{2523}(254,\cdot)\)
\(\chi_{2523}(266,\cdot)\)
\(\chi_{2523}(296,\cdot)\)
\(\chi_{2523}(299,\cdot)\)
\(\chi_{2523}(323,\cdot)\)
\(\chi_{2523}(332,\cdot)\)
\(\chi_{2523}(341,\cdot)\)
\(\chi_{2523}(353,\cdot)\)
\(\chi_{2523}(383,\cdot)\)
\(\chi_{2523}(386,\cdot)\)
\(\chi_{2523}(410,\cdot)\)
\(\chi_{2523}(419,\cdot)\)
\(\chi_{2523}(428,\cdot)\)
\(\chi_{2523}(440,\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 };
\((842,1684)\) → \((-1,e\left(\frac{65}{406}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 2523 }(419, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{134}{203}\right)\) | \(e\left(\frac{65}{203}\right)\) | \(e\left(\frac{345}{406}\right)\) | \(e\left(\frac{40}{203}\right)\) | \(e\left(\frac{199}{203}\right)\) | \(e\left(\frac{207}{406}\right)\) | \(e\left(\frac{95}{203}\right)\) | \(e\left(\frac{200}{203}\right)\) | \(e\left(\frac{6}{7}\right)\) | \(e\left(\frac{130}{203}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)