sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(7225, base_ring=CyclotomicField(272))
M = H._module
chi = DirichletCharacter(H, M([68,217]))
gp:[g,chi] = znchar(Mod(1782, 7225))
magma:// Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("7225.1782");
| Modulus: | \(7225\) |
sage:chi.modulus()
gp:g[1][1]
magma:Modulus(chi);
|
| Conductor: | \(1445\) |
sage:chi.conductor()
gp:znconreyconductor(g,chi)
magma:Conductor(chi);
|
| Order: | \(272\) |
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_{1445}(337,\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_{7225}(82,\cdot)\)
\(\chi_{7225}(107,\cdot)\)
\(\chi_{7225}(143,\cdot)\)
\(\chi_{7225}(182,\cdot)\)
\(\chi_{7225}(193,\cdot)\)
\(\chi_{7225}(207,\cdot)\)
\(\chi_{7225}(368,\cdot)\)
\(\chi_{7225}(418,\cdot)\)
\(\chi_{7225}(507,\cdot)\)
\(\chi_{7225}(532,\cdot)\)
\(\chi_{7225}(568,\cdot)\)
\(\chi_{7225}(607,\cdot)\)
\(\chi_{7225}(632,\cdot)\)
\(\chi_{7225}(793,\cdot)\)
\(\chi_{7225}(843,\cdot)\)
\(\chi_{7225}(957,\cdot)\)
\(\chi_{7225}(993,\cdot)\)
\(\chi_{7225}(1032,\cdot)\)
\(\chi_{7225}(1043,\cdot)\)
\(\chi_{7225}(1057,\cdot)\)
\(\chi_{7225}(1218,\cdot)\)
\(\chi_{7225}(1268,\cdot)\)
\(\chi_{7225}(1357,\cdot)\)
\(\chi_{7225}(1382,\cdot)\)
\(\chi_{7225}(1418,\cdot)\)
\(\chi_{7225}(1457,\cdot)\)
\(\chi_{7225}(1468,\cdot)\)
\(\chi_{7225}(1482,\cdot)\)
\(\chi_{7225}(1643,\cdot)\)
\(\chi_{7225}(1693,\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 };
\((2602,2026)\) → \((i,e\left(\frac{217}{272}\right))\)
| \(a\) |
\(-1\) | \(1\) | \(2\) | \(3\) | \(4\) | \(6\) | \(7\) | \(8\) | \(9\) | \(11\) | \(12\) | \(13\) |
| \( \chi_{ 7225 }(1782, a) \) |
\(1\) | \(1\) | \(e\left(\frac{113}{136}\right)\) | \(e\left(\frac{149}{272}\right)\) | \(e\left(\frac{45}{68}\right)\) | \(e\left(\frac{103}{272}\right)\) | \(e\left(\frac{247}{272}\right)\) | \(e\left(\frac{67}{136}\right)\) | \(e\left(\frac{13}{136}\right)\) | \(e\left(\frac{95}{272}\right)\) | \(e\left(\frac{57}{272}\right)\) | \(e\left(\frac{2}{17}\right)\) |
sage:chi(x)
gp:chareval(g,chi,x) \\\\ x integer, value in Q/Z'
magma:chi(x)