The implementation of a numerical method with an appropriate convergence check in C++
-
Updated
Jul 10, 2024 - C++
The implementation of a numerical method with an appropriate convergence check in C++
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
Compute the inverse of a matrix using the Gauss-Jordan method.
GaussMaxHS, a CNF+XOR MaxSAT solver
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
Implementation of the Gauss-Jordan method for inverting matrices.
This is a simple console-based calculator program written in C++ that offers four main functionalities: Synthetic Division Matrix Solution using Gauss-Jordan Elimination Matrix Addition Matrix Multiplication
Desktop app. Evaluates system of equations. Six different methods. Three Direct methods: Gaussian Elimination, Gauss Jordan, LU Decomposition. Three iterative methods: Jacobi, Gauss Seidal, Successive Over Relaxation (SOR).
Simulation of the n-component twin-bulb diffusion experiment using the finite volume method.
Add a description, image, and links to the gauss-jordan topic page so that developers can more easily learn about it.
To associate your repository with the gauss-jordan topic, visit your repo's landing page and select "manage topics."