Results 1 to 16 of 16

Thread: FERMAT theoram

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209

    FERMAT theoram

    for n>2 ; x^n+y^n=z^n will not have any x,y,z to satisfy,wont it?
    is it proven so?
    what 's the largest primenumber?

  2. #2
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    yes its proven by Andrew Wiles in 1993 or so.there is no non-trivial integral solution to x^n+y^n=z^n, n>2

    as NotLKH pointed out, solutions exists when x=0, y=0 and/or z=0

    what 's the largest primenumber?
    ?? what do you mean by that?
    Last edited by bugzpodder; Aug 17th, 2002 at 10:35 AM.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  3. #3
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    299
    there is no one largest prime number. I have a prog that finds a lot of primes(all up to 2000000000) that saves them all to file. Reply if you want it. It takes hours to run. I would let it go overnight. Takes 500 megs on hard drive, 50 diff files 10mb each

  4. #4
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    Originally posted by bugzpodder
    .....execept when x=y=z=0
    How about z=t, x = 0, y=t {Or, z=t, x=t, y=0}
    where t is any positive integer, for all n,
    {or, also, when n is even:
    z=(-1)k1*t, x = 0, y = (-1)k2*t
    where k1,k2 are Positive integers}

    Such as {x,y,z} = {0,1,1}:

    029+129=129

  5. #5
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    ok, make that "no positive integral solution"

    dicitionary definition says "no non-trivial integral solution"
    Last edited by bugzpodder; Aug 17th, 2002 at 10:34 AM.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  6. #6
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    Consider it made.


    Just felt like pointing out that x=y=z=0 isn't the only trivial solution, as you suggested, but that {0,1,1} is also one, as is {0,t,t} For all n, and {0, +/-t, +/-t} for all even n.

    {Although I don't see why we have to leave the non-trivial definition}

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209
    but as i know theres largest primenumber.found by Cameron,and i wonder how can he find it?

  8. #8
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    he found the largest Mersenne prime, 2134966917-1

    a mersenne prime is a prime that has the form 2p-1

    here is the proof that there is infinitely many prime numbers:

    assume all primes in the world are p1,p2,...,pn

    now let q=p1*p2*...*pn+1
    now, q mod p1=q mod p2=...=q mod pn=1
    (q mod any prime number p1,p2,...,pn is congruent to 1)

    so q is not divisible by any prime number other than 1 and itself.

    thus q is prime.

    therefore there is an infinite # of primes
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209
    can we do that on my own computer?or linux based one?

  10. #10
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Re: FERMAT theoram

    Originally posted by phanbachloc
    for n>2 ; x^n+y^n=z^n will not have any x,y,z to satisfy,wont it?
    is it proven so?
    what 's the largest primenumber?
    thats true

    I haven't read the other posts so Im not sure if they answered this. Some guy spent about 12 years proving it but he finally did it. And there is no one largest prime numbers, there is an infinite amount.

  11. #11
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    Originally posted by phanbachloc
    can we do that on my own computer?or linux based one?
    I think the guy that ran that program made a very very complex program that ran over his christmas break on the university servers. So it took those servers about 2 weeks to come up with that.

  12. #12
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Phan -

    "You give me the largest known prime number. I can always find a bigger one. " -- this is what the posters are telling you.

    This is what Cameron et al did:

    You wanna do this, too? go to the Mersenne prime org site and download the free software. You need a 1GHz PC or so ans about 10-12 weeks of free time on the PC.

    http://www.mersenne.org/prime.htm

  13. #13

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209
    will we find out the number larger than 2^134966917-1 in 12-13 weeks?

  14. #14
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    there is literally at least of thousands ppl doing this. and only 3 ppl who ran the program found those primes. u do the math. whats the probability that u find one? btw if u find one thats over 10 million digits long, you'll get some $$$
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  15. #15

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209
    why dont u find it for some $$$$?

  16. #16

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    VIETNAM
    Posts
    209
    do we need to set my computer online all the time?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width