Git Product home page Git Product logo

numerical-methods-for-differential-equations's Introduction

Numerical Methods for Differential Equations

The aim of this project is to showcase computational methods for solving both ordinary and partial differential equations. This includes the construction, application and analysis of basic computational algorithms for approximate solutions on a computer of initial value, boundary value and eigenvalue problems for ordinary differential equations, and for partial differential equations in one space and one time dimension.

Runge Kutta Methods

We construct our own ODE solver, based on an explicit Runge-Kutta method with embedded error estimator. The error estimator is used to adjust the time step along the integration, so that the error estimate is kept close to a prescribed accuracy tolerance.

Furthermore, we focus on understanding the distinction between stiff and nonstiff problems, and why stiff problems require implicit methods with unbounded stability regions. We will study two nonlinear oscillatory systems, the nonstiff Lotka-Volterra population dynamics problem and the van der Pol equation, which may be stiff or nonstiff depending on problem parameters. We work both with our own solver, and a professionally implemented stiff ODE solver.

Boundary Value Problems (BVPs)

In this notebook we present the required theory and the methodology of constructing solvers for two-point boundary value problems as well as Sturm-Liouville eigenvalue problems. Basic finite difference methods are introduced by a thorough implementation. However, we do not consider making the solver adaptive and neither do we consider nonlinear problems as they present additional difficulties. We present a few applications of the theory, such as quantum mechanics.

Partial Differential Equations (PDEs)

In this project, we will work with parabolic and hyperbolic partial differential equations, and combine elementary techniques from $2p$ -BVPs with time-stepping methods from IVPs. The goal is to gain experience with the method of lines and stability constraints of Courant-Friedrichs-Lewy (CFL) type on the time-step $\Delta t$.

numerical-methods-for-differential-equations's People

Contributors

alibakly avatar

Stargazers

Khurram Pervez  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.