is there a general formula/algorithm to parameterize an equation?
for example if i have a function
f(x,y)=0
then can i always change it to the form x(t),y(t)?
or if i had g(x,y,z)=0
then can i change it to something like x(u,v),y(u,v),z(u,v)
i know of examples, like if i have x^2+y^2=1 then...