sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1333, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([154,90]))
gp:[g,chi] = znchar(Mod(293, 1333))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1333.293");
| Modulus: | \(1333\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1333\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(105\) |
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_{1333}(41,\cdot)\)
\(\chi_{1333}(59,\cdot)\)
\(\chi_{1333}(90,\cdot)\)
\(\chi_{1333}(102,\cdot)\)
\(\chi_{1333}(107,\cdot)\)
\(\chi_{1333}(121,\cdot)\)
\(\chi_{1333}(133,\cdot)\)
\(\chi_{1333}(164,\cdot)\)
\(\chi_{1333}(183,\cdot)\)
\(\chi_{1333}(193,\cdot)\)
\(\chi_{1333}(226,\cdot)\)
\(\chi_{1333}(231,\cdot)\)
\(\chi_{1333}(236,\cdot)\)
\(\chi_{1333}(262,\cdot)\)
\(\chi_{1333}(293,\cdot)\)
\(\chi_{1333}(299,\cdot)\)
\(\chi_{1333}(317,\cdot)\)
\(\chi_{1333}(348,\cdot)\)
\(\chi_{1333}(355,\cdot)\)
\(\chi_{1333}(360,\cdot)\)
\(\chi_{1333}(379,\cdot)\)
\(\chi_{1333}(391,\cdot)\)
\(\chi_{1333}(422,\cdot)\)
\(\chi_{1333}(441,\cdot)\)
\(\chi_{1333}(484,\cdot)\)
\(\chi_{1333}(514,\cdot)\)
\(\chi_{1333}(537,\cdot)\)
\(\chi_{1333}(661,\cdot)\)
\(\chi_{1333}(692,\cdot)\)
\(\chi_{1333}(723,\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 };
\((1119,218)\) → \((e\left(\frac{11}{15}\right),e\left(\frac{3}{7}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 1333 }(293, a) \) |
\(1\) | \(1\) | \(e\left(\frac{6}{35}\right)\) | \(e\left(\frac{17}{105}\right)\) | \(e\left(\frac{12}{35}\right)\) | \(e\left(\frac{8}{21}\right)\) | \(e\left(\frac{1}{3}\right)\) | \(e\left(\frac{8}{15}\right)\) | \(e\left(\frac{18}{35}\right)\) | \(e\left(\frac{34}{105}\right)\) | \(e\left(\frac{58}{105}\right)\) | \(e\left(\frac{76}{105}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)