Quick Introduction next up previous
Next: Defining Functions and Constants Up: Maple for Intensive Analysis: Previous: Getting in and Out

Quick Introduction

For the most part we will be plotting in Maple. To get started, enter the following at the ;SPMgt; prompt:

      plot(sin(x), x=0..2*Pi);
To excute the command hit the Enter or Return key after you've typed the line. This will plot the function tex2html_wrap_inline343 on the interval tex2html_wrap_inline345 . Notice we write Pi for tex2html_wrap_inline347 and we use * for multiplication.

Let us try a few things:

We can also use the plot command to plot several functions at the same time. Try this:

      plot({sin(x),cos(x)}, x=-2..2);
Notice the functions are separated by a comma and the list of functions is enclosed in braces.




Thu Jul 29 16:02:26 EDT 1999