Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Plotting differential equations with numeric methods.

Notifications You must be signed in to change notification settings

modbrin/differential-equation-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plotting differential equations with numeric methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages