Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  The Teacher's Book /  Basic Calculations /  Plotting Curves /

8.1 Plotting Functions

Basic plotting functions.

This plots a graph of as a function of from 0 to .

In[1]:= Plot[Sin[x], {x, 0, 2Pi}]

Out[1]=

You can plot functions that have singularities. Mathematica TE will try to choose appropriate scales.

In[2]:= Plot[Tan[x], {x, -3, 3}]

Out[2]=