primes and non-prime numbers
- From: "salih.as.istanbul@xxxxxxxxx" <salih.as.istanbul@xxxxxxxxx>
- Date: 25 Jan 2007 09:48:29 -0800
Note :
A) N€{3, 5, 7, 9, 11, 13, 15, 17, 19, ...}
B) (N^4)=N.N.N.N; (N^3)=N.N.N; (N^2)=N.N; (N^1)=N; (N^0)=1; (A^2)=A.A.
C) The general form of the 4th degree equation (or Quartic) is: ax4 +
bx3 + cx2 + dx + e = 0
Quartics have 4 roots.
The 4 roots can be represented this way:
http://www.josechu.com/ecuaciones_polinomicas/cuartica_solucion.htm
___ NON-PRIMES ___
THEOREM :
A non-primes <=> -(N^4)+2.(N^3)--2.(A-2).(N^2)-2.A.(N^1)-(A^2).(N^0)=0;
N€{3, 5, 7, 9, 11, 13, 15, 17, 19, ....}
AND M=(A/N)
___ PRIMES ___
THEOREM :
A primes <=> -(N^4)+2.(N^3)--2.(A-2).(N^2)-2.A.(N^1)-(A^2).(N^0)=0;
[N€{3, 5, 7, 9, 11, 13, 15, 17, 19, ...}]'
___________________________________
URL : http://groups.google.com/group/primes
.
- Follow-Ups:
- Re: primes and non-prime numbers
- From: Jean-Luc Cooke
- Re: primes and non-prime numbers
- Prev by Date: Re: Authentication of a messages using a counter and a MAC
- Next by Date: Re: Authentication of a messages using a counter and a MAC
- Previous by thread: Re: strength of multiple hash functions
- Next by thread: Re: primes and non-prime numbers
- Index(es):