Plotting Space Curves with Maple - Ursinus College

If we look for a relationships between x,y,z of the space curve a(t):=[t^2,t^3,t] , we have: x=z^2 and y=z^3 . Therefore, this curve can be viewed as the curve of intersection of the cylinders x=z^2 and y=z^3 for the right domain. > implicitplot3d( { x=z^2, y=z^3}, x=0..9, y=-27..27, z=-3..3); 4… ................
................