(no title)
rustybolt | 3 months ago
The graph of y/(x^2+y^2)=(x+1)/(x^2+y^2) by definition contains the points that satisfy this equation. This is exactly the set of points for which y = x + 1.
The "fuzzy" graph is just coloring the difference between the left hand side and right hand side. This is very basic, not new, and it's definitely not "the graph of y/(x^2+y^2)=(x+1)/(x^2+y^2)".
soVeryTired|3 months ago
But then I realised they're just plotting
y/(x^2+y^2) - (x+1)/(x^2+y^2) = c
and colouring by c (i.e. a heatmap, as others have mentioned in the thread).
That's why you get a more interesting image than you'd get with y - (x + 1) = c
calebm|3 months ago
wholinator2|3 months ago
We'd only need to "apply a filter" to get the line graph if we started with z(x,y), but that's not what you wrote
chemotaxis|3 months ago
The simplest definition of a "graph of a function" is that it's a representation of the points satisfying some underlying equality. Your plot isn't that. A more conventional name would be a heatmap: a plot of a function that takes two parameters - x and y coordinates - and then assigns a third value (color) to each.
I don't think the distinction is all that interesting. They're both function plots.
andrewflnr|3 months ago
Of course we also have to remember that functions are not the same as equations, and a given function, or more generally relation, can be represented by multiple different equations. For a trivial example, multiply both sides of your slashdot equation by a constant, or add x*y.