Get famous by figuring even one of these out, some are over 100 years old and unsolved.....
http://mathworld.wolfram.com/UnsolvedProblems.html
http://mathworld.wolfram.com/UnsolvedProblems.html
CardFan67 said:I solved them all... at least as far as I am concerened... I looked at them, I got a headache, I deleted the link from my history, I will never think about any of them again... "Problem solved"
jenna's too smart older brother said:not that site specifically, but i have heard of the 7 $1million millennium problems. the only one of the seven which i even remotely understand enough to even dream about ever being able to solve (or rather, understand the solution if/when somebody else does) is the so called "P vs. NP" problem, number 6 on the list, which basically has to do with how "hard" certain computable problems are. it is thought that there are two types of problems: P-problems, and NP-problems. the P stands for "polynomial" in "polynomial time". basically what that means is that if a problem is a P problem, the amount of time it would take a computer to solve it following a definite algorithm (problem solving step) is known in advance; specifically, the time taken to compute the output is some function of the input length. for example, if we have and algorithm that divides numbers, and we know it takes T seconds to divide a two digit number by a two digit number, if division were a P-problem (i.e. "polynomial time problem": of which, it is), we are able to say that it would take 2N seconds, for example, to divide a four digit number by a four digit number, if also, for example, the time taken to compute the output is a directly linear function of the input length--i.e. 2 2 digit numbers (representing four digits total) took N seconds and 2 4 digit numbers (representing 8 digits total) took 2N seconds, so twice the input = twice the time, or: T = cL (where c is some constant and L is the input length--a linear function [just like 2x = y] and the simplest polynomial.) it could also be the case that, for example, we have a more complex polynomial that relates input-length to time taken, for example:
L^2 + L + 1 = T (where L^2 means "L squared")
and in this case we'd have:
2 two-digit numbers (L = 4) take 21 seconds
2 four-digit numbers (L = 8 ) take 73 seconds
so you see that it doesn't have to be linear, it just has to be known that as the input size grows the time T it takes to answer is merely a polynomial-function of the input length L. so in some ways this is a measure of the "hardness" a problem: polynomial time problems don't technically get any "harder" as their input size grows, they just take more time, and how much more time they will take can be known in advance.
not all problems are like that. a famous example of a non-polynomial time problem is the so-called travelling salesman problem. let's say you have a map of 40 cities, and given any 5 cities, you have an algorithm for calculating the most efficient route a salesman would have to take to hit them all in the least amount of distance/time. so in this case the input length is, like sort of, 45: you feed it the 40 cities and the 5 of them to route (technically the map and the distances between cities are part of the input length, but that doesn't matter for right now). now, in this case, it turns out that this kind of problem gets way f***ing harder if we increase the input even by just a little: if we just double it, for example, and ask for the route for 10 out of 80 cities, the computer (or algorithm it's implementing) can't necessarily tell you in advance how long it will take....in fact, the travelling salesman problem gets really hard, really fast, because it just does.
here's the kicker of the whole she-bang: it can be shown that all or most NP-problems reduce to each other, sort of: that is, they can be mapped onto each other such that an algorithm for solving one of them in polynomial time, if it exists, would solve any of them in polynomial time. this, in a way, is sort of what was going on in the movie "sneakers": while i don't remember if they mentioned it explicitly, basically that guy's magic block box can be thought of as a solution to the PvNP problem that he applied to the problem of the encryption of data [1], thus f***ing up the world and stuff or something.
so the basic problem reduces too: come up with a polynomial time algorithm that can solve any and every of these hard NP problems, or prove that no such algorithm can be found. at this point, nobody can do either. pretty much everyone agrees that P and NP are distinct classes of problem (i.e. there are some problems that are just "harder") and that no "magic algorithm" exists, but they can't prove it.
so to solve the PvNP problem itself, you can either: a.) work on finding the magic algorithm and solve all the world's (math) problems (literally, sort of) or 2.) prove, finally, what pretty much everyone already thinks and suspects and which is probably true: that no such magic algorithm exists and that looking for is a waste of time. you can see why i'm fascinated by the problem, and i'll give you three guesses as to which of the roads i'd take if i were to ever seriously devote any amount of time to it--though i must say that, with respect to musing and wondering about it in the way that a little girl playing tea with her dollies might sweetly dream about her future husband and/or her wedding day, down to the specifics thereof, including but not limited to considerations such as "what kind of horse will he drive?" and "since he would have to be very brave anyway, he might not need to wear armor at all, least of all shiny armor", i definitely have already spent quite a serious amount of time on it. and although (as you well know) dreaming of that sort will never get a wedding planned or a paper published, it will still probably always be one of my favorite things about being alive.
-jenna's older brother
[1] (which relies on the fact that huge prime numbers can multiply into a composite that takes a really, really long time to factor, and get harder to factor the bigger they get: and since, by definition, the only factors of a prime are itself and one, the only factors of a number made by multiplying the two primes are the primes itself: so you can hide the two primes in plain sight in the form of a huge composite number that has only the two primes as factors, but if you know either one of the primes (i.e. a password) then you can easily do the division and get what's leftover (the message). but without knowing either of the primes it's really, really hard to factor that number, so the safeness of encryption depends on the fact that you'd basically have to just try each number as guess until you hit the right one, and that it would take forever, even with an uber-fast non-quantum computer.)
CardFan67 said:Jenna's brother's keyboard does not capitalize the beginnings of sentences either... It is a family keyboard problem...
Ryanwb said:Unless....
the shift keys were broken off over a fight in the prison library
jenna2891 said:i sent that link on to my older brother, who is prolly the smartest person i will ever know (although he'd never admit to that). here's his response, which, if you can bring yourself to read the whole thing, is rather interesting. also, he likes to footnote things, so there is one of those, although considering his penchant for it, i'm surprised there is just one.
CardFan67 said:Jenna's brother's keyboard does not capitalize the beginnings of sentences either... It is a family keyboard problem...
Linderbee said:I was thinking the same thing! I'm glad I'm not the only one that had something incredibly intelligent to add to this thread!
nm132 said:I can at least understand some of the problems after reading them. Most of them seem to be centered on number theory/discrete math. I didn't mind proofs in HS geometry but didn't have any real interest (or aptitude) in the kind of proofs you have to do to be a math major. My interest in math stopped at calculus and linear algebra.
jenna2891 said:i sent that link on to my older brother, who is prolly the smartest person i will ever know (although he'd never admit to that). here's his response, which, if you can bring yourself to read the whole thing, is rather interesting. also, he likes to footnote things, so there is one of those, although considering his penchant for it, i'm surprised there is just one.
Russ Smith said:You're brother and my dad would get along famously!
lol!jenna2891 said:i am not brother!
There was a cartoon awhile ago--can't even remember the name of it, but it went on for a few days about the mom & her "grammar whistle". One of the cartoons the dad was talking to the kid, and he's speaking very slowly, and she's standing over him with the whistle in her mouth ready to blow it in his ear:jenna2891 said:i am not brother!