A bunch of codes done in the labs of various courses during Undergrad.
-
Updated
Oct 30, 2022 - Jupyter Notebook
A bunch of codes done in the labs of various courses during Undergrad.
A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.
Praktikum 2 Komputasi Numerik
The assignments of the course EE1103, Numerical Methods, offered by Prof. Anil Prabhakar, Department of Electrical Engineering at IIT Madras.
Praktikum Komputasi Numerik 2 | Membuat program komputer metode Integrasi Romberg
Romberg Method - Numerical Computation Course
Console applications for integral and interpolation.
This repository explores and compares the Rombreg and Trapezoidal methods for solving integrals, offering insights into their comparative efficiencies
This repository contains a Python implementation of the Romberg Rule for numerical integration. The code allows users to choose among different numerical methods, specifically Trapezoidal, Simpson's 1/3, and Simpson's 3/8, for integration of the function \( f(x) = x^3 + x^2 + x + 1 \).
Add a description, image, and links to the rombergs-method topic page so that developers can more easily learn about it.
To associate your repository with the rombergs-method topic, visit your repo's landing page and select "manage topics."