There are 1 repository under gaussian-elimination-algorithm topic.
Numerical analysis course in Python
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
Linear equation system solver in Haskell, implementing Gaussian elimination method
Compute the inverse of a matrix using the Gauss-Jordan method.
Numerical methods algorithms developed in MATLAB
Algorithms for linear analysis
A Linear system solver built using Gaussian Elimination.
Метод Гаусса с выбором главного элемента по строке
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
Implementation of the Gauss-Jordan method for inverting matrices.
Gaussian elimination UI.
Hello! All codes belong to me. I created those codes for my Machine Learning Lab Class. Enjoy it!
Solutions to a variety of numerical methods problems using Python
Forward Gaussian Elimination with back-substitution
Gaussian elimination, also known as row reduction - algorithm for solving systems of linear equations
Gaussian elimination algorithm implemented in purescript.
This project implements a simplified Shamir's Secret Sharing algorithm to find the constant term of a polynomial from encoded roots in JSON format. It reads JSON input, decodes y-values, and uses Gaussian elimination to solve for the polynomial's coefficients.
MA375 Project 3B
Gaussian Elimination Program