Go to CCP Homepage Go to Materials Page Go to Differential Calculus Materials Go to Table of Contents
Go Back One Page Go Forward One Page

Maple Tutor

Part 7: Graphing Functions

  1. Let's plot 3 sin(2x) over the interval [0,2π]. First we need to make sure x is unassigned. Enter
    x
    to check.  If Maple says that x has an assigned value, then remove it.  Now type
    3*sin( 2*x )
    Use your mouse to highlight this expression, click the right mouse button, and select "Plots"  > "Plot Builder" from the popup menus.  Make sure the first text box says "Plot" and the second box says "2-D plot".  Down below that it should say "x Axis", then "x" and then two boxes with numbers in them.  In the first box enter "0" and in the second box enter "2*Pi".  (If you leave out the asterisk or forget to capitalize the P it will not work.) When you click the "Plot" button Maple should make an arrow pointing from your formula to its plot.  (Note that Maple may switch to Text mode without warning after the plot.)

    We can obtain the same result by defining the function f given by
    f(x) = 3 sin(2x)
    and plotting f(x). Enter the following:
    f := x -> 3*sin(2*x)
    and
    f( x )
    Use the popup menus to plot this function
    over the interval [0,2π].

  2. When the plot appears, use your mouse to "select" it -- you should see a box around the graphic. Experiment with the drag buttons at the corners and sides of the box. Experiment with the icons at the top of the screen to see what they do. In particular, obtain each of the following:
  3. You can also use your right-hand mouse button to change the plot.  Experiment with the popup menus to see what they do.  In particular, obtain each of the following:



Go to CCP Homepage Go to Materials Page Go to Differential Calculus Materials Go to Table of Contents
Go Back One Page Go Forward One Page


modules at math.duke.edu Copyright CCP and the author(s), 1998, 1999, 2007