Solutions to a variety of numerical methods problems using Python
-
Updated
Mar 29, 2024 - Python
Solutions to a variety of numerical methods problems using Python
Hello! All codes belong to me. I created those codes for my Machine Learning Lab Class. Enjoy it!
Gaussian Elimination Program
MA375 Project 3B
Gaussian elimination algorithm implemented in purescript.
Gaussian elimination, also known as row reduction - algorithm for solving systems of linear equations
Forward Gaussian Elimination with back-substitution
Implementation of the Gauss-Jordan method for inverting matrices.
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
A Linear system solver built using Gaussian Elimination.
Метод Гаусса с выбором главного элемента по строке
Gaussian elimination UI.
Algorithms for linear analysis
Compute the inverse of a matrix using the Gauss-Jordan method.
Numerical methods algorithms developed in MATLAB
Linear equation system solver in Haskell, implementing Gaussian elimination method
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
Numerical analysis course in Python
Add a description, image, and links to the gaussian-elimination-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the gaussian-elimination-algorithm topic, visit your repo's landing page and select "manage topics."