An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with simpson-method

A curated list of projects in awesome lists tagged with simpson-method .

https://github.com/aliiimaher/numerical-analysis

This is a Numerical Analysis course project, implementing numerical analysis methods.

bisection-method euler-method gaussian-elimination laplace-equation-solver matlab newton-method numerical-methods simpson-method

Last synced: 21 Sep 2025

https://github.com/strongerprogrammer7/algorithm-of-computing-math

Algorithms of computational math: Legendre polynomial; Gauss method; Cholesky method; Method of Squares; Newton interpolation; Inverse Gauss method; Interpolation by cubic splines; Gauss Zeidel method; Jacobi method; Eigenvalues; Euler method; Left/Right rectangle method; Simpson method; The method of dividing a segment in half; Newton's method;

adams-bashforth-methods algorithms-of-computational-math cholesky-method cpp eigenvalues euler-method gauss-method gauss-zeidel-method interpolation-by-cubic-splines inverse-gauss-method jacobi-method left-right-rectangle-method legendre-polynomial method-of-squares newton-interpolation newton-s-method runge-kutta-methods simpson-method the-method-of-dividing-a-segment-in-half

Last synced: 07 Aug 2025

https://github.com/exsandebest/integral

Computing integral with 2 methods: Monte-Carlo's method and Simpson's method

integral monte-carlo-methods qt simpson-method

Last synced: 17 Apr 2026

https://github.com/bunji2/gointegral

gointegral --- golang implementation of Simpson method (described in Japanese)

golang integral-equations javascript simpson-method

Last synced: 17 Apr 2026

https://github.com/lonewanderer27/js5

JS5 is a comprehensive suite of numerical methods tools developed as a requirement for the Numerical Analysis subject. This project consists of four distinct applications, each designed to tackle a specific numerical analysis problem.

bisection-method chakra-ui definite-integral lagrange-method mathjs newton-method pwa react secant-method simpson-method tailwindcss taylor-maclaurin trapezoidal-method

Last synced: 08 May 2026

https://github.com/sudipto3331/integration-using-simpson-s-3-8-rule-numerical-method-implementation-in-python

This repository contains a Python implementation of Simpson’s 3/8 Rule for numerical integration. The code computes the integral of the function \( F(x) = x^2 + 5x - 9 \) over a specified interval using Simpson's 3/8 Rule.

numerical-analysis numerical-methods python3 simpson-method simpson-rule

Last synced: 25 Aug 2025