sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1203, base_ring=CyclotomicField(400))
M = H._module
chi = DirichletCharacter(H, M([200,349]))
gp:[g,chi] = znchar(Mod(101, 1203))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1203.101");
| Modulus: | \(1203\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1203\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(400\) |
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_{1203}(17,\cdot)\)
\(\chi_{1203}(23,\cdot)\)
\(\chi_{1203}(38,\cdot)\)
\(\chi_{1203}(53,\cdot)\)
\(\chi_{1203}(59,\cdot)\)
\(\chi_{1203}(62,\cdot)\)
\(\chi_{1203}(65,\cdot)\)
\(\chi_{1203}(71,\cdot)\)
\(\chi_{1203}(74,\cdot)\)
\(\chi_{1203}(92,\cdot)\)
\(\chi_{1203}(95,\cdot)\)
\(\chi_{1203}(101,\cdot)\)
\(\chi_{1203}(104,\cdot)\)
\(\chi_{1203}(107,\cdot)\)
\(\chi_{1203}(122,\cdot)\)
\(\chi_{1203}(131,\cdot)\)
\(\chi_{1203}(134,\cdot)\)
\(\chi_{1203}(137,\cdot)\)
\(\chi_{1203}(143,\cdot)\)
\(\chi_{1203}(152,\cdot)\)
\(\chi_{1203}(161,\cdot)\)
\(\chi_{1203}(167,\cdot)\)
\(\chi_{1203}(170,\cdot)\)
\(\chi_{1203}(182,\cdot)\)
\(\chi_{1203}(185,\cdot)\)
\(\chi_{1203}(191,\cdot)\)
\(\chi_{1203}(194,\cdot)\)
\(\chi_{1203}(209,\cdot)\)
\(\chi_{1203}(227,\cdot)\)
\(\chi_{1203}(233,\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 };
\((803,805)\) → \((-1,e\left(\frac{349}{400}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(4\) | \(5\) | \(7\) | \(8\) | \(10\) | \(11\) | \(13\) | \(14\) | \(16\) |
| \( \chi_{ 1203 }(101, a) \) |
\(1\) | \(1\) | \(e\left(\frac{37}{200}\right)\) | \(e\left(\frac{37}{100}\right)\) | \(e\left(\frac{19}{50}\right)\) | \(e\left(\frac{19}{200}\right)\) | \(e\left(\frac{111}{200}\right)\) | \(e\left(\frac{113}{200}\right)\) | \(e\left(\frac{153}{200}\right)\) | \(e\left(\frac{131}{400}\right)\) | \(e\left(\frac{7}{25}\right)\) | \(e\left(\frac{37}{50}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)