sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(100391, base_ring=CyclotomicField(100390))
M = H._module
chi = DirichletCharacter(H, M([48789]))
gp:[g,chi] = znchar(Mod(101, 100391))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("100391.101");
| Modulus: | \(100391\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(100391\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(100390\) |
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_{100391}(7,\cdot)\)
\(\chi_{100391}(11,\cdot)\)
\(\chi_{100391}(13,\cdot)\)
\(\chi_{100391}(14,\cdot)\)
\(\chi_{100391}(21,\cdot)\)
\(\chi_{100391}(22,\cdot)\)
\(\chi_{100391}(26,\cdot)\)
\(\chi_{100391}(33,\cdot)\)
\(\chi_{100391}(34,\cdot)\)
\(\chi_{100391}(35,\cdot)\)
\(\chi_{100391}(39,\cdot)\)
\(\chi_{100391}(42,\cdot)\)
\(\chi_{100391}(44,\cdot)\)
\(\chi_{100391}(51,\cdot)\)
\(\chi_{100391}(55,\cdot)\)
\(\chi_{100391}(56,\cdot)\)
\(\chi_{100391}(63,\cdot)\)
\(\chi_{100391}(65,\cdot)\)
\(\chi_{100391}(66,\cdot)\)
\(\chi_{100391}(68,\cdot)\)
\(\chi_{100391}(78,\cdot)\)
\(\chi_{100391}(83,\cdot)\)
\(\chi_{100391}(84,\cdot)\)
\(\chi_{100391}(85,\cdot)\)
\(\chi_{100391}(101,\cdot)\)
\(\chi_{100391}(104,\cdot)\)
\(\chi_{100391}(105,\cdot)\)
\(\chi_{100391}(107,\cdot)\)
\(\chi_{100391}(109,\cdot)\)
\(\chi_{100391}(110,\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 };
\(7\) → \(e\left(\frac{48789}{100390}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 100391 }(101, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{47549}{50195}\right)\) | \(e\left(\frac{33726}{50195}\right)\) | \(e\left(\frac{44903}{50195}\right)\) | \(e\left(\frac{26054}{50195}\right)\) | \(e\left(\frac{6216}{10039}\right)\) | \(e\left(\frac{48789}{100390}\right)\) | \(e\left(\frac{42257}{50195}\right)\) | \(e\left(\frac{17257}{50195}\right)\) | \(e\left(\frac{23408}{50195}\right)\) | \(e\left(\frac{61801}{100390}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)