Re: Sieve of Zakiya

2008-11-19 Thread Mark Dickinson
On Nov 19, 5:16 am, jzakiya <[EMAIL PROTECTED]> wrote: [Lots of stuff snipped] > My SoZ mathematical analysis shows why its algorithmically faster than > both the SoA & SoE, to explain its demonstrated computational > superiority. Again, hopefully professional mathematicians will become > intereste

Re: Sieve of Zakiya

2008-11-18 Thread jzakiya
On Nov 18, 6:15 pm, Mark Dickinson <[EMAIL PROTECTED]> wrote: > On Nov 18, 3:58 pm, jzakiya <[EMAIL PROTECTED]> wrote: > > > I am writing another paper explaining some of the mathematical basis > > for the SoZ, with complexity analysis, but I keep finding > > "interesting" features about the underl

Re: Sieve of Zakiya

2008-11-18 Thread jzakiya
On Nov 18, 6:15 pm, Mark Dickinson <[EMAIL PROTECTED]> wrote: > On Nov 18, 3:58 pm, jzakiya <[EMAIL PROTECTED]> wrote: > > > I am writing another paper explaining some of the mathematical basis > > for the SoZ, with complexity analysis, but I keep finding > > "interesting" features about the underl

Re: Sieve of Zakiya

2008-11-18 Thread Mark Dickinson
On Nov 18, 3:58 pm, jzakiya <[EMAIL PROTECTED]> wrote: > I am writing another paper explaining some of the mathematical basis > for the SoZ, with complexity analysis, but I keep finding > "interesting" features about the underlying math, which I hope real > mathematicians will investigate and revea

Re: Sieve of Zakiya

2008-11-18 Thread jzakiya
On Nov 18, 5:01 am, Mark Dickinson <[EMAIL PROTECTED]> wrote: > On Nov 18, 7:53 am, jzakiya <[EMAIL PROTECTED]> wrote: > > >www.4shared.com/account/dir/7467736/97bd7b71/sharing > > From the introduction to the paper: > > "Thus began a process that culminated in my developing a new class > of Number

Re: Sieve of Zakiya

2008-11-18 Thread Mark Dickinson
On Nov 18, 7:53 am, jzakiya <[EMAIL PROTECTED]> wrote: > www.4shared.com/account/dir/7467736/97bd7b71/sharing >From the introduction to the paper: "Thus began a process that culminated in my developing a new class of Number Theory Sieves (NTS) to generate prime numbers, and test primality of numb

Re: Sieve of Zakiya

2008-11-17 Thread jzakiya
On Nov 4, 4:12 pm, jzakiya <[EMAIL PROTECTED]> wrote: > Update: 2008/11/03 > > Architecture & coding improvements. Renamed generators. > > I am 90% finished writing up a mathematical analysis of my method. > In the process I found an architectural optimization to the sieve > process which is incorp

Sieve of Zakiya

2008-11-04 Thread jzakiya
Update: 2008/11/03 Architecture & coding improvements. Renamed generators. I am 90% finished writing up a mathematical analysis of my method. In the process I found an architectural optimization to the sieve process which is incorporated in the new code. Complexity analysis showing other interest

Re: Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)

2008-07-19 Thread jzakiya
On Jun 18, 7:58 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > On Jun 13, 1:12 pm, jzakiya <[EMAIL PROTECTED]> wrote: > > > The paper presents benchmarks with Ruby 1.9.0-1 (YARV).  I would love > > to see my variousprimegenerators benchmarked with optimized > > implementations in other languages.  

Re: Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)

2008-06-18 Thread George Sakkis
On Jun 13, 1:12 pm, jzakiya <[EMAIL PROTECTED]> wrote: > The paper presents benchmarks with Ruby 1.9.0-1 (YARV). I would love > to see my various prime generators benchmarked with optimized > implementations in other languages. I'm hoping Python gurus will do > better than I, though the methodol

Re: Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)

2008-06-13 Thread jzakiya
On Jun 13, 1:12 pm, jzakiya <[EMAIL PROTECTED]> wrote: > This is to announce the release of my paper "Ultimate Prime Sieve -- > Sieve of Zakiiya (SoZ)" in which I show and explain the development of > a class of Number Theory Sieves to generate prime numbers.   I used > Ruby 1.9.0-1 as my developme

Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)

2008-06-13 Thread jzakiya
This is to announce the release of my paper "Ultimate Prime Sieve -- Sieve of Zakiiya (SoZ)" in which I show and explain the development of a class of Number Theory Sieves to generate prime numbers. I used Ruby 1.9.0-1 as my development environment on a P4 2.8 Ghz laptop. You can get the pdf of