I have a question related to implicit equation in Blender.
I made a project developing about 100 parametric equitation/ or algebraic minimal surfaces, first with xyz math function, later I translated most of them to Geometry Nodes.(example in the Attachment & screenshot).
Now I would like to make the next step and build a collection of the implicit equations like:
$ x^2+y^2+z^2+sin(4x)+sin(4y)+sin(4z)-1 = 0 $
But I don’t find a way, neither any kind of addon, nor a helpful article in this forum or in the www.
So, maybe one of you have an idea how to import implicit equations to blender? I am happy about all hints and inspiring idea’s ✌️






matplotlib.pyplothttps://stackoverflow.com/questions/2484527/is-it-possible-to-plot-implicit-equations – Harry McKenzie Sep 11 '23 at 04:16y^2 + xy = 0, there is no way to define one variable in terms of the other, that is explicitly isolating one variable. So you need some other numerical methods to accomplish this and GN cannot do it. – Harry McKenzie Sep 11 '23 at 04:44