sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(7547, base_ring=CyclotomicField(7546))
M = H._module
chi = DirichletCharacter(H, M([2468]))
gp:[g,chi] = znchar(Mod(4317, 7547))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("7547.4317");
| Modulus: | \(7547\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(7547\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(3773\) |
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_{7547}(3,\cdot)\)
\(\chi_{7547}(4,\cdot)\)
\(\chi_{7547}(9,\cdot)\)
\(\chi_{7547}(10,\cdot)\)
\(\chi_{7547}(14,\cdot)\)
\(\chi_{7547}(16,\cdot)\)
\(\chi_{7547}(22,\cdot)\)
\(\chi_{7547}(25,\cdot)\)
\(\chi_{7547}(26,\cdot)\)
\(\chi_{7547}(27,\cdot)\)
\(\chi_{7547}(29,\cdot)\)
\(\chi_{7547}(30,\cdot)\)
\(\chi_{7547}(35,\cdot)\)
\(\chi_{7547}(36,\cdot)\)
\(\chi_{7547}(38,\cdot)\)
\(\chi_{7547}(40,\cdot)\)
\(\chi_{7547}(43,\cdot)\)
\(\chi_{7547}(46,\cdot)\)
\(\chi_{7547}(48,\cdot)\)
\(\chi_{7547}(49,\cdot)\)
\(\chi_{7547}(51,\cdot)\)
\(\chi_{7547}(55,\cdot)\)
\(\chi_{7547}(56,\cdot)\)
\(\chi_{7547}(59,\cdot)\)
\(\chi_{7547}(62,\cdot)\)
\(\chi_{7547}(64,\cdot)\)
\(\chi_{7547}(65,\cdot)\)
\(\chi_{7547}(66,\cdot)\)
\(\chi_{7547}(67,\cdot)\)
\(\chi_{7547}(68,\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{1234}{3773}\right)\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) | \(10\) | \(11\) |
| \( \chi_{ 7547 }(4317, a) \) |
\(1\) | \(1\) | \(e\left(\frac{1234}{3773}\right)\) | \(e\left(\frac{3125}{3773}\right)\) | \(e\left(\frac{2468}{3773}\right)\) | \(e\left(\frac{277}{3773}\right)\) | \(e\left(\frac{586}{3773}\right)\) | \(e\left(\frac{2361}{3773}\right)\) | \(e\left(\frac{3702}{3773}\right)\) | \(e\left(\frac{2477}{3773}\right)\) | \(e\left(\frac{1511}{3773}\right)\) | \(e\left(\frac{3002}{3773}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)