项目作者: modbrin

项目描述 :
Plotting differential equations with numeric methods.
高级语言: C++
项目地址: git://github.com/modbrin/differential-equation-plotter.git
创建时间: 2019-02-07T13:27:25Z
项目社区:https://github.com/modbrin/differential-equation-plotter

开源协议:

下载


Differential Equation Plotter

This project demonstrates three numeric methods for solving differential equations. (Euler, Euler Improved and Runge-Kutta methods) Algorithms are implemented in application with GUI based on Qt Framework, Plotting was done using QCustomPlot module. Sources are provided as C++ code.

Note: Substituting the equation itself could be implemented with appropriate parser, although not done here.

For complete description, usage guide and analysis see documentation