mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2016-11-04, 22:43   #89
Godzilla
 
Godzilla's Avatar
 
May 2016

2·34 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
I don't even know how to interpret this you don't show how to get n2 etc.
n2 = 1 to \infty
Godzilla is offline   Reply With Quote
Old 2016-11-05, 15:16   #90
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

3·3,221 Posts
Default

Quote:
Originally Posted by Godzilla View Post
n2 = 1 to \infty
I think you should forget this thread for a while, then go to Nick's theory thread, read all what is written there for a while, try to solve all the exercises, follow with the other chapters yet unpublished, and in a year or two, you may understand why your efforts in this thread (to find a magic factorization formula) are not only futile, but also hilarious.
LaurV is offline   Reply With Quote
Old 2016-12-06, 12:44   #91
Godzilla
 
Godzilla's Avatar
 
May 2016

2428 Posts
Default

Before i have wrong . sorry

Last fiddled with by Godzilla on 2016-12-06 at 12:55
Godzilla is offline   Reply With Quote
Old 2016-12-06, 14:10   #92
Godzilla
 
Godzilla's Avatar
 
May 2016

2428 Posts
Default

Now the new formula is :

p1 * p2 = product

formula :


\frac{(p1)\pi}{product} * \frac{p2}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}

or this (it is equal)

\frac{(p2)\pi}{product} * \frac{p1}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}


And i think that in few test is possible to know the factors p1 and p2 , because the result is always \frac{1}{3} .

What do you think about it ?

thanks
Godzilla is offline   Reply With Quote
Old 2016-12-06, 14:30   #93
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by Godzilla View Post
Now the new formula is :

p1 * p2 = product

formula :


\frac{(p1)\pi}{product} * \frac{p2}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}

or this (it is equal)

\frac{(p2)\pi}{product} * \frac{p1}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}


And i think that in few test is possible to know the factors p1 and p2 , because the result is always \frac{1}{3} .

What do you think about it ?

thanks
it doesn't tell you the factors then as it doesn't matter what p1 and p2 are the value is the same ...
science_man_88 is offline   Reply With Quote
Old 2016-12-06, 14:48   #94
Godzilla
 
Godzilla's Avatar
 
May 2016

2·34 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
it doesn't tell you the factors then as it doesn't matter what p1 and p2 are the value is the same ...
Better is :

\frac{BiggerFactor}{product} = 0.33333333 = \frac{1}{3} always

and in few test i think is possible to found it ?
Godzilla is offline   Reply With Quote
Old 2016-12-06, 14:57   #95
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by Godzilla View Post
Better is :

\frac{BiggerFactor}{product} = 0.33333333 = \frac{1}{3} always

and in few test i think is possible to found it ?
the problem is any ratio or formula you have given either depends on knowing the factors in which case we don't need it or is so independent of them that you can't tell what they are this one only works when p1 is 3.

Last fiddled with by science_man_88 on 2016-12-06 at 14:57
science_man_88 is offline   Reply With Quote
Old 2016-12-06, 15:10   #96
Godzilla
 
Godzilla's Avatar
 
May 2016

2·34 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
the problem is any ratio or formula you have given either depends on knowing the factors in which case we don't need it or is so independent of them that you can't tell what they are this one only works when p1 is 3.
Yes but the concept is equal , the last is wrong ok , but the first i think is probable to resolve in few time with an algorithm , because the result is always \frac{1}{3}
Godzilla is offline   Reply With Quote
Old 2016-12-06, 15:31   #97
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by Godzilla View Post
Yes but the concept is equal , the last is wrong ok , but the first i think is probable to resolve in few time with an algorithm , because the result is always \frac{1}{3}
if there was a way to convert x*y to x+y you could in theory convert a geometric mean ( sqrt(x*y)) to an arithmetic mean ( 1/2*(x+y)) but here's a table to compare the product versus sum:

product:
<br />
\begin{tabular}<br />
  & 2 & 3 & 5 & 7 \\<br />
 2& 4 & 6 & 10 & 14 \\<br />
 3& 6 & 9 & 15 & 21 \\<br />
 5 & 10 & 15 & 25 & 35\\<br />
7 &  14  & 21 & 35 & 49 \\<br />
\end{tabular}

sum:

\begin{tabular}<br />
  & 2 & 3 & 5 & 7 \\<br />
 2& 4 & 5 & 7 & 9 \\<br />
 3& 5 & 6 & 8 & 10 \\<br />
 5 & 7 & 8 & 10 & 12\\<br />
7 &  9  & 10 & 12 & 14 \\<br />
\end{tabular}


there are is more than one way to get to ten in the sum so you have to account for that so going from product to sum is a many to one function if it exists at all even within the primes. all the even valued ones are showing the goldbach partitions of an even number. so you have to relate the product of the numbers to the goldbach partitions of a number.

Last fiddled with by science_man_88 on 2016-12-06 at 15:32
science_man_88 is offline   Reply With Quote
Old 2016-12-06, 15:42   #98
Godzilla
 
Godzilla's Avatar
 
May 2016

16210 Posts
Default

I do not understand very well, but I speak of this formula, have you tried? The formula clearly says that the exact result is \frac{1}{3} and should move p1 and p2 until it approaches \frac{1}{3}.


Quote:
Originally Posted by Godzilla View Post
Now the new formula is :

p1 * p2 = product

formula :


\frac{(p1)\pi}{product} * \frac{p2}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}

or this (it is equal)

\frac{(p2)\pi}{product} * \frac{p1}{3\pi} = 0.33333333 = \frac{1}{3} always \frac{1}{3}


And i think that in few test is possible to know the factors p1 and p2 , because the result is always \frac{1}{3} .

What do you think about it ?

thanks
Godzilla is offline   Reply With Quote
Old 2016-12-06, 16:01   #99
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by Godzilla View Post
I do not understand very well, but I speak of this formula, have you tried? The formula clearly says that the exact result is \frac{1}{3} and should move p1 and p2 until it approaches \frac{1}{3}.
the pi's cancel out the p1*p2 and product cancel out you get left with 1/3 regardless of p1 and p2 assuming their product is not 0.

Last fiddled with by science_man_88 on 2016-12-06 at 16:02
science_man_88 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
This simple algorithm incomplete can only calculate prime numbers? Ale Miscellaneous Math 38 2015-11-29 23:27
Is every product of distinct Fermat numbers symmetrical in binary? only_human Puzzles 9 2015-06-26 10:30
All odd numbers are prime Citrix Lounge 5 2010-04-05 21:34
Getting a new Prime to calculate roemer2201 PrimeNet 2 2008-12-20 16:12
Prime numbers Unregistered Miscellaneous Math 8 2008-11-09 07:45

All times are UTC. The time now is 05:37.


Fri Aug 6 05:37:27 UTC 2021 up 14 days, 6 mins, 1 user, load averages: 3.13, 3.20, 2.87

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.