Skip to content

A program for finding solutions for a differential equation using 3 differenet numerical methods.

Notifications You must be signed in to change notification settings

Dablup/Differential_Equation_Solver

Repository files navigation

DifEq Solver

This program finds solutions to the differential equation using 3 numerical methods: Euler, Runge-Kutta, Improved Euler.

In NumericalMethods.py you can write your function

Альтернативный текст



When the program starts, two windows will appear: one for creating solution graphs, and the other for determining the error of the methods depending on the number of steps.

x0 and y0 are initial conditions. X is the x-axis limit. N is the number of steps.

Альтернативный текст Альтернативный текст

About

A program for finding solutions for a differential equation using 3 differenet numerical methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages