number with Legendre symbol.
- From: "mina_world" <mina_world@xxxxxxxxxxx>
- Date: Wed, 11 Jul 2007 10:30:43 +0900
Hello sir~
Find all primes with (10 / p) = -1. (Legendre symbol)
--------------------------------------
Is this possible problem ?
Of course, I can examine for each p.
p = 2 ==> This is not condition of Legendre symbol with odd prime.
p = 3 ==> (10 / 3) = (1 / 3) = 1.
p = 5 ==> This is not condition of Legendre symbol with (a,p)=1.
p = 7 ==> (10 / 7) = (3 / 7) = - (7 / 3) = - (1 / 3) = -1.
p = 11 ==> (10 / 11) = (-1 / 11) = (-1)^{(11-1)/2} = -1.
......
Can you generalize about this to find all primes ?
.
- Follow-Ups:
- Re: number with Legendre symbol.
- From: Robert Israel
- Re: number with Legendre symbol.
- Prev by Date: polynomial coefficient transformation
- Next by Date: Re: number with Legendre symbol.
- Previous by thread: polynomial coefficient transformation
- Next by thread: Re: number with Legendre symbol.
- Index(es):