A numerical analysis web application built with ⚙️ Django, 🐍 Python, and 🎨 Bootstrap.
- Numerical Integration
- Composite Trapezoidal Rule
- Composite Simpson Rule
- Numerical Differentiation
- Three-point Midpoint Formula
- Solves Non-Linear Equations
- Secant Method
- Bisection Method
- Regula-Falsi Method
- Newton-Raphson Method
- Solves Ordinary Differential Equations (Initial-Value Problems)
- Huen's Method
- Euler's Method
- Runge-Kutta's Method (4-RK Method)