sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(91091, base_ring=CyclotomicField(546))
M = H._module
chi = DirichletCharacter(H, M([143,0,441]))
gp:[g,chi] = znchar(Mod(12, 91091))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("91091.12");
| Modulus: | \(91091\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(8281\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(546\) |
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: | no, induced from \(\chi_{8281}(12,\cdot)\) |
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_{91091}(12,\cdot)\)
\(\chi_{91091}(584,\cdot)\)
\(\chi_{91091}(1585,\cdot)\)
\(\chi_{91091}(2014,\cdot)\)
\(\chi_{91091}(2586,\cdot)\)
\(\chi_{91091}(3015,\cdot)\)
\(\chi_{91091}(3587,\cdot)\)
\(\chi_{91091}(4016,\cdot)\)
\(\chi_{91091}(5589,\cdot)\)
\(\chi_{91091}(6018,\cdot)\)
\(\chi_{91091}(7019,\cdot)\)
\(\chi_{91091}(7591,\cdot)\)
\(\chi_{91091}(8020,\cdot)\)
\(\chi_{91091}(8592,\cdot)\)
\(\chi_{91091}(9021,\cdot)\)
\(\chi_{91091}(9593,\cdot)\)
\(\chi_{91091}(10022,\cdot)\)
\(\chi_{91091}(10594,\cdot)\)
\(\chi_{91091}(11023,\cdot)\)
\(\chi_{91091}(12596,\cdot)\)
\(\chi_{91091}(13025,\cdot)\)
\(\chi_{91091}(13597,\cdot)\)
\(\chi_{91091}(14598,\cdot)\)
\(\chi_{91091}(15027,\cdot)\)
\(\chi_{91091}(15599,\cdot)\)
\(\chi_{91091}(16028,\cdot)\)
\(\chi_{91091}(16600,\cdot)\)
\(\chi_{91091}(17029,\cdot)\)
\(\chi_{91091}(17601,\cdot)\)
\(\chi_{91091}(18030,\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 };
| Field of values: |
$\Q(\zeta_{273})$ |
sage:CyclotomicField(chi.multiplicative_order())
gp:nfinit(polcyclo(charorder(g,chi)))
magma:CyclotomicField(Order(chi));
|
| Fixed field: |
Number field defined by a degree 546 polynomial (not computed) |
sage:chi.fixed_field()
|
\((59489,41406,19944)\) → \((e\left(\frac{11}{42}\right),1,e\left(\frac{21}{26}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(8\) | \(9\) | \(10\) | \(12\) | \(15\) |
| \( \chi_{ 91091 }(12, a) \) |
\(-1\) | \(1\) | \(e\left(\frac{337}{546}\right)\) | \(e\left(\frac{227}{546}\right)\) | \(e\left(\frac{64}{273}\right)\) | \(e\left(\frac{236}{273}\right)\) | \(e\left(\frac{3}{91}\right)\) | \(e\left(\frac{155}{182}\right)\) | \(e\left(\frac{227}{273}\right)\) | \(e\left(\frac{263}{546}\right)\) | \(e\left(\frac{355}{546}\right)\) | \(e\left(\frac{51}{182}\right)\) |
sage:chi(x) # x integer
gp:chareval(g,chi,x) \\ x integer, value in Q/Z
magma:chi(x)