How to | Plot Functions of One Variable
Mathematica offers multiple ways of plotting functions of one variable. These include ordinary plots, log plots, parametric plots, and polar plots.
Plot the function
:
| Out[86]= |  |
Plot several functions:
| Out[87]= |  |
Plot the function
on a log-scaled vertical axis:
| Out[88]= |  |
Plot the function
on a log-scaled horizontal axis:
| Out[89]= |  |
Plot the function
on log-scaled vertical and horizontal axes:
| Out[90]= |  |
Plot the parametric curve defined by
:
| Out[91]= |  |
Use ParametricPlot3D to plot the parametric curve defined by
:
| Out[92]= |  |
Make a polar plot of the function
:
| Out[93]= |  |
Use ContourPlot to plot an implicitly defined function:
| Out[94]= |  |