Skip to main content

A library for the subject "Differential Equations"

Project description

This is a library for the subject ‘Differential Equations’


Short documentation:

function - function, which we want to solve h - step x0, y0 - initial condition


a,b - range n - number of iterations


  • euler(function,h,x0,y0)

  • improved_euler(function,h,x0,y0)

  • runge_kutta2(function,h,x0,y0)

  • runge_kutta3(function,h,x0,y0)

  • runge_kutta4(function,h,x0,y0)

  • simpson_rule(function,a,b,n,rng=[],result=0)

  • trapezoidal_rule(function,a,b,n,rng=[],result=0)

Change Log

0.0.1 (17/12/2021)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

difflibakik-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page