How do I convert a parametric surface $S(u,v) = (X(u,v),Y(u,v),Z(u,v))$ to a Monge representation

36 Views Asked by At

How do I convert a parametric surface

$S(u,v) = (X(u,v),Y(u,v),Z(u,v)) $

to a Monge representation,

$ S(x,y) = (x,y,Z(x,y))$?

1

There are 1 best solutions below

0
On BEST ANSWER

You could try solving the system

$$\begin{cases} x=X(u,v) \\y=Y(u,v) \end{cases} $$ for the functions $u=u(x,y),v=v(x,y)$. After that you can reparametrize as

$$(x,y,Z(u(x,y),v(x,y))) .$$