Git Product home page Git Product logo

ode-solver's Introduction

ode-solver

An elementary ODE solver with detailed procedure, developed by Hanzhi Zhou and Kaiying Shana

Supported ODEs

  • first order linear
  • first order bernoulli
  • nth order homogeneous linear ode with constant coefficients
  • second order Euler
  • variation of parameters for nth order ode
  • undetermined coefficients for nth order linear ode with constant coefficients
  • 2x2 and 3x3 system of linear odes with constant coefficients
  • variation of parameters for 2x2 and 3x3 system of odes
  • phase portrait for 2x2 system of linear odes with constant coefficients

Note 1: If I have time, I'll manage to complete the first order part.

Note 2: The Laplace transform (and its inverse transform) with procedure is not easy to implement. I may or may not be able to do that.

Getting started

Note: Due to time constraints, the code is not well documented

Requirements

  • Python >= 3.5
  • SymPy >= 1.3
  • Jupyter
  • NumPy (for phase portrait)
  • Matplotlib (for phase portrait)
git clone https://github.com/kaiyingshan/ode-solver
pip install sympy jupyter numpy matplotlib
cd ode-solver
jupyter notebook # launch the jupyter notebook server

In order to use our solver, you need some basic knowledge of Python and Jupyter notebook. There are a plenty of examples under the notebooks folder.

ode-solver's People

Contributors

hanzhi713 avatar kaiyingshan avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  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.