gaussian-elimination-algorithm
There are 20 repositories under gaussian-elimination-algorithm topic.
petermchale/math105A
Numerical analysis course in Python
arasgungore/EE242-projects
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
shybovycha/gauss-elimination
Linear equation system solver in Haskell, implementing Gaussian elimination method
derekharrison/matrix-inverse-gj
Compute the inverse of a matrix using the Gauss-Jordan method.
Kjablonska/Numerical-Methods
Numerical methods algorithms developed in MATLAB
JingyuanHe1222/LinearAlgorithms
Algorithms for linear analysis
AmeanAsad/linear-system-solver
A Linear system solver built using Gaussian Elimination.
electrofocus/gaussian-elimination
Метод Гаусса с выбором главного элемента по строке
mndxpnsn/gauss-benchmark-eigen
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
mndxpnsn/gauss-jordan
Implementation of the Gauss-Jordan method for inverting matrices.
yetanotherstrawberry/RaspMat
Gaussian elimination UI.
gokcesucu/Machine-Learning-Lab-1
Hello! All codes belong to me. I created those codes for my Machine Learning Lab Class. Enjoy it!
nickklos10/cot-4500-as3
Solutions to a variety of numerical methods problems using Python
PanosNikolaou/Gaussian-Elimination
Forward Gaussian Elimination with back-substitution
tavrelkate/gaussian-elimination
Gaussian elimination, also known as row reduction - algorithm for solving systems of linear equations
emilhaugberg/gaussian-elimination
Gaussian elimination algorithm implemented in purescript.
GantaVenkataKousik/catelog-online-assessment
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.
henryxsong/MA375-Project3
MA375 Project 3B
MarvinZhong/GaussianElimination
Gaussian Elimination Program