User rlbond - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-26T03:10:42Zhttp://mathoverflow.net/feeds/user/2317http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/9754/magic-trick-based-on-deep-mathematics/9766#9766Answer by rlbond for Magic trick based on deep mathematicsrlbond2009-12-26T01:55:44Z2009-12-26T01:55:44Z<p>You can use hamming codes to guess a number with lying allowed. For example, <a href="http://www.ms.uky.edu/~jrge/Papers/Hamming.pdf" rel="nofollow">here</a> is a way to guess a number 0-15 with 7 yes-or-no questions, and the person being questioned is allowed to lie once. (The full cards are <a href="http://www.ms.uky.edu/~jrge/Papers/Seven%5Fcards.pdf" rel="nofollow">here</a>).</p>
http://mathoverflow.net/questions/9311/cubic-spline-of-a-two-variable-functionCubic spline of a two-variable functionrlbond2009-12-18T20:51:36Z2009-12-26T01:25:28Z
<p>So, I am aware of how to (both iteratively and using a linear equation) compute the cubic spline of a one-variable function with $m$ control points. However, I am not sure how to do any type of spline on a two-variable function with $mn$ control points in a square grid. Is this even possible? Is there a simple algorithm? I've tried to see if the process is separable, but so far I can't seem to prove it one way or the other.</p>
http://mathoverflow.net/questions/9311/cubic-spline-of-a-two-variable-function/9763#9763Comment by rlbondrlbond2009-12-26T01:49:34Z2009-12-26T01:49:34ZThanks, will see if I can get my hands on it.