computational-mathematics
There are 112 repositories under computational-mathematics topic.
Foundations-of-Applied-Mathematics/Labs
Labs for the Foundations of Applied Mathematics curriculum.
philipce/nifty
Numerical computing in Swift – for Linux and macOS
velexi-research/LSMLIB
Level Set Method Library
OpenDreamKit/OpenDreamKit
Main repository for sharing files and documents about OpenDreamKit
mohuangrui/ArtraCFD
ArtraCFD: A Computational Fluid Dynamics Solver
dialkforkaushik/DECAGT
Discretizations of Exterior Calculus for Analysis, Geometry and Topology
dpploy/cortix
Cortix is a Python library for network dynamics modeling and HPC simulation.
L1ssandra/Simple-Fortran-DG
A simple Fortran program of Discontinuous Galerkin method(no Limiter now) solving 2D Euler Equation with the Isentropic Vortex initial value.
bchaoss/incremental-SVD
An improved incremental singular value decomposition(SVD) algorithm
djmaxus/autodj
Automatic Differentiation Library
junbinhuang/MOFEM
Overlapping finite element meshes in AMORE
akielaries/openGPMP
Hardware Accelerated General Purpose Mathematics Package
zhwufd/toeplitz
fast solver for symmetric positive definite toeplitz system with preconditioned conjugate gradient method.
timothypholmes/monte-carlo-pi-approximation
Gives an animated approximation of pi with pseudo random numbers
datascience-intro/1MS041-2021
Introduction to Data Science: A Computational, Mathematical and Statistical Approach, is Course 1MS041 at Uppsala University, Sweden. It is an introductory first semester course for the Masters Programme in Data Science.
MeShootIn/computational-mathematics
🧮 Solving the Black-Scholes equation by the finite-difference methods and researching of the Cuthill-McKee and the minimum degree algorithms
sahilgupta2105/Finite-Pointset-Method
2D lid driven cavity solver based on finite pointset method
velexi-research/GeometricAlgebra.jl
Numerical geometric algebra library
Kitsunp/kistmath-ai
Kistmat-AI is an advanced machine learning model designed to solve a wide range of mathematical problems, from elementary arithmetic to university-level calculus. This project demonstrates the application of curriculum learning in AI, allowing the model to progressively tackle more complex mathematical concepts.
paolodelia99/computational-linear-algebra-js
A javascript linear algebra library made for fun
Abhrankan-Chakrabarti/pi-calculation-with-catalan-numbers
This repository contains a Python script that calculates the digits of π (pi) using a novel algorithm based on Catalan numbers and fixed-point arithmetic. The algorithm efficiently computes the digits of π by leveraging the properties of Catalan numbers, making it a unique and effective method for high-precision calculations.
ahmedosama07/Linear-Regression
This repo implements the algorithm of linear regression methods
akarazeev/ComputationalMathematics-5sem-MIPT-2016
My implementations of algorithms in Computational Mathematics course at MIPT
Busygind/Gauss-Kronrod-method
Вычисление собственных определенных интегралов методом Гаусса-Кронрода
NoeDebrois/Computational_Mathematics
A repo which deals with Computational Methods in Mathematics, mainly applied in the context of Mathematical Finance, even though it can be applied to almost any domain where you need Probability, Partial Differential Equations, Stochastic Differential Equations, Characteristic Functions, Lévy Processes, Stochastic Volatility, FFT, etc.
priyanshupant/group-theory-python
exploring finite groups and their properties with python
vgg47/Local-SGD
Local SGD implementation based on https://arxiv.org/abs/1805.09767
ypodlesov/cmc-ctm-nla-methods
🎓 MSU-CMC-CTM programming practice on basic linear algebra algorithms.
awesomelistsio/awesome-computational-mathematics
A curated list of tools, frameworks, libraries, and educational resources for computational mathematics.
edtireli/JuliaSet-Holomorphic-dynamics
A Python tool for visualizing and exploring Julia sets, providing an interactive interface for users to examine the complexity of fractals generated from custom holomorphic functions.
haleematallat/Math-in-Python
This repository translates complex mathematical symbols and formulas into their equivalent programming implementations
joanmontas/Differential-Calculus-Solver
Denotational Differentiation Solver
KNXKO/MatrixRowSumFinder
C program addresses the problem of identifying a row (or rows) in a square matrix of any size N x N, where the absolute sum of its elements is either the maximum or minimum in the matrix.
TheLearnerAllTime002/Numerical_Method_Programming
A collection of numerical methods implemented in C