Numerical Analysis Notes
-
Updated
Dec 10, 2025 - C
Numerical Analysis Notes
A tool for automatic Montecarlo Arithmetic analysis.
Collection of iterative solvers for large, sparse linear systems — includes serial C, OpenMP-parallelized, and NumPy implementations (Jacobi, Gauss–Seidel, SOR, CG, BiCGSTAB, etc.)
Calculating and plotting the trajectory in the phase space for a simple pendulum through numerical analysis.
Comprehensive implementation of 10 numerical analysis methods in C: root finding, matrix operations, numerical integration, differentiation & interpolation. YTU BLM1022 Term Project.
A tool for debugging and assessing floating point precision and reproducibility.
Zero Hunter - A comprehensive C-based root-finding toolkit implementing five numerical methods with modular design, multiple stopping criteria, and extensive testing capabilities for solving nonlinear equations.
Python interface to the QDLDL (https://github.com/osqp/qdldl) free LDL factorization routine for quasi-definite linear systems
Projects carried out in the discipline INF1608 - Análise Numérica
This project was developed as part of the Algorithms and Programming II course. It implements a pattern recognition system.
🔢 C-based algorithms and exercises focused on numerical methods, such as interpolation, differentiation, and aimed for equation solving.
Code for Numerical Linear Algebra Concepts
Repository for the CENG216 Course that I have taken at IZTECH
Repositório dos Fontes da Disciplina de Cálculo Numérico do Curso de Ciência da Computação da UNEMAT de Alto Araguaia.
Personal use repository for mirrorring Numerical methods and analysis using C
Analytic Number Theory high-precision GnuMP routines
Returns sorted array of unique values within tolerance using the NumPy C API. Similar to uniquetol.m for MATLAB, but with limited functionality.
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."