How could I find the $y=f(x)$ for each $x$ in an implicit function base on Newton-Raphson ?
For example -
Given the implicit function - $$3x^7+2y^5-x^3+y^3-3=0 $$ how could I find the $f(0)$ base on Newton-Raphson ?
Any idea or hint would be welcome .