Re: Plotting The Slope field of a differential equation
- To: mathgroup at smc.vnet.net
- Subject: [mg36454] Re: Plotting The Slope field of a differential equation
- From: Selwyn Hollis <slhollis at earthlink.net>
- Date: Sat, 7 Sep 2002 02:54:23 -0400 (EDT)
- References: <al9ln9$b3i$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
John, You can do it from scratch with PlotVectorField from the Graphics`PlotField` package, but you make make your life easier (and get prettier plots) by using my DEGraphics package, which can be found at MathSource (it's part of the "DiffEqs" suite of packages) or here: http://www.math.armstrong.edu/faculty/hollis/mmade/DiffEqs Thanks for giving me the opportunity to make this shameless plug :^) --- Selwyn Hollis John M. Resler wrote: > Hello once again, > I am unsure if my messages are making it through to the usegroup so I > will try again. I have several differential equations I would like to > plot in Mathematica. I would like to plot the Slope Fields of them > though. Can anyone lead me in the right direction? I can solve the > equations trivially but I want to display the slope fields. An example > follows : > > y' + 2y = 3 > > > Thank you for your assistance. > > -John >