sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3671, base_ring=CyclotomicField(3670))
M = H._module
chi = DirichletCharacter(H, M([3138]))
gp:[g,chi] = znchar(Mod(6, 3671))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3671.6");
| Modulus: | \(3671\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3671\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1835\) |
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_{3671}(2,\cdot)\)
\(\chi_{3671}(3,\cdot)\)
\(\chi_{3671}(4,\cdot)\)
\(\chi_{3671}(5,\cdot)\)
\(\chi_{3671}(6,\cdot)\)
\(\chi_{3671}(7,\cdot)\)
\(\chi_{3671}(8,\cdot)\)
\(\chi_{3671}(9,\cdot)\)
\(\chi_{3671}(11,\cdot)\)
\(\chi_{3671}(12,\cdot)\)
\(\chi_{3671}(16,\cdot)\)
\(\chi_{3671}(17,\cdot)\)
\(\chi_{3671}(18,\cdot)\)
\(\chi_{3671}(20,\cdot)\)
\(\chi_{3671}(23,\cdot)\)
\(\chi_{3671}(24,\cdot)\)
\(\chi_{3671}(25,\cdot)\)
\(\chi_{3671}(27,\cdot)\)
\(\chi_{3671}(28,\cdot)\)
\(\chi_{3671}(30,\cdot)\)
\(\chi_{3671}(35,\cdot)\)
\(\chi_{3671}(36,\cdot)\)
\(\chi_{3671}(40,\cdot)\)
\(\chi_{3671}(42,\cdot)\)
\(\chi_{3671}(44,\cdot)\)
\(\chi_{3671}(45,\cdot)\)
\(\chi_{3671}(46,\cdot)\)
\(\chi_{3671}(47,\cdot)\)
\(\chi_{3671}(49,\cdot)\)
\(\chi_{3671}(50,\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 };
\(13\) → \(e\left(\frac{1569}{1835}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3671 }(6, a) \) |
\(1\) | \(1\) | \(e\left(\frac{976}{1835}\right)\) | \(e\left(\frac{1076}{1835}\right)\) | \(e\left(\frac{117}{1835}\right)\) | \(e\left(\frac{1594}{1835}\right)\) | \(e\left(\frac{217}{1835}\right)\) | \(e\left(\frac{679}{1835}\right)\) | \(e\left(\frac{1093}{1835}\right)\) | \(e\left(\frac{317}{1835}\right)\) | \(e\left(\frac{147}{367}\right)\) | \(e\left(\frac{1199}{1835}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)