A web application for solving Ordinary Differential Equations (ODEs) using numerical methods, built with Python and Flask.
- 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
- Python 3.8+
- pip package manager
- Clone the repository:
git clone https://github.com/ahmedsamir45/ode-solver.git
cd ode-solver