A web application that can be used to solve numerical analysis problems. Note: No more calculators will be added to this application.
This application is deployed and can be accessed at https://numerical-analysis-calculator-v2.vercel.app/.
- Bisection Method
- False Position Method
- Newton Raphson Method
- Secant Method
- Method of Successive Substitution (MOSS)
- Muller's Method
- Riemann Sum Method
- Trapezoidal Rule Method
- Simpson's 1/3 Rule Method
- Simpson's 3/8 Rule Method
npm install
npm run serve
npm run build