numerical-algorithms
There are 82 repositories under numerical-algorithms topic.
NJdevPro/Numerical-Recipes
Numerical Recipes in C++, that actually compiles
mrtkp9993/Cpp-Examples
Numerical C++ examples.
tbewley/RR
the Renaissance Repository, a collection of pedagogical codes associated with the forthcoming texts Renaissance Robotics and Numerical Renaissance, by Thomas Bewley
linas/anant
Analytic Number Theory high-precision GnuMP routines
simsurace/FeedbackParticleFilters.jl
A Julia package that provides (feedback) particle filters for nonlinear stochastic filtering and data assimilation problems
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
carlosalvarezh/Metodos_Numericos
Curso de Métodos Numéricos empleando las herramientas Jupyter Notebook y programado en Python V3.11
mpimd-csc/qrupdate-ng
Fork of the qrupdate library for future maintenance.
vc1492a/NumericalAlgorithms-Julia
A collection of numerical algorithms for Julia.
americocunhajr/CRFlowLib
CRFlowLib is a collection of computational libraries to simulate chemically reacting flows employing ISAT algorithm.
Nicerova7/Numerical-analysis
Differents algorithms on python or matlab about numerical analysis - UNI
nmltd/numerical-methods-java
Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966
Daniboy370/Numerical-Algorithms
Projects from Numerical methods for PDE's course @ Aeronautical Engineering
DavidArmendariz/numerical-methods
Numerical methods from my YouTube Channel
cpraveen/numa
Numerical Analysis
Gabriel-T-Harris/Hand_Probability_Calculator
Application to calculate the probability of a given hand for a deck defined at runtime. In which what is being calculated is determined by the chosen configuration file. Probability is calculated through simulation.
mrtkp9993/Numerical-Methods-in-Fortran
[WIP] Numerical methods implemented in Fortran.
sadegroo/seasize
A comprehensive numerical sizing script in MATLAB for motor, gearbox (and spring) for stiff or series elactic actuators. (SEA)
yvesantonio/HigaMod
Hierarchical Model Reduction
Ananyapam7/MA-3105
MA3105 is a 4 credit course offered by the DMS at IISER-K which focuses on computational numerical analysis that has immense applications in various fields.
anar-rzayev/Numerical-Algorithms
Source materials for KAIST course MAS365: Introduction to Numerical Analysis
awcasella/Calculo-Numerico-UNIFESP-SJC-EngBio
This repository contains all the algorithms studied in discipline "Calculo Numerico" of Biomedical Engineering course at UNIFESP in the second semester of 2018.
Lucas-Sperotto/Calculo_Numerico
Repositório dos Fontes da Disciplina de Cálculo Numérico do Curso de Ciência da Computação da UNEMAT de Alto Araguaia.
AkramOM606/Numerical-Analysis-GUI
This project provides a graphical user interface (GUI) application for performing common numerical analysis tasks. Built with CustomTkinter for a user-friendly experience, it empowers you to solve linear systems and perform numerical integration.
arfin-parween/Numerical-Method-Numerical-Analysis-
Numerical methods are a collection of techniques used to find approximate solutions to mathematical problems that cannot be solved exactly. These methods are essential for tackling complex equations and models in various fields such as engineering, physics, and finance.
dewhitee/numerical-methods
Numerical methods lab works
harshraj11584/Numerical_Analysis
Numerical Techniques (Matrix Decomposition, Matrix Equation Solvers, Inversion, Iterative Root Finding), All Implemented from scratch in Python
ivan-ristovic/epicyclez
Numerical Algorithms course project - Drawing image contours using epicycles and DFT
jrpespinas/numerical-computing
This repository contains notebooks and scripts introducing the different topics in Numerical Analysis beginning with the Fundamentals, Systems of Equations, Interpolation until Optimization, and Numerical Solutions to Partial Differential Equations.
lvchien/fluid
The numerical scheme for fuild problems, such as Navier-Stokes equation and natural convection equation.
MRummanHasan/Numerical-Computing-Lab
MATLAB made easy
pareshrchaudhary/numericalmethods
This repository is practical implementation of numerical methods and other software engineering techniques.
QuirkyCroissant/NumericalAlgorithm-PlayingGround
Collection of university assignments, in which we explore various techniques and algorithms to inspect numerical stability, precision, convergence, and performance for large matrices.
rvillegasm/NuMath
A C++ shared library that implements several numerical methods
nazmusweb-coding/Numerical-Methods
Some Numerical Methods Implementation in C++ and Python
Zero5896/Numerical_methods
Numerical Methods Library: Python code for mathematical computations using numpy and prettytable. Simplify complex calculations!