Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 210 words in the discussion.

Trending Topics

#equation#high#where#looking#useful#trick#line#roots#visualisations#side

Discussion (7 Comments)Read Original on HackerNews

MarkLowenstein23 minutes 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.
Enginerrrd5 minutes 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.

simojoabout 1 hour 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.
rcxdude38 minutes 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.
0xdeadbeefbabeabout 2 hours ago
Seems similar to fractals.
pfortunyabout 2 hours ago
That has another name but I forget. Essentially contour plotting in high res.
mcphageabout 1 hour ago
Do you mean Marching Squares? Or Signed Distance Fields? Both are related, but not exactly the same.