Topic: "trapezoidal-method"
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: 9 days ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

perpendicooler/Code-for-Numerical-Analysis-Executed-in-FORTRAN-and-MATLAB
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
Language: MATLAB - Size: 3.61 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

AfriwanAhda/IntegralMetodaTrapesium
Aproksimasi Integral dengan Metoda Trapesium
Language: C - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 5

adityagupta1089/MATLAB-MAL111
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
Language: Matlab - Size: 931 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 0

ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
Language: C - Size: 122 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

iamHrithikRaj/Numerical-Algorithm
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
Language: C++ - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

mcjwsn/Lokalizacja_punktu_na_plaszczynznie_przy_uzyciu_metody_trapezowej
Locating a point on a plane using a trapezoidal map [PL]
Language: Jupyter Notebook - Size: 15.8 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

KamruzzamanAsif/Numerical_Analysis
Numerical Analysis
Language: C - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
Language: C - Size: 4.47 MB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

johnoyegbite/computation-of-flow-oscillation-in-pipes
The aim of this research is to develop an effective numerical method that can be used to efficiently compute surges in pipes due to valve connecting two reservoirs being rapidly opened, using a computer program developed in the Python environment.
Language: Python - Size: 69.1 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

kirtan2605/IITM-EE1103-Numerical_Methods
The assignments of the course EE1103, Numerical Methods, offered by Prof. Anil Prabhakar, Department of Electrical Engineering at IIT Madras.
Language: C - Size: 1.16 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Rakibul73/CCE-312---Numerical-Methods-Sessional-Code
Numerical Method Codes in Python
Language: Jupyter Notebook - Size: 297 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

sammylton/Numerical-Methods-in-FORTRAN
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
Language: Fortran - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 3

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

abdurrahmannurhakim/Several-Integral-Method
Several Integral method in c++ such as: Trapezoid, Boole, Simpsons, et al
Language: C++ - Size: 4.88 KB - Last synced at: 10 months ago - Pushed at: about 2 years 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

lucianobajr/MAF-271
:infinity: numerical calculation
Language: Jupyter Notebook - Size: 65.4 KB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jacometoss/Runge_Kutta_4th_6th
Runge Kuttta 4to y 6to orden: El método de Runge-Kutta (RK) es un conjunto de métodos iterativos (implícitos y explícitos) para la aproximación de soluciones de ecuaciones diferenciales ordinarias, en esta documentación se muestra el de cuarto y sexto orden. Otro método agregado es la Regla Trapezoidal que puede ser explicita, para diferenciar los métodos de solución explicito e implícito se agregan los dos puntos siguientes:
Language: Scilab - Size: 275 KB - Last synced at: about 2 years ago - Pushed at: over 2 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

vishu-byte/Integral-solving-methods-in-scilab
Language: Scilab - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

disha2sinha/Numerical-Methods
Codes for diffferent Numerical methods
Language: C - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

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

NirupamKhanal/NumericalAnalysis
Numerical Methods for Computational Mathematics and Analysis
Language: Jupyter Notebook - Size: 591 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - 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

connorchurcott/Numerical-Integration-Analysis
This project aims to analyze various implementations of the Trapezoidal and Simpsons integration methods
Language: C - Size: 244 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

hamzakamelen/Numerical-Integration
Numerical Integration - Midpoint, Trapezoid, Simpson's 1/3 and Simpson 3/8 Rule using Python
Language: Python - Size: 15.1 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ghoshsaikat2024/C-Program-Files
This repo contains c program files from Numerical Methods Course taught in B.Sc Maths,M.Sc Data Science
Language: C++ - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

akorkos/numerical-methods
Numerical methods made with Python
Language: Python - Size: 3.63 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

imerfanahmed/Numerical-Lab-CSE-3212
Language: MATLAB - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: 11 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

pronobkarmoker/Numerical-Analysis-for-Engineers
Delve into the world of 'Numerical Analysis for Engineers' through this comprehensive course repository. Explore algorithms, simulations, and computations for engineering challenges. Dive into projects, codes, and practical applications to enhance problem-solving skills and numerical accuracy.
Language: C - Size: 1.41 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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

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

kuldeep-tolia/OpenMP_C_Codes
OpenMP parallelization for various numerical methods and miscellaneous problems using C
Language: C - Size: 272 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

gabrielmazz/regra_do_trapezio
Esse código tem como objetivo aproximar o valor de uma integral definida, utilizando a regra do trapézio.
Language: Jupyter Notebook - Size: 6.84 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

yeldmitrenko/numeric-methods-labs
Numeric methods laboratory works
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Souvik-0612/Numerical-Integration-
Language: Jupyter Notebook - Size: 560 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

RenanMALV/Concurrent-Integration
Integração numérica trapezoidal concorrente.
Language: C - Size: 6.75 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

bdubs-astro/NumInt
numerical integration using the Trapezoidal Rule
Language: MATLAB - Size: 1.79 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

YogiAnggara129/metnum-project
Project akhir praktikum metode numerik untuk membuat program algoritma newton-rapson, riemann, secant, dan trapezoida dengan menggunakan Matlab.
Language: MATLAB - Size: 848 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mahirlabibdihan/Numerical-Methods
Language: Python - Size: 9.56 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

isilberfin/Numerical-Analysis
My lecture notes and codes on Numerical Analysis
Language: C - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alxgarci/CalculadoraIntegrales
Calculadora de Integrales en JAVA, método de los rectángulos y método de los trapecios, usando mXparser
Language: Java - Size: 152 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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

fahmij8/Metode-Numerik
Numerical methods, with explanation on jupyter notebook.
Language: Jupyter Notebook - Size: 348 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

albert-espin/integrals
Numerical Quadrature Methods for Integral Calculation
Language: C - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

fort3/numerical_alg
An idea for solving a given numerical integration using 3 methods. Trapezoid method, Romberg algorithm matrix and a Newton Cotes 4-point Simpson's Rule method
Language: Fortran - Size: 103 KB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

notcamelcase01/hpsc
HPSC ASSIGNMENTS
Language: C++ - Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Dibyendu1000/Trapezoidal_Rule_of_Integration
Calculates ∫(dx/(1+x^2)) within the limit a,b for n sub-intervals using Trapezoidal Rule of Integration
Language: C - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

kofes/satellite-model
Language: C++ - Size: 7.33 MB - Last synced at: 19 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

kalyaniasthana/CalculusWithJava2014
Language: Java - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
