Topic: "simpson-method"
aliiimaher/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
Language: MATLAB - Size: 2.16 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

Dartacavalo/ModelisationControleEDO
Projet en C++ | Réalisation d'un moteur de résolution d'EDO et illustration de la théorie du contrôle linéaire
Language: C++ - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

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;
Language: C++ - Size: 993 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

swapnita-pandey/cbnst-lab
Language: C - Size: 16.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

muhammadalizkhan/Simpson3_8.m-
Simpson's 1/3 Rule
Language: MATLAB - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

apurva313/Numerical-Method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
Language: C - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

camarman/computational_physics
Solutions to some problems in the ''Computational Physics'' book, written by Mark Newman.
Language: Python - Size: 58.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

bdubs-astro/NumIntSimpson
numerical integration using Simpson's Rule
Language: MATLAB - Size: 1.91 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

janskwr/MN-P1
Project 1 for Numerical Analysis course.
Language: MATLAB - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

janskwr/MN
A few simple implementations for my Numerical Analysis classes.
Language: MATLAB - Size: 285 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

alessandropier/Calcolo-Numerico-21-22
Language: MATLAB - Size: 196 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

redd4ford/iot-numerical_analysis
this is a repo for all the Numerical Methods laboratory works I coded as a part of my educational process at LP NU IoT 2nd course.
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Siddardha21/NUMERICAL-METHODS Fork of Zura1101/NUMERICAL-METHODS
NUMERICAL METHODS solutions
Language: Python - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

exsandebest/Integral
Computing integral with 2 methods: Monte-Carlo's method and Simpson's method
Language: C++ - Size: 96.7 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

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.
Language: TypeScript - Size: 5.65 MB - Last synced at: 26 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

theMHD-120/Numerical-Computing-Fomulas
Implementation of several numerical computing methods with Python /// by theMHD.
Language: Python - Size: 26.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

rezasadid753/numerical-analysis-tools
Explore numerical methods implemented in PHP for solving equations and integrals. Enhance your understanding of numerical analysis techniques.
Language: PHP - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sckwokyboom/Computational-Math-Labs
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Language: Kotlin - Size: 746 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

amirHosseinEz/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
Language: MATLAB - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

zuhdi00/Integrasi_numerik_SImPsoN3per8
Metode integrasi numerik Simpson 3/8 memberikan aproksimasi integral yang lebih akurat daripada metode Simpson 1/3 karena menggunakan polinomial orde tinggi dalam pendekatannya.
Language: C++ - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

gabrielmazz/regra_de_simpson
Esse código tem como objetivo aproximar o valor de uma integral definida, utilizando a regra de Simpson 1/3
Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

bdubs-astro/NumIntgrl
MATLAB function that performs numerical integration using Simpson's Rule where possible, and the Trapezoidal Rule otherwise
Language: MATLAB - Size: 811 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

chaterinamf/MetodeNumerik
Some numerical methods programme in Java
Language: Java - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bunji2/gointegral
gointegral --- golang implementation of Simpson method (described in Japanese)
Language: Go - Size: 31.3 KB - Last synced at: 11 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

cnrkaya/numerical-analysis
Numerical Analysis Methods from scratch
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

kenqefh/analisis-numerico-trapecio-simpson
metodo de simpson y trapecio mas grafica en maxima.
Language: Fortran - Size: 400 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
