Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If you were famous....
04-23-2013, 02:32 PM (This post was last modified: 04-23-2013 02:33 PM by awpertunity.)
Post: #6
RE: If you were famous....
They are used to classify how "difficult" a problem is, where checking all possible answers for a solution is not feasible.

A P problem is a problem that can be solved using a computer/algorithm in polynomial time.
An NP problem is a problem whose solution can be checked in polynomial time.

So here's a problem example: if I give you a finite set of numbers {-10, -5, 2, 4, 9, 19}, can you find a subset of them that sum to 0?

This problem is clearly NP because if I give you a solution (or possible solution), it is very easy to check if that solution satisfies the condition. i.e., {-10, -5, 2, 4, 9} is a solution and can be checked by simply seeing -10 - 5 + 2 + 4 + 9 = 0. Similarly you can check any possible solution, for instance, {-10, 19} is not a solution by seeing -10 + 19 =/= 0.

So the question is, does P = NP, meaning if a problem is NP, is it P? So if there is a way to check a solution in polynomial time, is there a way to actually find a solution in polynomial time. Checking every possible combination is clearly a way to find a solution, but cannot be done in polynomial time. As the size of the set I give you grows, the number of combinations you need to check grows exponentially rather than polynomially. But if P=NP there would mean there is some smarter algorithm that would be able to find a solution in polynomial time.

Here's the $1,000,000 question at hand http://www.claymath.org/millennium/P_vs_NP/ as well as the 6 other millennium problems if you're feeling ambitious Tongue

I believe the Poincare conjecture has already been solved...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
If you were famous.... - TheGreatAnt - 04-23-2013, 11:08 AM
RE: If you were famous.... - awpertunity - 04-23-2013, 02:01 PM
RE: If you were famous.... - GreatGonzales - 04-23-2013, 02:15 PM
RE: If you were famous.... - awpertunity - 04-23-2013 02:32 PM
RE: If you were famous.... - GreatGonzales - 04-24-2013, 02:42 AM
RE: If you were famous.... - Mag!cGuy - 04-24-2013, 02:51 AM
RE: If you were famous.... - Mag!cGuy - 04-24-2013, 04:30 AM
RE: If you were famous.... - Wildt4lon - 04-24-2013, 06:19 AM
RE: If you were famous.... - Wildt4lon - 04-24-2013, 07:06 AM
RE: If you were famous.... - TheGreatAnt - 04-26-2013, 03:08 AM
RE: If you were famous.... - TheGreatAnt - 04-29-2013, 09:22 AM
RE: If you were famous.... - TheGreatAnt - 04-29-2013, 01:42 PM
RE: If you were famous.... - TheGreatAnt - 04-30-2013, 05:57 AM
RE: If you were famous.... - TheGreatAnt - 04-30-2013, 03:36 PM
RE: If you were famous.... - TheQwertiest - 05-03-2013, 08:33 AM
RE: If you were famous.... - TheGreatAnt - 05-03-2013, 01:44 PM
RE: If you were famous.... - Gf!sh - 05-04-2013, 06:00 AM
RE: If you were famous.... - onealexleft - 05-02-2013, 08:06 PM
RE: If you were famous.... - Norahsul - 05-03-2013, 03:24 AM
RE: If you were famous.... - TheGreatAnt - 05-03-2013, 07:47 AM
RE: If you were famous.... - Mag!cGuy - 05-03-2013, 03:26 AM
RE: If you were famous.... - onealexleft - 05-04-2013, 10:39 AM
RE: If you were famous.... - TheGreatAnt - 05-04-2013, 10:49 AM
RE: If you were famous.... - Phyresis - 05-03-2013, 12:44 PM

Forum Jump:


User(s) browsing this thread:
8 Guest(s)

Return to TopReturn to Content