If I have z=f(x,y), then how would I go about finding the inverse function?
More specifically, say I have a parametric function of the form
f(u,v) = (x(u,v), y(u,v),0)
which is a coordinate transformation. How do I find the inverse of this function?
All references I can find on...