| Topic: |
Science > Physics |
| User: |
"" |
| Date: |
05 Jul 2006 12:20:25 AM |
| Object: |
Factoring idea, problems with math community |
A little while back I posted what I thought was this brilliant
factoring idea here because I have this problem where mathematicians
lie about my research which is a statement I know won't go over well,
but it's true. In any event, that idea was I later found out crap, but
here's another as my quest to find a solution in this area is to prove
that mathematicians routinely lie--even about VERY important things.
And this time, the equations are correct and the simplicity should jump
out at you.
Desperate to find some way to break through major lying about my
research by the mathematical community, I was doodling, playing around
with some simple equations and noticed that with
x^2 - a^2 = S + T
and
x^2 - b^2 = S - k*T
I could subtract the second from the first to get
b^2 - a^2 = (k+1)*T
which is, of course, a factorization of (k+1)*T:
(b - a)*(b+a) = (k+1)*T
with integers for S and T, where T is the target composite to factor,
so you have to pick this other integer S, and factor S+T.
Really simple.
But how do you find all the variables?
Well, if you pick S, and have a T you want to factor, then using
f_1*f_2 = S+T
it must be true that
a = (f_1 - f_2)/2
And
x=(f_1 + f_2)/2
so, you need the sum of factors of (S-k*T)/4 to equal the sum of the
factors of (S+T)/4, so I introduce j, where
S - k*T = (f_1 + f_2 - j)*j
and now you solve for k, to get
k = (S - (f_1 + f_2 - j)*j)/T
so you also have
S - (f_1 + f_2 - j)*j = 0 mod T
so
j^2 - (f_1 + f_2)*j + S = 0 mod T
and completing the square gives
j^2 - (f_1 + f_2)*j + (f_1 + f_2)^2/4 = ((f_1 + f_2)^2/4 - S) mod T
so
(2*j - (f_1 + f_2))^2 = ((f_1 + f_2)^2 - 4*S) mod T
so you have the quadratic residue of ((f_1 + f_2)^2 - 4*S) modulo T, to
find j, which is kind of neat, while it's also set what the quadratic
residue is, so there's no search involved.
The main residue is a trivial result that gives k=-1, but you have an
infinity of others found by adding or subtracting T.
And then you can find b, from
b^2 = x^2 - S + kT
and you have the factorization:
(b-a)*(b+a) = (k-1)*T.
It is possible to generalize further using
j = z/y
and then the congruence equation becomes
(2*z - (f_1 + f_2)y)^2 = ((f_1 + f_2)^2*y^2 - 4*S*y^2) mod T.
If you're skeptical you may consider the question of finding k when you
already have the factorization of T.
And just like that I may have succeeded at showing the problem with
modern mathematicians, as, these people lie about so much mathematics
you'd be shocked.
Their bold lying has forced me to turn to a practical problem to prove
it, so I work on the factoring problem not because I'm really
interested in it, but because I'm desperate.
And here they seem to have missed a trivial solution in the area of
factoring.
But how? I don't know. It's a mystery to me. But just look over the
equations. Simple stuff.
James Harris
.
|
|
| User: "Znod Grimpo" |
|
| Title: Re: Factoring idea, problems with math community |
05 Jul 2006 12:36:29 AM |
|
|
<jstevh@msn.com> wrote in message
news:1152076825.033851.286080@a14g2000cwb.googlegroups.com...
A little while back I posted what I thought was this brilliant
factoring idea here because I have this problem where mathematicians
lie about my research which is a statement I know won't go over well,
but it's true. In any event, that idea was I later found out crap, but
here's another as my quest to find a solution in this area is to prove
that mathematicians routinely lie--even about VERY important things.
And this time, the equations are correct and the simplicity should jump
out at you.
Desperate to find some way to break through major lying about my
research by the mathematical community, I was doodling, playing around
with some simple equations and noticed that with
<SNIP CRAP>>
And here they seem to have missed a trivial solution in the area of
factoring.
But how? I don't know. It's a mystery to me. But just look over the
equations. Simple stuff.
James Harris
Troll+Crank James Harris has been infesting sci.math for10 years with this
very POS. His level of Math is almost highschool.
Like OsherD in sci.physics
Just Ignore Him
.
|
|
|
|
| User: "" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 12:56:00 AM |
|
|
wrote:
A little while back I posted what I thought was this brilliant
factoring idea here because I have this problem where mathematicians
lie about my research which is a statement I know won't go over well,
but it's true. In any event, that idea was I later found out crap, but
here's another as my quest to find a solution in this area is to prove
that mathematicians routinely lie--even about VERY important things.
And this time, the equations are correct and the simplicity should jump
out at you.
Desperate to find some way to break through major lying about my
research by the mathematical community, I was doodling, playing around
with some simple equations and noticed that with
x^2 - a^2 = S + T
and
x^2 - b^2 = S - k*T
I could subtract the second from the first to get
b^2 - a^2 = (k+1)*T
which is, of course, a factorization of (k+1)*T:
(b - a)*(b+a) = (k+1)*T
with integers for S and T, where T is the target composite to factor,
so you have to pick this other integer S, and factor S+T.
Really simple.
But how do you find all the variables?
Well, if you pick S, and have a T you want to factor, then using
f_1*f_2 = S+T
it must be true that
a = (f_1 - f_2)/2
And
x=(f_1 + f_2)/2
so, you need the sum of factors of (S-k*T)/4 to equal the sum of the
factors of (S+T)/4, so I introduce j, where
S - k*T = (f_1 + f_2 - j)*j
and now you solve for k, to get
k = (S - (f_1 + f_2 - j)*j)/T
so you also have
S - (f_1 + f_2 - j)*j = 0 mod T
so
j^2 - (f_1 + f_2)*j + S = 0 mod T
and completing the square gives
j^2 - (f_1 + f_2)*j + (f_1 + f_2)^2/4 = ((f_1 + f_2)^2/4 - S) mod T
so
(2*j - (f_1 + f_2))^2 = ((f_1 + f_2)^2 - 4*S) mod T
so you have the quadratic residue of ((f_1 + f_2)^2 - 4*S) modulo T, to
find j, which is kind of neat, while it's also set what the quadratic
residue is, so there's no search involved.
The main residue is a trivial result that gives k=-1, but you have an
infinity of others found by adding or subtracting T.
It was pointed out to me that these are also trivial, so I figured out
a way around that by turning the problem around a bit:
One approach is to find some quadratic residue r, where
(f_1 + f_2)^2 - 4*S = r + n*T
where n is a natural number, as then solving for f_1 gives
f_11 = (sqrt(4*S + r + n*T) +/- sqrt(r + (n-1)*T))/2
so you can arbitrarily pick some integer w, square it, and get the
quadratic residue modulo T, which is then your r, so now you have
w^2 = r + (n-1)*T
so you can easily solve for n, and then you pick S so that the second
square root is an integer.
So now you have
2*j - (f_1 + f_2) = w
is a solution.
Neat!!! I like solving problems!!!
Why don't more of you?
Now you can get k.
And then you can find b, from
b^2 = x^2 - S + kT
and you have the factorization:
(b-a)*(b+a) = (k-1)*T.
It is possible to generalize further using
j = z/y
and then the congruence equation becomes
(2*z - (f_1 + f_2)y)^2 = ((f_1 + f_2)^2*y^2 - 4*S*y^2) mod T.
If you're skeptical you may consider the question of finding k when you
already have the factorization of T.
And just like that I may have succeeded at showing the problem with
modern mathematicians, as, these people lie about so much mathematics
you'd be shocked.
Their bold lying has forced me to turn to a practical problem to prove
it, so I work on the factoring problem not because I'm really
interested in it, but because I'm desperate.
And here they seem to have missed a trivial solution in the area of
factoring.
But how? I don't know. It's a mystery to me. But just look over the
equations. Simple stuff.
Did any of you think of that next piece to the puzzle?
If not, why not?
Think about what's at stake here.
Isn't it a big enough deal to do your very best?
James Harris
.
|
|
|
| User: "Norm Grimpo" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 01:01:31 PM |
|
|
<jstevh@msn.com> wrote in message
news:1152165359.822743.243770@j8g2000cwa.googlegroups.com...
jstevh@msn.com wrote:
Did any of you think of that next piece to the puzzle?
If not, why not?
Think about what's at stake here.
Isn't it a big enough deal to do your very best?
JSH, Don't be a SLOB
Get a haircut and a real Job
.
|
|
|
|
| User: "Cranks Reply" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 03:02:36 AM |
|
|
wrote:
James Harris
fucking retard.
.
|
|
|
|
|
| User: "Eric Gisse" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 01:40:26 AM |
|
|
wrote:
[...]
Did sci.math finally evict you? I can't think of any other reason as to
why I'm seeing this in sci.physics.
.
|
|
|
| User: "Y.Porat" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 02:25:26 AM |
|
|
Eric Gisse wrote:
jstevh@msn.com wrote:
[...]
Did sci.math finally evict you? I can't think of any other reason as to
why I'm seeing this in sci.physics.
----------------------
Gisse
i tseesm that you nominated *youself* as the boss of sci.physics
are you get payed fo r it (how much ?) or else what is your day
job ??
('I can't think of any other reason as to
why I'm seeing this in sci.physics.'
End of quote (:-)!!!!!
please not that 'I' (i (i ) cant ......why i am seeing ...
may be ask
WHO ARE ** YOU ** AT ALL ??
as far as i know you are the 'constat gamma' inventor !!! (:-)
now all the gangsters here please get in on me !!! am weaiting for
you .....
dda1 Wake Gisse crank hater Puddle Bilge Varney etc etc
keep well
Y.Porat
----------
'
Y.P
-----------------------
.
|
|
|
| User: "Cranks Reply" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 02:58:32 AM |
|
|
Y.Porat wrote:
Eric Gisse wrote:
jstevh@msn.com wrote:
[...]
Did sci.math finally evict you? I can't think of any other reason as to
why I'm seeing this in sci.physics.
----------------------
Gisse
i tseesm that you nominated *youself* as the boss of sci.physics
are you get payed fo r it (how much ?) or else what is your day
job ??
('I can't think of any other reason as to
why I'm seeing this in sci.physics.'
End of quote (:-)!!!!!
please not that 'I' (i (i ) cant ......why i am seeing ...
may be ask
WHO ARE ** YOU ** AT ALL ??
as far as i know you are the 'constat gamma' inventor !!! (:-)
now all the gangsters here please get in on me !!! am weaiting for
you .....
dda1 Wake Gisse crank hater Puddle Bilge Varney etc etc
keep well
Y.Porat
you pathetic senile old turd. stop stalking gisse.
you are just a fucking stupid arab ***** who doesnt understand any
maths. i bed you think the op made fucking sense.
.
|
|
|
|
| User: "Eric Gisse" |
|
| Title: Re: Factoring idea, problems with math community |
06 Jul 2006 04:33:28 PM |
|
|
Y.Porat wrote:
[.. snip whining...]
Since nobody here likes you, why don't you leave?
.
|
|
|
|
|
| User: "" |
|
| Title: Re: Factoring idea, problems with math community |
07 Jul 2006 07:16:50 PM |
|
|
Eric Gisse wrote:
jstevh@msn.com wrote:
[...]
Did sci.math finally evict you? I can't think of any other reason as to
why I'm seeing this in sci.physics.
I can easily prove that mathematicians routinely ignore my important
research, for those who are critical thinkers, consider the following.
Years ago, I found my own prime counting function, and in frustration
one day after arguing with math people who kept fighting its uniqueness
and having noticed that the Wikipedia didn't have a prime counting
function article (it had a re-direct to a prime theorem page), I wrote
the first prime counting function for the Wikipedia.
After some iterations and a bit of help from a couple of other people,
I had the page you can see in the history which shows you some of my
OTHER number theory research:
http://en.wikipedia.org/w/index.php?title=Prime_counting_function&oldid=9142249
Now that is a one-line definition for a prime counting function that
not only counts prime numbers it finds prime numbers as it recurses,
unlike any other known.
It can do so because it involves a partial difference equation, which
is the discrete mathematics equivalent of a partial differential
equation.
Notice that equation behaves like a damped oscillator.
That is original research, where I've just linked a seemingly "pure"
math object to physics, and you can't find that single line equation in
any math textbook.
My research is for real, and the political battles I fight with
mathematicians are for real as well.
My original post steps through a factoring idea.
You don't have to believe me, all you have to do is check.
If I'm right, you checking could be of value to a world that does not
understand that mathematicians don't want my research acknowledged,
even if to keep quiet about it they risk an Internet meltdown.
James Harris
Mathematicians refuse to fully acknowledge my research and on Usenet,
math people routinely lie about it, and call me names.
.
|
|
|
| User: "T Wake" |
|
| Title: Re: Factoring idea, problems with math community |
07 Jul 2006 07:31:11 PM |
|
|
<jstevh@msn.com> wrote in message
news:1152317810.423936.225430@m79g2000cwm.googlegroups.com...
My research is for real, and the political battles I fight with
mathematicians are for real as well.
I actually suspect that might be true, although not for the reasons you
think...
.
|
|
|
| User: "Phineas T Puddleduck" |
|
| Title: Re: Factoring idea, problems with math community |
07 Jul 2006 07:33:48 PM |
|
|
On 8/7/06 01:31, in article rIWdnYJUrIRJYTPZRVnytg@pipex.net, "T Wake"
<Usenet.es7AT@gishpuppy.com> wrote:
<jstevh@msn.com> wrote in message
news:1152317810.423936.225430@m79g2000cwm.googlegroups.com...
My research is for real, and the political battles I fight with
mathematicians are for real as well.
I actually suspect that might be true, although not for the reasons you
think...
If he's so fond of (seemingly) impossible challenges, perhaps he could teach
Jeff about dimensions? What do you reckon, James - are you up to the
ULTIMATE challenge for a mathematician. Be warned, Fermat will be like
single variable algebra in comparison ;-)
--
Relf's Law? -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
"***** repeated to the limit of infinity asymptotically approaches
the odour of roses."
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Jaffa cakes. Sweet delicious orange jaffa goodness, and an abject lesson
Why parroting information from the web will not teach you cosmology.
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Official emperor of sci.physics, head mumbler of the "Cult of INSANE
SCIENCE". Pay no attention to my butt poking forward, it is expanding.
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
TomGee proves his physics education is beyond measure...
"I don't know that much math." - 2 April 2006
"I don't claim to know what I'm talking about" - 10 May 2006
"There is no such thing as relativistic momentum" - July 2006
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
"Puddlefuck tou are on my kill file. Good bye" - Vert admits he cannot
calculate \gamma for a photon and admits defeat - 2nd July 2006
PWNED
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
.
|
|
|
|
| User: "Eric Gisse" |
|
| Title: Re: Factoring idea, problems with math community |
07 Jul 2006 07:53:10 PM |
|
|
T Wake wrote:
<jstevh@msn.com> wrote in message
news:1152317810.423936.225430@m79g2000cwm.googlegroups.com...
My research is for real, and the political battles I fight with
mathematicians are for real as well.
I actually suspect that might be true, although not for the reasons you
think...
What the hell? Where did his message go?
Is JSH deleting his messages from the google archives again because
they make him look stupid? He has done it before.
.
|
|
|
|
|
| User: "Eric Gisse" |
|
| Title: Re: Factoring idea, problems with math community |
07 Jul 2006 07:20:52 PM |
|
|
wrote:
[snip blather]
I don't care. Stop posting your 'research' to sci.physics. Post it to
sci.math where people actually respond to you, even if it is only to
mock you.
.
|
|
|
|
|
|

|
Related Articles |
|
|