Slope Fields with Mathematica
The Syntax Of VectorPlot
(continued from last page...)
Unfortunately for us, Mathematica does not have a specific function built-in for plotting the slope fields of differential equations. However, it does come very close to what we need with the VectorPlot command. To ask Mathematica for its syntax we would issue the following command:
?VectorPlot
Use the link below to launch Mathematica with a new notebook, then type in the above command, hit ENTER, and come back here to continue. (Note: Unlike the introductory notebooks you recently completed, from now on your will be creating your own notebooks from scratch. None of the commands will have been entered into Mathematica for you. You will be working with a "blank canvas.")
Let's go and see what you should have gotten...