sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3547, base_ring=CyclotomicField(3546))
M = H._module
chi = DirichletCharacter(H, M([2266]))
gp:[g,chi] = znchar(Mod(1045, 3547))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3547.1045");
| Modulus: | \(3547\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(3547\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(1773\) |
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_{3547}(4,\cdot)\)
\(\chi_{3547}(9,\cdot)\)
\(\chi_{3547}(10,\cdot)\)
\(\chi_{3547}(16,\cdot)\)
\(\chi_{3547}(19,\cdot)\)
\(\chi_{3547}(23,\cdot)\)
\(\chi_{3547}(24,\cdot)\)
\(\chi_{3547}(25,\cdot)\)
\(\chi_{3547}(26,\cdot)\)
\(\chi_{3547}(28,\cdot)\)
\(\chi_{3547}(29,\cdot)\)
\(\chi_{3547}(33,\cdot)\)
\(\chi_{3547}(34,\cdot)\)
\(\chi_{3547}(40,\cdot)\)
\(\chi_{3547}(47,\cdot)\)
\(\chi_{3547}(51,\cdot)\)
\(\chi_{3547}(53,\cdot)\)
\(\chi_{3547}(54,\cdot)\)
\(\chi_{3547}(60,\cdot)\)
\(\chi_{3547}(61,\cdot)\)
\(\chi_{3547}(63,\cdot)\)
\(\chi_{3547}(65,\cdot)\)
\(\chi_{3547}(67,\cdot)\)
\(\chi_{3547}(70,\cdot)\)
\(\chi_{3547}(71,\cdot)\)
\(\chi_{3547}(74,\cdot)\)
\(\chi_{3547}(79,\cdot)\)
\(\chi_{3547}(81,\cdot)\)
\(\chi_{3547}(85,\cdot)\)
\(\chi_{3547}(86,\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 };
\(2\) → \(e\left(\frac{1133}{1773}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 3547 }(1045, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1133}{1773}\right)\) | \(e\left(\frac{592}{1773}\right)\) | \(e\left(\frac{493}{1773}\right)\) | \(e\left(\frac{1640}{1773}\right)\) | \(e\left(\frac{575}{591}\right)\) | \(e\left(\frac{127}{197}\right)\) | \(e\left(\frac{542}{591}\right)\) | \(e\left(\frac{1184}{1773}\right)\) | \(e\left(\frac{1000}{1773}\right)\) | \(e\left(\frac{430}{1773}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)