sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1225, base_ring=CyclotomicField(210))
M = H._module
chi = DirichletCharacter(H, M([147,200]))
gp:[g,chi] = znchar(Mod(109, 1225))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1225.109");
| Modulus: | \(1225\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1225\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(210\) |
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_{1225}(4,\cdot)\)
\(\chi_{1225}(9,\cdot)\)
\(\chi_{1225}(39,\cdot)\)
\(\chi_{1225}(44,\cdot)\)
\(\chi_{1225}(109,\cdot)\)
\(\chi_{1225}(114,\cdot)\)
\(\chi_{1225}(144,\cdot)\)
\(\chi_{1225}(179,\cdot)\)
\(\chi_{1225}(184,\cdot)\)
\(\chi_{1225}(219,\cdot)\)
\(\chi_{1225}(254,\cdot)\)
\(\chi_{1225}(284,\cdot)\)
\(\chi_{1225}(289,\cdot)\)
\(\chi_{1225}(319,\cdot)\)
\(\chi_{1225}(354,\cdot)\)
\(\chi_{1225}(359,\cdot)\)
\(\chi_{1225}(389,\cdot)\)
\(\chi_{1225}(394,\cdot)\)
\(\chi_{1225}(429,\cdot)\)
\(\chi_{1225}(464,\cdot)\)
\(\chi_{1225}(494,\cdot)\)
\(\chi_{1225}(529,\cdot)\)
\(\chi_{1225}(534,\cdot)\)
\(\chi_{1225}(564,\cdot)\)
\(\chi_{1225}(604,\cdot)\)
\(\chi_{1225}(634,\cdot)\)
\(\chi_{1225}(639,\cdot)\)
\(\chi_{1225}(669,\cdot)\)
\(\chi_{1225}(709,\cdot)\)
\(\chi_{1225}(739,\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 };
\((1177,101)\) → \((e\left(\frac{7}{10}\right),e\left(\frac{20}{21}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) | \(16\) |
| \( \chi_{ 1225 }(109, a) \) |
\(1\) | \(1\) | \(e\left(\frac{97}{210}\right)\) | \(e\left(\frac{179}{210}\right)\) | \(e\left(\frac{97}{105}\right)\) | \(e\left(\frac{11}{35}\right)\) | \(e\left(\frac{27}{70}\right)\) | \(e\left(\frac{74}{105}\right)\) | \(e\left(\frac{31}{105}\right)\) | \(e\left(\frac{163}{210}\right)\) | \(e\left(\frac{51}{70}\right)\) | \(e\left(\frac{89}{105}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)