Properties

Label 121.27
Modulus $121$
Conductor $11$
Order $5$
Real no
Primitive no
Minimal no
Parity even

Related objects

Downloads

Learn more

Show commands: Pari/GP / SageMath
Copy content sage:from sage.modular.dirichlet import DirichletCharacter H = DirichletGroup(121, base_ring=CyclotomicField(10)) M = H._module chi = DirichletCharacter(H, M([4]))
 
Copy content pari:[g,chi] = znchar(Mod(27,121))
 

Basic properties

Modulus: \(121\)
Conductor: \(11\)
Copy content sage:chi.conductor()
 
Copy content pari:znconreyconductor(g,chi)
 
Order: \(5\)
Copy content sage:chi.multiplicative_order()
 
Copy content pari:charorder(g,chi)
 
Real: no
Primitive: no, induced from \(\chi_{11}(5,\cdot)\)
Copy content sage:chi.is_primitive()
 
Copy content pari:#znconreyconductor(g,chi)==1
 
Minimal: no
Parity: even
Copy content sage:chi.is_odd()
 
Copy content pari:zncharisodd(g,chi)
 

Galois orbit 121.c

\(\chi_{121}(3,\cdot)\) \(\chi_{121}(9,\cdot)\) \(\chi_{121}(27,\cdot)\) \(\chi_{121}(81,\cdot)\)

Copy content sage:chi.galois_orbit()
 
Copy content pari:order = charorder(g,chi) [ charpow(g,chi, k % order) | k <-[1..order-1], gcd(k,order)==1 ]
 

Related number fields

Field of values: \(\Q(\zeta_{5})\)
Fixed field: \(\Q(\zeta_{11})^+\)

Values on generators

\(2\) → \(e\left(\frac{2}{5}\right)\)

First values

\(a\) \(-1\)\(1\)\(2\)\(3\)\(4\)\(5\)\(6\)\(7\)\(8\)\(9\)\(10\)\(12\)
\( \chi_{ 121 }(27, a) \) \(1\)\(1\)\(e\left(\frac{2}{5}\right)\)\(e\left(\frac{1}{5}\right)\)\(e\left(\frac{4}{5}\right)\)\(e\left(\frac{3}{5}\right)\)\(e\left(\frac{3}{5}\right)\)\(e\left(\frac{4}{5}\right)\)\(e\left(\frac{1}{5}\right)\)\(e\left(\frac{2}{5}\right)\)\(1\)\(1\)
Copy content sage:chi.jacobi_sum(n)
 
\( \chi_{ 121 }(27,a) \;\) at \(\;a = \) e.g. 2

Gauss sum

Copy content sage:chi.gauss_sum(a)
 
Copy content pari:znchargauss(g,chi,a)
 
\( \tau_{ a }( \chi_{ 121 }(27,·) )\;\) at \(\;a = \) e.g. 2

Jacobi sum

Copy content sage:chi.jacobi_sum(n)
 
\( J(\chi_{ 121 }(27,·),\chi_{ 121 }(n,·)) \;\) for \( \; n = \) e.g. 1

Kloosterman sum

Copy content sage:chi.kloosterman_sum(a,b)
 
\(K(a,b,\chi_{ 121 }(27,·)) \;\) at \(\; a,b = \) e.g. 1,2