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.

plot3d( f(x,y), x=0..2*Pi, y=0..2*Pi );4.2 Graphing in Three Dimensions • 113By default, Maple displays the graph as a shaded surface, but you canchange this by using either the menus or the style option. For example,style=hidden draws the graph as a hidden wireframe structure.> plot3d( f(x,y), x=0..2*Pi, y=0..2*Pi, style=hidden );For a list of style options, refer to ?plot3d,options.The range of the second parameter can depend on the first parameter.> plot3d( sqrt(x-y), x=0..9, y=-x..x );

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

Saved successfully!

Ooh no, something went wrong!