This project aims to solve the differential equation for an RLC circuit numerically using Euler's Method.
-
Updated
Nov 9, 2025 - Python
This project aims to solve the differential equation for an RLC circuit numerically using Euler's Method.
Electromagnetic field analysis in Python
Python code to model spinodal decomposition using the Cahn-Hilliard equation.
Implementation of Numerical Analysis formulae using Python.
csnum - a highly Composable and type Safe NUMerical analysis package
This work is part of mathematical research I carried out in 2019 leading to my MSc thesis at Ignatius Ajuru University. MATLAB was used for numerical simulation and Python was used for analysis and visualisation.
Tsinghua Shenzhen International School Engineering Mathematics Course
Python implementation of a variety of numerical methods.
Numerical Analysis algorithms in Python and Octave
Laboratory Work Numerical Analysis nr.2 at TUM. This laboratory work was dedicated to Numerical Approximation and Interpolation, and consists of 4 tasks that I have done.
Numerical Analysis course project – implementations of linear systems solvers, root-finding, interpolation, and integration methods in Python
Project for Numerical Methods course at Shirak State University
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.
This repository contains a Python implementation for solving ordinary differential equations (ODEs) using various numerical methods, including the Euler method, Heun's method, the Midpoint method, and the Fourth Order Runge-Kutta (RK4) method. The code also provides a graphical representation of the solution.
Evaluating numerical methods for approximating ODE using Python
A repository for various numerical methods
Complete collection of Numerical Analysis methods in python
Numerical Integration - Midpoint, Trapezoid, Simpson's 1/3 and Simpson 3/8 Rule using Python
Add a description, image, and links to the numerical-analysis topic page so that developers can more easily learn about it.
To associate your repository with the numerical-analysis topic, visit your repo's landing page and select "manage topics."