12.07.2015 Views

Learning Guide Learning Guide

Learning Guide Learning Guide

Learning Guide Learning Guide

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.6 Special Types of Plots • 1338642–4 –2 0 2 4The fieldplot command draws the given vector for many values ofx and y. That is, it plots a vector field, such as a magnetic field.> fieldplot( [y*cos(x*y), x*cos(x*y)], x=-1..1, y=-1..1);1y0.5–1 –0.5 0.5 1x–0.5–1Maple can draw curves in three-dimensional space.> spacecurve( [cos(t),sin(t),t], t=0..12 );Here Maple inflates the previous spacecurve to form a tube.> tubeplot( [cos(t),sin(t),t], t=0..4*Pi, radius=0.5 );

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!