sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2852, base_ring=CyclotomicField(330))
M = H._module
chi = DirichletCharacter(H, M([0,225,11]))
gp:[g,chi] = znchar(Mod(65, 2852))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2852.65");
| Modulus: | \(2852\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(713\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(330\) |
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_{713}(65,\cdot)\) |
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_{2852}(17,\cdot)\)
\(\chi_{2852}(21,\cdot)\)
\(\chi_{2852}(53,\cdot)\)
\(\chi_{2852}(65,\cdot)\)
\(\chi_{2852}(145,\cdot)\)
\(\chi_{2852}(189,\cdot)\)
\(\chi_{2852}(241,\cdot)\)
\(\chi_{2852}(313,\cdot)\)
\(\chi_{2852}(365,\cdot)\)
\(\chi_{2852}(385,\cdot)\)
\(\chi_{2852}(389,\cdot)\)
\(\chi_{2852}(425,\cdot)\)
\(\chi_{2852}(477,\cdot)\)
\(\chi_{2852}(513,\cdot)\)
\(\chi_{2852}(517,\cdot)\)
\(\chi_{2852}(549,\cdot)\)
\(\chi_{2852}(569,\cdot)\)
\(\chi_{2852}(613,\cdot)\)
\(\chi_{2852}(641,\cdot)\)
\(\chi_{2852}(757,\cdot)\)
\(\chi_{2852}(797,\cdot)\)
\(\chi_{2852}(849,\cdot)\)
\(\chi_{2852}(861,\cdot)\)
\(\chi_{2852}(881,\cdot)\)
\(\chi_{2852}(885,\cdot)\)
\(\chi_{2852}(889,\cdot)\)
\(\chi_{2852}(941,\cdot)\)
\(\chi_{2852}(973,\cdot)\)
\(\chi_{2852}(985,\cdot)\)
\(\chi_{2852}(1009,\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 };
\((1427,373,2669)\) → \((1,e\left(\frac{15}{22}\right),e\left(\frac{1}{30}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(3\) | \(5\) | \(7\) | \(9\) | \(11\) | \(13\) | \(15\) | \(17\) | \(19\) | \(21\) |
| \( \chi_{ 2852 }(65, a) \) |
\(1\) | \(1\) | \(e\left(\frac{311}{330}\right)\) | \(e\left(\frac{23}{66}\right)\) | \(e\left(\frac{293}{330}\right)\) | \(e\left(\frac{146}{165}\right)\) | \(e\left(\frac{149}{165}\right)\) | \(e\left(\frac{301}{330}\right)\) | \(e\left(\frac{16}{55}\right)\) | \(e\left(\frac{1}{165}\right)\) | \(e\left(\frac{119}{330}\right)\) | \(e\left(\frac{137}{165}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)