Differential Direction Field. A windows forms app for estimating solutions to first order differential equations.
This app allows you to input a differential equation and an initial value so a particular solution can be determined. It will then calculate a specified number of estimates and plot them on a graph.
If you want to clone/download this repository and run the code yourself:
The code relies on the nuget packages OxyPlot.WindowsForms
and MathParser.org-mXparser
. You may need to install these packages manually.
For a prebuilt version, head over to the releases page to get the latest .exe
.