https://github.com/ahmedsamir45/ode-solver
solve ode using finite difference and shouting method
https://github.com/ahmedsamir45/ode-solver
base64 bootstrap css flask html js latex matplotlib ode ode-solver reqularexpression sympy
Last synced: 22 days ago
JSON representation
solve ode using finite difference and shouting method
- Host: GitHub
- URL: https://github.com/ahmedsamir45/ode-solver
- Owner: ahmedsamir45
- Created: 2025-04-01T12:18:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T06:16:03.000Z (10 months ago)
- Last Synced: 2025-05-01T07:24:14.002Z (10 months ago)
- Topics: base64, bootstrap, css, flask, html, js, latex, matplotlib, ode, ode-solver, reqularexpression, sympy
- Language: HTML
- Homepage: https://fat-tracey-ahmedsamir6788-2c22bae7.koyeb.app/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ODE Solver Web Application



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!](https://fat-tracey-ahmedsamir6788-2c22bae7.koyeb.app/)
## Installation
### Prerequisites
- Python 3.8+
- pip package manager
### Setup
1. Clone the repository:
```bash
git clone https://github.com/ahmedsamir45/ode-solver.git
cd ode-solver