Rendered at 12:31:11 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
simojo 22 hours ago [-]
These visualizations are cool, but I feel only a little misleading. Any 2D relation can be plotted in 3D, and setting z=0 shows the original line in 2D. The whole notion of fuzzy is really just saying "let's make a heat map of how far z is from 0". That said, I can see how for some people, thinking about the roots of a function in 3D this way _could_ help unlock deeper understanding of where your roots are at than just staring at 3D graph.
rcxdude 21 hours ago [-]
Also, the visualisations are to some extent an artifact of how you arrange the equation: rearranging terms between the left and right side won't change the line but it will change these visualisations. The first example illustrates it nicely: the 'hole' only exists because of a redundant division by (x^2 + y^2) on either side of the equation.
Jaxan 18 hours ago [-]
I agree. But it’s cool to explore these things and if it’s the first time someone sees it, that’s nice!
MarkLowenstein 21 hours ago [-]
My gut tells me that exploring mathematics in this way has very high potential for bringing on future advancements. (1) Simple elements that (2) reveal coherent structures, and were (3) hidden to historic geniuses due to requiring exhaustive computation.
Enginerrrd 21 hours ago [-]
It’s not so interesting I think.
They’re basically just taking equations of the form f(x,y)=k where k=0, and asking “ah but what about when k!=0”?
Indeed, looking at the constant as a variable by looking at the equation f(x,y)=z IS quite useful. (I’m reminded of Feynman favorite trick for solving integrals). That generalization trick is actually useful in MANY contexts. But there’s nothing novel here.
They’re basically just taking equations of the form f(x,y)=k where k=0, and asking “ah but what about when k!=0”?
Indeed, looking at the constant as a variable by looking at the equation f(x,y)=z IS quite useful. (I’m reminded of Feynman favorite trick for solving integrals). That generalization trick is actually useful in MANY contexts. But there’s nothing novel here.
Reminds me of TRIZ methods too, trying to find assumptions or constraints and playing with variations of them.
So yeah, nothing novel here.