Skip to content

Trurl

Senior Members
  • Joined

  • Last visited

Everything posted by Trurl

  1. (y^3 * pnp^3 - y^2 * pnp + pnp) / (y^3 * pnp + y^2) = pnp^2 y is now isolated as x was. Ready to simplify. No, you uncovered a weakness of the PC method. That is that the error varies between 0 and 1. The first SemiPrime was close to 94. I factored the second to be sure. But by working with the equation for years that it could be a smaller Prime factor. The trouble is without knowing the true error testing numbers less than 94 in the example, narrows the selection but not more useful than division. We need exact results and not an estimate. But does that exist? 3 possible solutions: Isolate y and compare to x Investigate the curve of the graph of the equation between 0 and 1 Find a pattern in the error. An error not spanning such a large range. 3^4/(8637^2+3)=0.000001732 3 < 94 but the number of importance is 0.00001732. It causes 3 to be hidden when starting at 1 and not zero. Questions are good. It is quite possible I am wrong. But I see something or I wouldn’t have put so much effort. From Wikipedia: Semiprimes are highly useful in the area of cryptography and number theory, most notably in public key cryptography, where they are used by RSA and pseudorandom number generators such as Blum Blum Shub. These methods rely on the fact that finding two large primes and multiplying them together (resulting in a semiprime) is computationally simple, whereas finding the original factors appears to be difficult. In the RSA Factoring Challenge, RSA Security offered prizes for the factoring of specific large semiprimes and several prizes were awarded. The original RSA Factoring Challenge was issued in 1991, and was replaced in 2001 by the New RSA Factoring Challenge, which was later withdrawn in 2007.[7] https://en.m.wikipedia.org/wiki/Semiprime
  2. Ok. I'll try two examples: 8633, 8637. Both are semi primes. NSolve [( x^4/((8637)^2 + x)) == 1] x≈-92.935 x≈92.935 NSolve [( x^4/((8633)^2 + x)) == 1] x≈-92.914 x≈92.914 @Trurl Is this helpful for someone looking for the prime factors of the numbers 8633 and 8637? If so, how? Yes the numbers are too close to estimate. But I still have faith in the Pappy Craylar method. After all 3 < 92 and 3^4/(8637^2+3)=0.000001732 Which Is close to zero where the error is supposed to be near anyway. Remember when I said we needed to test the logarithmic curve of 3*5; 3*7; 3*11 and so forth to find the error change as 3*Prime number increases? I know your smart and are looking for holes in the PC method. That is what you are supposed to do. But I know you are smart enough to understand it. A fix to to great number of possible estimates is to isolate y as x is isolated. Then we will see a better picture of what is happening when SemiPrimes are factored.
  3. y^2 = ((pnp*y^2+y)/pnp) This is one of many isolated y’s. I have much more to share. But I want readers of this to see how simple the equation is. Remember that this thread is called Simple yet Interesting. 😒
  4. I will post here how the equations were derived if anyone is interested. My question to you is: Do you agree the Pappy Craylar method is significant to factorization? My second question to you is there a list of all the ciphers that use SemiPrimes? The hash ciphers the message but to have public keys you need a one-way function. But do one-way functions exist? I read on the web the question of whether math is created or discovered. Something that hasn’t been solved is impossible to it’s discovered it is not. Was it your understanding that was discovered? I cannot factor without error. So large SemiPrime increase in range between zero and one. But if I can post here with the derivation of x, maybe a similar equation can be found for y, the larger factor.
  5. Thanks @Sensei and @Ghideon The error from the equation to x^4 changes as the 2 Prime products change in the distance between the factors. But much of the usefulness of the Pappy Craylar method relies on the X factor being exact. I prose isolating y (the larger factor) as x has been isolated. The distance between x and y should prove useful. Again thanks for the help with large digits. Now we have a meaningful test of the PC method.
  6. PNP = 85 NSolve [( x^4/(85^2 + x)) == 1] 85 {{x -> 9.22249}, {x -> -0.00294118 + 9.21954 I}, {x -> -0.00294118 - 9.21954 I}, {x -> -9.2166}} Clear[x] NSolve [( x^4/(35794234179725868774991807832568455403003778024228226193532908\ 190484670252364677411513516111204504060317568667^2 + x)) == 1] Clear[x] NSolve [( x^4/(35794234179725868774991807832568455403003778024228226193532908\ 190484670252364677411513516111204504060317568667^2 + x)) == 1] Clear[x] NSolve [( x^4/((6863*7759)^2 + x)) == 1] {{x -> 7297.26}, {x -> 0. + 7297.26 I}, {x -> 0. - 7297.26 I}, {x -> -7297.26}} Clear[x] NSolve [( x^4/((6863*7759)^2 + x)) == 0.8] {{x -> 6901.32}, {x -> 0. + 6901.32 I}, {x -> 0. - 6901.32 I}, {x -> -6901.32}} I don't know why but Mathematica won't solve my large RSA number. Above are 3 different attempts. PNP=85 at 1, you have a value of 9.22249. This means the unknown x is less that 9.22249. Ignore the imaginary numbers because you should be only concerned with the real numbers. You can be sure that those weird values (often imaginary) are not the Prime factors. Thanks for the reply, Ghideon. I think it is clear it works with small values. But as PNP gets larger, the error does not increase. The errors are the same. The error differs as the distance from x to PNP changes. I don't yet know the error or the precision of float points. Mathematica should be able to crunch it. Look at the 3rd program paragraph. I tested an error of 0.8 from 0 to the computed value of the equation. I have never programmed hundred digit+ numbers. I think Mathematica will handle the calculation but as I show in the 2 program paragraph above it just refuses to compute. I thought that maybe someone on this forum would know how to program a hundred digit number and not have a error in floats. I know it is possible, but to use floats without rounding requires a program. I have looked for such programs in C++ but it was so complex. I chose Mathematica to have a ready made program, but it must not see the 100 digit number as a number. But the problem is logic and not number crunching. If I am correct and the equation: x^4/(85^2+x) error is always below 1 then we could pinpoint x.
  7. I too have had such writing problems. You are writing for a message board now and it is informal. For essays you have to outline your ideas. Write a draft. You think faster than you write that is why you outline with brief descriptions. Easy to understand points are a must. If you jump between topics which make sense to you and not the reader you will never get a point across. Simplify. It is like I know how it works but how do I explain it. You are just trying to form ideas and put them into grammatically correct sentences at the same time. Slow you pace and write ideas on scratch paper. I was taking a master’s class in adult education. They told me I was writing musings for the internet. I thought the ideas behind the writing was the most important. But presentation of the idea is a tricky art. Knowing science is one thing but teaching it is it’s own art. Same with writing. Clarity and explaining your point is more important than trying to explain everything at once. Too many ideas to ideas is usually good. You just have to record them before you lose them. Document with a journal.
  8. Your work on dividing the sphere is interesting. As a graphic artist I appreciate all the lines drawn on the volleyball. What are your applications? The one I think of is antenna signal propagation. The shape of impedance and conductance on the antenna would be the division of a sphere that changes size and shape. If you use the division of the sphere as a reference, you have the 3D way to explain electricity, magnetism, and waves; like a sine curve is a reference to the 2D.
  9. Clear [x, pnp, f]; pnp = 85 For [x = 3, (x < (pnp/2)), (x = x + 2) ; f[x] = x^4/(pnp^2 + x) If[f[x] < 1, Print[x]] ] 85 $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of If[f[5]<1,Print[x]]. $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of If[f[7]<1,Print[x]]. $RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of If[f[9]<1,Print[x]]. General::stop: Further output of $RecursionLimit::reclim2 will be suppressed during this calculation. Clear [x, pnp, y]; pnp = 85 For [x = 3, (x < (pnp/2)), (x = x + 2) ; y = x^4/(pnp^2 + x) Print[y]] 85 y (125 Null)/1446 (2401 Null)/7232 (6561 Null)/7234 (14641 Null)/7236 (28561 Null)/7238 (10125 Null)/1448 (4913 Null)/426 (130321 Null)/7244 (194481 Null)/7246 (279841 Null)/7248 (3125 Null)/58 (531441 Null)/7252 (707281 Null)/7254 (923521 Null)/7256 (1185921 Null)/7258 (300125 Null)/1452 (1874161 Null)/7262 (2313441 Null)/7264 (2825761 Null)/7266 Well I think the syntax is correct now. Mathematica does not want to do what I tell it. I showed the Null because if you divide those values without the Null you get the answer. I am only looking for x values that f[x] <1 (near zero). Again if anyone can tell me how to perform math on hundred-digit numbers let me know. Mathematica would handle it, but the recursion error is in my way. I'm so close. I want to be able to just cut in past pnp and find the zero values. Also note the equation is simplified. That is thanks to an unanimous post. Mathematica simplified in one keyword what I was unable to do on paper. I think I'm going to turn to free Linux opensource math programs. Thanks Sensei for promptly answering my post. I think the problem is that Mathematica expects an integer value, but I have seen it use decimals many times before. It is just frustrating when the computer language doesn't do what you want. But I don't mind if someone programs it before I do, because that may lead to the Pappy Craylar Method being proven true.
  10. All those thoughts are a blessing. Not racing thoughts but the potential ideas. If you are control of those thoughts you can focus them. Too many ideas is better than no ideas. That is one heck of a brainstorming session. You should not write in proper pose. Instead write down ideas and create outlines. I listened to an Audible book on how to create things by writing. It can help you write a book but it helps in all areas of creativity. The book is called Accidental Genius by Mark Levy.
  11. Thanks. The code is that simple. Put it seem to Print f of x instead of x. In[63]:= Clear x Clear pnp pnp = 85 f[x] = ((x ^ 3 * pnp^2) / (pnp^2 + x) - x^3) x = 3; While [f[x_] < 1, Print[x]; (x + 2)] Out[63]= 3 Clear Out[64]= 85 Clear Out[65]= 85 Out[66]= -(81/7228)
  12. Can anyone fix this code? Shout out to Sensei. 2 lines of code in Mathematica. Variables can be floats. No errors just runs. Clear x Clear pnp pnp = 85 For [x = 3 , x < (pnp/2), (x + 2); [x] := If [{((x ^ 3 * pnp^2) / (pnp^2 + x) - x^3) < 1.0}] ]
  13. Trurl replied to Trurl's topic in Religion
    I do believe in doing science. I just wanted to point out the dilemma. It is the same in business. And politics. I guess you just have to make the best decisions you can. Some stuff is small but with others you have to rely on intuition. Many years ago I was put into a small leadership position of a group of 20 people. I was never in a leadership position before and it showed. I was an engineer student and I thought in my l leadership role that would help me “think” about all our decisions. I was wrong. Managing people, completing objectives, and making decisions is a whole other skill set. I just wanted to point out science is also limited. You guys have good answers, but more than science applies with decisions. We can’t be responsible for what is done with our creations or can we? I don’t like when science is referred to as a religion or do I think as Christianity as one. Instead they are a set of beliefs we base our decisions on. In my beliefs I don’t think we are any more in control with science. There is just too much unknown. By being out of control in science I mean we are not in total control when creating something. That is not me saying that. It comes from book on Creativity and Flow. Some decisions are insignificant but even if we are just a scientist creating or someone using that scientist’s knowledge we better make the best decision possible. Those are my thoughts. Like I said you guys did give good answers. I am under the assumption that science directly relates to technology. I have never experienced it otherwise. Just as some discredit Christianity with studying it, I am lost when science doesn’t result in knowledge or technology. The fruit of knowledge is what caused all these problems in the first place.😉 You guys are right curiosity is a good thing. The odds are that man eats the apple every time.
  14. Trurl posted a topic in Religion
    Why do I do science? I just replied to a tweet on Twitter with the following tweet: Science and money both solve problems. But both cause new problems. Like winning a 100 million then going bankrupt or building a bomb and causing arms race. Blatant example where science doesn’t solve anything. Don’t get me wrong I have loved science all my life. But what is its underlying meaning or goal? Fix one problem; five new ones. Ones that don’t exist before the science. I ask before if a utopian world could exist through science but I couldn’t define utopian. But those who answered said they did science to improve the World. I like that answer, but when tweeting the above made me wonder why I do science? I should include a link to the tweet. The original tweet the author talk about how we use technology to track the entire internet and the computer scientists would rollover in their grave if they knew what their technology was being used for. When I say,”why do I do science?” I am not trying to trash science. I just wonder is it doing what we intend it to and are we even in control of it?
  15. Ok you want a pattern. I saw a post here about a debate if math was created or invented. The same applies to patterns. The subconscious defines the pattern. I say a pattern is a pattern. I look for them. And share them with the goal that others will see them too. But the fact is you should see the same pattern. Maybe someone has seen the pattern and is keeping it secret. In the hands of a capable mathematician this could be an attack on RSA. But take the previous equation x^3 approx - x^3 And plug in a known x, say my favorite 5. Let pnp = the y value of the graph The hypothesis is that x of the graph will approach an x of zero where pnp of y equals a semiPrime. In other words, when x =0 you will find every SemiPrime that has a factor of 5 will be found. (You can invert x and y for y =0 so that the graph is y=f(x).)
  16. No you are right there is no pattern in Primes in this graph. Instead it shows the value of the smaller semi-Prime. Pnp =x*y. x^3 approximate -x^3 We subtract to make x appear around y equals zero so we know where to look for it. The pattern of Primes comes from graphing all pnp’s. If you know a number is a factor of a semi-Prime you know it is Prime. I did not show that in the last graph. The last graph is to factor the semi-Prime.
  17. No tricks or gimmicks. Just a way to approximate that x is 7 or below because x occurs where y =0.
  18. There are 2 patterns. The one found in this graph where all possible x’s are graphed against a know pnp. And the other graphs that compare the known pnp to a calculated pnp. This graph is the first case. It is definitely logarithmic. In fact, I think it is related to the normal distribution. I show -5 to 5. Yes I know I must know x = 5 when looking at the graph. But you must admit when you plug and chug different values x, the results should be approaching x to the third. The other 3 equations in this thread still apply. They are just overly complex. The graphs of those equations still have patterns. The pattern of this graph is logarithmic. But the advantage of graphing is to find the derivative or perform other operations. The equation itself in is a pattern.
  19. You are correct the equation is only true for zero for integers. But as you also know I am only looking for decimal approximations. An x of 5 and a pnp of 85 fall within reasonable range. I am looking for numbers for computation. The application of the cubed root of 124.9136 is close enough to the cubed root of 125.
  20. Sorry try Remember there is no guarantee it works, but it is simple enough to test. x^3 = [(x^3 * pnp^2) / (pnp^2 + x)] try pnp=85 and an x of 5 Then test more values.
  21. Just for you Ghideon I simplified the equation to prove you do understand it. It has been said if you can’t explain it simply you don’t understand it. Remember there is no guarantee it works, but it is simple enough to test. x^3 = [(x^2 * pnp^2) / (pnp^2 + x)] try pnp=85 and an x of 5 Then test more values. Again it may not work but you have followed my thread and challenged me to simplify and prove my hypothesis.
  22. “Remember I am claiming I can factor semi-Primes and thus RSA cryptography would be no more.” This comment is to create interest. It is why we are finding semiprime factors in the first place. If I could factor semiprimes with the Pappy Craylar method it would break RSA cryptography. RSA is the first public key crypto. There is no longer prizes for cracking it hence the Pappy Craylar method is shared here. “Yes. And my understanding of the is that you try the opposite; predicting the person from too few polygons. Crude example: There is a pattern, all my models has one polygon. But that is not enough to find the unknown person below.” I should clarify that I am not finding the persons volume, I am referring to the person’s shape, the actual drawing. “I would like some explanation of, or reference to, the mathematical principles that you believe could predict the factors of a large semi prime when the factors are random.” x = Sqrt[ [ ((x^2 * pnp^4 + 2 * pnp^2 * x^5) + x^8) / pnp^4]] x - Sqrt[ [ ((x^2 * pnp^4 + 2 * pnp^2 * x^5) + x^8) / pnp^4]] = 0 Graph for x=0 to pnp; where y = 0 is your x, where x > 0 There are no tricks. I welcome the questions. I think I have something. But you never know with math. BTW if you can solve for x=0 without plotting it, it’s groundbreaking. And the graph of what you just plotted shows a pattern.
  23. “I know where you claim the pattern to be. I want to know how there could be a pattern.” How could there not be a pattern? How is there a pattern in DNA with billions of proteins? It is just a model to better understand relationships. Do patterns exist or do you create them? Graphing the equation for possible x’s for given semi prime should show a pattern of x. A scatter plot may or may not show a pattern. But most things that are described by equations is a first step in finding patterns, especially when they are graphed. The graph of the logarithmic spiral is separate from the 4 equations. It is in polar coordinates. The logarithmic spiral could fail if the areas did not fit logarithmically with different Prime factors. But if you graphed the same Prime number with all possible Prime numbers a pattern may result:3*3 3*5 3*7 3*11 The reason I believe there is a pattern is from the log spiral model. Most attempts to find patterns in Primes is solving series. I used geometry and equations. I was a graphic artist. They teach that when you draw something it helps to break the scene into basic shapes. Obviously the world is chaotic but if you were to 3D model a person you would break them into polygons. And yes, I believe there are patterns in everything. If there weren’t we would not have mathematicians.
  24. Sorry for the delay. I was on a trip. Well my goal is to convince you a pattern exists. The scatter plot does not show a pattern, but that is true of many patterns. Although some one YouTube did show that Prime numbers in the coordinate plane fits a logarithmic spiral. It is different from my work but I say the 4 equations show the pattern. If you graph the equation for one Prime number and a domain of possibly x values, it is an inverted normal distribution. The pattern is in the equations. Without that pattern we have no pattern. So if you do not see a pattern in the equations there is no pattern. The log spiral is separate from the equations. It uses areas. I am working on the drawing. No guarantee it will work, but I just want to show my logic.
  25. There is a chance my spiral may “break the rules” of a log spiral. If so it doesn’t matter it would just be a custom spiral. I need to draw it. From here on out I will call this project the Pappy Craylar Conjecture.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.