Homework 03

Kristy VanHornweder

tarball for wave.03


Elliptic Torus


Link to original surface

Parametric Equations:

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

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

       

Link to Homework 03