Homework 02

Kristy VanHornweder

tarball for wave.02


Elliptic Hyperboloid


Link to original surface

Parametric Equations:

      x = i*sqrt(1+u*u)*cos(v);
      y = j*sqrt(1+u*u)*sin(v);
      z = k*u;

      j = 0.3, k = 0.8, and i depends on the simulation time
Screen shots at different time intervals:

       

Link to Homework 02