If I have 2 equations $y=f(x)$ and $w=g(y)$ then I can nest them to get $w=g(f(x))$. Can a similar thing be done with implicit functions?
Suppose I have a 2 equations $F(x, y)=0$ and $G(y, w)=0$. Can I combine them to get an equation relating $x$ and $w$?