Skip to content

ahmedsamir45/ode-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODE Solver Web Application

Python Flask License

A web application for solving Ordinary Differential Equations (ODEs) using numerical methods, built with Python and Flask.

Features

  • Solves second-order ODEs with boundary conditions
  • Implements two numerical methods:
    • Finite Difference Method
    • Shooting Method
  • Interactive web interface with real-time plotting
  • Example problems with one-click loading
  • Comprehensive documentation with mathematical explanations

Live Demo

Try it online!

Installation

Prerequisites

  • Python 3.8+
  • pip package manager

Setup

  1. Clone the repository:
git clone https://github.com/ahmedsamir45/ode-solver.git
cd ode-solver

Releases

Packages

Used by

Contributors

Languages