Animation 3D

...........................................

 

Equation= cos(x)+(1/2)cos(7y)+(1/3)sin(17z)

 

animate3d(cos(x)+(1/2)*cos(7*y)+(1/3)*sin(17*z), x=-5...5, y=-5...5, z=0...2*Pi-2*Pi/15, title="binomial",style=patch, frames 15)

 

This command calculates several images of the function f. The frames option is used to specify the number of images to be calculated

back to assignment