GitHub topics: trapezoidal-rule
AusBoone/Numerical-Integration
Numerically approximates the definite integral of a user-specified function over a given range. It supports three widely-used numerical integration methods: Composite Simpson’s Rule, Composite Trapezoidal Rule, and Composite Midpoint Rule.
Language: Python - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

michaelehab/Numerical-Methods
A repository containing python codes for the numerical methods I studied in Numerical Analysis course during Spring 2022 semester
Language: Python - Size: 43.9 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0

wasiif/NumericalAnalysis
This repository contains a collection of numerical methods implemented in C++ , Python programming languages, designed to solve mathematical problems such as root-finding, interpolation, integration, and differential equations
Language: C++ - Size: 32.2 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

sudipto3331/Integration-Using-Trapezoidal-Rule-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Trapezoidal Rule for numerical integration. The code integrates a given function within specified limits and computes the area under the curve.
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Caroline-Camargo/RelatoriosPython-CalculoNumericoComputacional
Relatórios escritos em Python, no ambiente Google Colab, para a disciplina de Cálculo Numérico Computacional
Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

jeet-maity/Fluid-Volume-Calculator
Calculates the volume of fuel (oil & gas) between the 2 horizons and above the fluid contact.
Language: C# - Size: 41 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - 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

vahadruya/Airfoil_results_XFOIL
Visualisation of general XFOIL results
Language: Jupyter Notebook - Size: 2.12 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Suchibrata-Patra/C_Programming_Practicals
C Programming Solutions for Real Analysis and Numerical Analysis Problems
Language: C - Size: 36.1 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

fra99le/fnt
Numerical Toolbox
Language: C - Size: 342 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

arasgungore/integral-calculator
A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.
Language: C - Size: 455 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

luksaiterugile/Integral-Calculator-and-Plotter
Program which calculates integrals using Simpson's and trapezoidal rules, while visualizing parameter-dependent graphs with Python.
Language: Python - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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

kuldeep-tolia/MPI_FORTRAN_Codes
MPI parallelization for various numerical methods and miscellaneous problems using FORTRAN
Language: Fortran - Size: 109 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

alexlostorto/Calculus
Uses trapezoidal rule to calculate area under a graph.
Language: Python - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - 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

OnofreTZK/MPI_PICalc_TRPINT
Cálculo do pi( Método Monte Carlo ) e integração da regra do trapezio utilizando MPI
Language: C++ - Size: 723 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

0xtejas/Python-Numerical-Integration-Definite 📦
Numerical Integration - Definite Integration
Language: Python - Size: 2.74 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

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

arash79/Numerical-methods
a collection of numerical methods written in python language.
Language: Python - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

kuldeep-tolia/OpenMP_Codes
OpenMP parallelization for various numerical methods and miscellaneous problems
Language: Fortran - Size: 385 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

meghabothe996/Parallel-Processing-and-Grid-Computing
This repository holds the assignments of SC302 - Parallel Processing And Grid Computing Lab of Masters' in Scientific Computing.
Language: C - Size: 396 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ashiqqs/numerical-analysis
Here I tried to implement all the algorithm which I learn from my Numerical Analysis course.
Language: C# - Size: 334 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

meixinchoy/trapezoidal-rule-calculator
repo for hosting my simple trapezoidal rule calculator
Language: HTML - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

fusion809/FunctionIntegrator.jl
A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.
Language: Julia - Size: 142 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0
