Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Science, Math, and Philosophy (http://archives1.twoplustwo.com/forumdisplay.php?f=49)
-   -   Help me understand this problem - P and NP (http://archives1.twoplustwo.com/showthread.php?t=407325)

zgall1 05-19-2007 09:24 PM

Help me understand this problem - P and NP
 
I've tried to undertand this wikipedia article but my math background is not advanced enough. Can someone give me a general sense about what the problem entails without as much math jargon? It is here - http://en.wikipedia.org/wiki/Complex...asses_P_and_NP
Thanks

RJT 05-19-2007 09:39 PM

Re: Help me understand this problem - P and NP
 
I gotta ask. Did you just stumble on this surfing the net or is there some context to how you came upon this topic? Just curious. (Btw, sorry can’t help with your question.)

m_the0ry 05-19-2007 09:49 PM

Re: Help me understand this problem - P and NP
 
Having taken only two college level programming courses I'm probably not the best suited person to answer the question but after a little wikihunting I think this page describes it the best:

http://en.wikipedia.org/wiki/Polynomial_time

From the link,

[ QUOTE ]

In computational complexity theory, polynomial time refers to the computation time of a problem where the run time, m(n), is no greater than a polynomial function of the problem size, n. Written mathematically using big O notation, this states that m(n) = O(n^k) where k is some constant that may depend on the problem.


[/ QUOTE ]

NP stands for "non-polynomial time" complexity. Meaning we cannot characterize the runtime as n^k where k is a constant. An exponential time problem, for example, is non-polynomial because k is a function and is not a constant.

Neuge 05-19-2007 09:52 PM

Re: Help me understand this problem - P and NP
 
Basically, it's the inability of deterministic computers to solve non-deterministic problems in a reasonable amount of time. It has not been proven conclusively that this is impossible (do it and you win $1m), but no algorithm has been found. What's more, if one NP-complete problem can be solve in polynomial time, they all can be (and for non-solvable as well).

Famous examples of NP-complete problems are the traveling salesman and minesweeper. Here's a good page on minesweeper.

zgall1 05-19-2007 11:55 PM

Re: Help me understand this problem - P and NP
 
I stumbled upon it surfing the Net but I can't remember where.

MelchyBeau 05-20-2007 01:11 AM

Re: Help me understand this problem - P and NP
 
I discussed this problem in an older thread. LINK

That should help you understand it a little better. I'll try to answer any questions you have on this problem. I find it a very fascinating problem personally, as it is closely related to the field of math that I study.

Neuge 05-20-2007 02:05 AM

Re: Help me understand this problem - P and NP
 
[ QUOTE ]
I discussed this problem in an older thread. LINK

That should help you understand it a little better. I'll try to answer any questions you have on this problem. I find it a very fascinating problem personally, as it is closely related to the field of math that I study.

[/ QUOTE ]
Off topic a bit, but do you really think the Navier-Stokes equations are going to be the next millennium problems to fall? I'm not an expert on the others, but N-S is far, far from being solved.

EDIT: Sorry, forgot the millennium prize only requires the proof that the solution is bounded (or unbounded). That's much more realistic and your assertion is probably correct.


All times are GMT -4. The time now is 09:03 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.