arivero said:
The analysis starts more crackpotty than usual.
Well, this is hot off the press. There are thousands of mesons, baryons and resonances so I've got many many hours of effort left on this. One of the things I'm putting together is a Java calculator to make the calculations automatic. What you see above are the first calculations from that calculator.
arivero said:
The second part of your posting is your quest for powers of 3. There, the last of the relationships,
939565360 - 938272029)/941578003 = 0.001373578
gets the impact of the starting mistake... 941578003 is a fake, the four or five lesser digits are under the experimental error and then without meaning.
I could have screwed this up. The objective is to use the Koide relation to eliminate the need to use the tau mass data. In the original calculation, I used the AMU figures from my MASSES2 paper (equation 17), using this technique. For this, the scale factor is:
\mu_1 = 0.5804642012(71)
which is a little less than 8 digits of accuracy for the 941578003 number. Note that this is an AMU accuracy, which is 15x as accurate as the eV number. The AMU data at the PDG is more accurate than the eV because the measurements are made in AMU and then converted to eV. So the error is limited by the accuracy of the conversion. However, this conversion error should cancel as all the above calculations were done with eV data that were converted from AMU measurements (presumably the PDG uses the same conversion ratio for their best guess). (Provided I avoided the tau mass number.)
In fact, the first time I made these calculations was by hand. I used the AMU data, of course. I was so shocked at the result that I went back and wrote up some Java code to assist in the calculation, and as a check I redid them with eV data instead of AMU. The result was substantially the same.
Let me redo it with the AMU data the right way and show it here as an edit in the next hour or two:
[edit]
Proton and neutron masses in AMU:
m_P = 1.00727646688(13)
m_N = 1.00866491560(55)
m_N-m_p = 0.00138844872(68) (Error is 5 x 10^-7 )
From the MASSES2 paper calculation:
m_L = [0.5804642012(71)]^2 = 0.3369386889(83) (Error is 2.5 x 10^-8)
Therefore, the ratio has an overall error of 5 x 10^-7 and we have:
(m_N-m_P)/m_L = 0.0041207755(20)
or
0.0041207735 < (m_N-m_P)/m_L < 0.0041207775
If you're going to convert numbers to base 3 by hand, I suggest first converting them to base 9, and then taking each digit and converting it to base 3. To check my work, you should get the following:
\begin{array}{cccc}<br />
0.0041207735 &=& 0.0030028471 &(base 9)\\<br />
0.0041207775 &=& 0.0030028486 &(base 9)<br />
\end{array}
\begin{array}{cccc}<br />
0.0041207735 &=& 0.00001000000222112101 &(base 3)\\<br />
0.0041207775 &=& 0.00001000000222112220 &(base 3)<br />
\end{array}
Now I'm claiming that 3^6 = 729 is the correct equivalent to the fine structure constant here. So it makes sense to convert the above into digit groups of six tribits:
\begin{array}{ccccccc}<br />
0.0041207735 &=& 0.000010 &000002 &221121 &01 &(base 3)\\<br />
0.0041207775 &=& 0.000010 &000002 &221122 &20 &(base 3)<br />
\end{array}
To write this as 3 times a sum in base 729, we have:
0.0041207745(1) = 3 (3^{-6} +3^{-12} - 12.5 \times 3^{-18} ).
In the above, the "12.5" was chosen to get the number in the range above. I.e., in the earlier calculation, this is the O(3^{-18}) figure. It is only 1.7 percent of the next higher term, so it seems likely that once I understand the sequence, I can make a calculation that will give this term.
You may possibly recall that my 8-digit predictions for the neutrino masses were based on the assumption that a factor of 3^{12} was involved. I realize that this looked pretty cracked at the time. I didn't make much effort to publish that paper because I knew that it would look pretty insane. What can I say, there are things one learns by doing that cannot be easily explained to others. And I didn't want to waste my time on a "gee whiz, look at this unexplainable coincidence" paper just to see it in print.
There are a lot of things in my Clifford algebra calculations that I've never explained to you. As far as I can tell from my DNS logs, very few people have even downloaded all my papers on Clifford algebra. If people were reading it, they'd be pointing out typos or asking for clarification. No one is doing this, but even if they did, there is a lot of other results that are not available on the net. Perhaps my intuition is good, perhaps it is not, that is for time to tell. But before you reject this as another coincidence involving BIG powers of 3, you should consider the possibility that I am still sitting on a lot of information I haven't explained to you.
Carl