Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 06-15-2009, 11:00 AM   #1 (permalink)
Banned
 
Zeraph's Avatar
 
Location: The Cosmos
P=NP

P = NP problem - Wikipedia, the free encyclopedia For those not familiar. Way too big of an article to quote, sorry. The math wouldn't transpose anyway.

I'm having difficulty fully understanding this, can anyone explain it in a creative way?

Is this one of those things that may never have an answer?
Zeraph is offline  
Old 06-15-2009, 11:50 AM   #2 (permalink)
The Reforms
 
Jetée's Avatar
 
Location: Rarely, if ever, here or there, but always in transition
From what I gather from the first paragraph, mathematicians are trying to create a basic formula that can compute a "nondeterministic algorithm" into a simple matter of equating an answer to either being "true" or "false".

No one has the answer yet, so it is reasonable and wholly factual to state that no computer can process this theory either. I'm going to study the article & links in-depth a bit later, and see if I might have come across this problem elsewhere in my random searches.
__________________
As human beings, our greatness lies not so much in being able to remake the world (that is the myth of the Atomic Age) as in being able to remake ourselves.
Mohandas K. Gandhi
Jetée is offline  
Old 06-15-2009, 10:05 PM   #3 (permalink)
Junkie
 
Location: San Francisco
In a few words P is the set of all problems for which a solution can be calculated algorithmically, NP is the set of those where that doesn't hold true. The question is if the solution to any mathematical problem can be calculated algorithmically, in which case P = NP, or if there are some problems for which no algorithmic solution exists, thus P =/= NP.

It is actually impossible to answer either way, it's simply a theoretical/philosophical question because the set of problems is infinite, and it is impossible to prove that no algorithm exists to calculate the solution to a problem and thus that a problem is in the NP set, it is only possible to prove that a P problem is such, by solving it. There are many problems for which no solution is KNOWN but it is impossible to prove that none EXISTS. The question is important most notably because a computer can calculate the answer to a P problem but cannot calculate the optimal answer to an NP problem.
__________________
"Prohibition will work great injury to the cause of temperance. It is a species of intemperance within itself, for it goes beyond the bounds of reason in that it attempts to control a man's appetite by legislation, and makes a crime out of things that are not crimes. A Prohibition law strikes a blow at the very principles upon which our government was founded." --Abraham Lincoln

Last edited by n0nsensical; 06-15-2009 at 10:17 PM..
n0nsensical is offline  
Old 06-16-2009, 08:54 AM   #4 (permalink)
Banned
 
Zeraph's Avatar
 
Location: The Cosmos
That's basically what I got out of it. But then why does Clay Mathematics Institute - Wikipedia, the free encyclopedia have a 1million prize for a proof? Is it just publicity then?
Zeraph is offline  
Old 06-16-2009, 10:21 PM   #5 (permalink)
Junkie
 
Location: San Francisco
I guess the devil is in the details. I'm not even sure of all the details, I've just had a basic overview as well. So maybe there is a more formal definition that could be proven, I wouldn't really know, but at our current knowledge I'm not sure we even know one way or the other if it can be answered.
__________________
"Prohibition will work great injury to the cause of temperance. It is a species of intemperance within itself, for it goes beyond the bounds of reason in that it attempts to control a man's appetite by legislation, and makes a crime out of things that are not crimes. A Prohibition law strikes a blow at the very principles upon which our government was founded." --Abraham Lincoln
n0nsensical is offline  
Old 06-17-2009, 07:20 PM   #6 (permalink)
Junkie
 
Quote:
Originally Posted by Zeraph View Post
That's basically what I got out of it. But then why does Clay Mathematics Institute - Wikipedia, the free encyclopedia have a 1million prize for a proof? Is it just publicity then?
There are practical reasons. Think of cryptography. Factoring is a very difficult and time consuming problem (even if it doesn't seem like it) on very large numbers. If the computation of that factoring were to be done trivially, it would undermine current methods of security.
__________________
"Fuck these chains
No goddamn slave
I will be different"
~ Machine Head
spectre is offline  
Old 06-18-2009, 04:36 AM   #7 (permalink)
Registered User
 
Where's Will Hunting when you need him?
Glory's Sun is offline  
Old 06-19-2009, 01:58 PM   #8 (permalink)
Junkie
 
I haven't seen the correct definition here yet. The p=np problem really comes down to if a problem can be solved in polynomial time. Algorithmically speaking that means the problem can be solved in O(N^c)*, where N is the problem size and c is a constant. Some problems are believed to be NP which means they cannot be solved in O(P^c) time and instead can only be solved via brute force methods (ie trying every possible solution and seeing if it works, which I believe is O(N!). There are many classic problems that are NP and typically when you get into graph related problems NP comes up often.

An interesting fact about NP problems is that they can all be defined as a traveling salesman problem, thus if a person where to find a polynomial solution to a single NP problem then a polynomial solution would exist for all NP problems. This is where the classic problem comes in. Prove that P=NP or P!=NP.


*O(X) is known as big-O notation and it is a measure of how many operations a problem needs to be solved. If a problem were O(N) it would take on the order of N operations to solve and if it were O(N^2) it would take on the order of N^2 operations.
Rekna is offline  
Old 06-30-2009, 10:48 AM   #9 (permalink)
Banned
 
Zeraph's Avatar
 
Location: The Cosmos
How does it follow that if I found one solution to one NP problem that it would mean all the rest follow the same logic? Really in other words, why is it we can even group all NP problems together in the first place? The dichotomy between P and NP seems arbitrary.
Zeraph is offline  
Old 06-30-2009, 06:50 PM   #10 (permalink)
Junkie
 
From my understanding to qualify as a NP problem the problem must be rewriteable as another NP problem. Thus an equivalence class has been formed for all NP problems.
Rekna is offline  
Old 07-01-2009, 11:43 PM   #11 (permalink)
Junkie
 
Location: San Francisco
Yea those would be those "details". I wouldn't even have the slightest clue how to begin proving that NP problems are equivalent for the purpose of (dis)proving that P=NP, much less proving the entire thing. I guess that may have to do with why nobody has solved it.
__________________
"Prohibition will work great injury to the cause of temperance. It is a species of intemperance within itself, for it goes beyond the bounds of reason in that it attempts to control a man's appetite by legislation, and makes a crime out of things that are not crimes. A Prohibition law strikes a blow at the very principles upon which our government was founded." --Abraham Lincoln
n0nsensical is offline  
 

Tags
pnp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 04:41 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360