A Hurricane

This is similar to the first 2-D vector field example, illustrating rotation, except we are extending it into 3 dimensions.

> hurricane:=vector([-y,x,0]);

[Maple Math]

> fieldplot3d(hurricane,x=-2..2,y=-2..2,z=0..4,axes=normal,scaling=constrained,thickness=2,arrows=SLIM,shading=zhue,orientation=[45,65]);

[Maple Plot]

Note the "shading=zhue" option. This colours the plot by z-value, making it easier to distinguish which vectors belong to which z-layer.

>