andrassy
- 45
- 0
I have to parameterize the elliptic paraboloid z = 16 - x^2 - y^2 from z = 12 to z = 16. Is the correct parameterization just X(s,t) = (s*cos(t), s*sin(t), 16 - s^2 - t^2) where s ranges from 0 to 2 and t ranges from 0 to 2pi?