G(x,y,z) = M( M(x,y), z)That's not deep, but given an arbitrary G, can we always find such an M?
V(x,y) = f( g(x) + h(y) )I don't know what the results are in this case, but I'm guessing that (like me) you came to this thread for the pretty pictures, so I'll link to this handout. It's intended to illustrate a result along the lines discussed above, but strikes me more as what playing Minecraft on acid must feel like.
H(x,y,z) = x + y – z2 + z * cos(x*y).If you wanted to calculate a value you could do so only handling at most two values at a time. (If you like HP RPN calculators, it's the same thing as saying you only need a stack that's two deep).
x – y if z > 0
J(x,y,z) =
x + y if z <=0
This looks to be a function that is essentially of three variables. You have to look at all three values at one time to compute it. In that way it seems different from H( ).M( L(z,x), N( P(z, Q(y,x)), R(S(x,T(z,y)),y))),just so long as each function only has two arguments.
x if z > 0
IF(x,y,z) =
y if z <=0
posted by benito.strauss at 7:59 AM on August 2, 2011 « Older In the New Yorker: Getting Bin Laden, What happene... | "History Changes".... Newer »
This thread has been archived and is closed to new comments
But having only explored a little bit into his techniques, I'm already a much better mental calculator. 29*31 = (30 - 1)*(30 + 1) = 302 + 30 - 30 - 12 = 899.
posted by DU at 6:01 AM on August 1, 2011 [1 favorite]