Forgot your password?
typodupeerror

Comment Re:not that complicated (Score 1) 564


Thank you for taking the time to look at all this and point me towards other ways of looking at it. The real problem I find with googles' answer is it's lack of determinism. As the wikipedia link you posted states:

The "rule" defining a function can be specified by a formula, a relationship, or simply a table listing the outputs against inputs. The most important feature of a function is that it is deterministic, always producing the same output from the same input.


The reason why I believe Google's answer fails to be detrministic is simply because if you change the base, the whole thing falls apart. In other words, it's not a relation between *values* of the domain set (1,2,3,4,5) and the range set. -As you pointed out, I'm keeping with the formal (or as you said "specialized") definition of the term "function" rather than making allowing for a loose and generalized definition.

You could, for example, just compute the cubic polynomial interplant of the four given points, and then compute the fifth point rather easily from the resultant cubic. I haven't done this, but I am pretty sure that that the point you get will be different than your fifth point, or google's fifth point. Nonetheless, all are correct.


It is not my own work but a firend pointed out a problem with your suggested polynomial approach. This is what he had to say:
The first thing I tried was the method of finite differences. In essence use the four given values to solve for a olynomial of the form:

f(n) = a3*x^3 + a2*x^2 + a1*x^1 + a0

Doing this gives f(5) = 2775619300. While finite differences only solves for polynomials, experience and intuition let one recognize other patterns. E.g. I can usually recognize exponentials.

For this to have been valid I would have expected it to yield a quadratic rather than a cubic. That is, I would have expected f(1) through f(3) to predict f(4) via this method.



It seem like we could end up debating the definitions of both "function" and "correct" endlessly. ;-)

Have you seen anyone able state the function of google's answer? I've tried a number of times but have not been able to do it. I'm not saying it can not be done but I've had no luck at it.

Though I don't know who you are, I appreciate the time you've taken. If you'd like to contact me via email, please do. I'd love to prove myself wrong and find a somwhat formalized (an exception for decimal only) function for the google answer.

mercury no spam at abac dot com

Thanks, JCR

Slashdot Top Deals

Repel them. Repel them. Induce them to relinquish the spheroid. - Indiana University fans' chant for their perennially bad football team

Working...