gaussian-elimination
There are 69 repositories under gaussian-elimination topic.
indisoluble/SwiftQuantumComputing
Quantum circuit simulator in Swift
cbouilla/spasm
a Sparse Direct Solver modulo p
arasgungore/EE242-projects
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
runKleisli/verified-integer-gaussian-elimination
Idris package defining, implementing, and verifying naiive Gaussian elimination over the integers in some system of linear algebra.
aliiimaher/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
bschulz81/robustregression
a c++ library with statistical machine learning algorithms for linear and non-linear robust regression that can be used with python.
cvanaret/SymmetricBlockMatrix
Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers
derekharrison/matrix-inverse-gj
Compute the inverse of a matrix using the Gauss-Jordan method.
steven520610/IS-QRcode
實作碩士論文中,利用BlendMask實例分割模型美化QR code
arashsm79/applied-linear-algebra-lab
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
matadorhernan/Linear-Algebraic-Algorithms
This application contains a set of examples for all mayor linear algebraic algorithms. Within the source code there are definitions and complex descriptions to the different aspects of computing bidimentional arrays of any size. This project focuses in computing systems of equations of nxn size.
rojinakashefi/LinearAlgebra
This repository consists of important Linear Algebra concepts such as SVD, Transformation, Regression, Least Square, Gaussian elimination and their usage in real life projects.
Saptak625/chem-equation-balancers-java
Chemical Equation Balancers in Java
tlax/GaussSquad
Gauss Squad
Unisa-Notes/MAT1503
LaTex files needed to build notes for the course Linear Algebra I at the University of South Africa
Aayush-Ankit/ece666-parallelArch-gaussianElimination
Gaussian Implementation using pipelined and non-pipelined approach using shared memory (Pthreads) and message passing (MPI) programming models
allenvox/gaussian-eliminations
C++ program to solve linear equations using Gaussian eliminations method
AmeanAsad/linear-system-solver
A Linear system solver built using Gaussian Elimination.
arash79/Numerical-methods
a collection of numerical methods written in python language.
aydnzn/Numerical-methods-for-electrical-engineers
This repository contains the projects for the "Numerical Methods for Electrical Engineers" course. The projects are implemented in C++ and cover key numerical methods like Gaussian elimination, power iteration algorithm, and secant and bisection methods.
drag-olya/OOP_lab2-Matrix-class-
Matrix class + Gaussian Elimination, Jacobi Eigenvalue Algorithm, Linear Regression
electrofocus/gaussian-elimination
Метод Гаусса с выбором главного элемента по строке
gerrylwk/Efficient-Matrix-Algorithms
Gaussian,LU Factorisation, Partial Pivoting
Marco-Birman-Haiat/lights-out-puzzle
Lights Out Puzzle is a Python project that brings the classic "Lights Out" puzzle to the command-line interface
MatteoLiotta/Py_Matrix
Module for matrix creation and matrix manipulation. Programming Language: Python.
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.
narimannemo/gaussian-elimination-calculator
Gaussian Elimination linear equations solver. Calculator finds solutions of 3x3 and 5x5 matrices by Gaussian elimination (row reduction) method.
redd4ford/iot-numerical_analysis
this is a repo for all the Numerical Methods laboratory works I coded as a part of my educational process at LP NU IoT 2nd course.
sergeyshor/Linear-Algebra-Library
A header-only template library with implementation of Linear Algebra tools and methods for C++
Sujal-Burad/EE-2703---Applied-Programming-Lab
Implementing basic Electrical Engineering Concepts in Python
tamaskis/gaussian_elimination-MATLAB
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.
thinkGrow/numerical-methods-matlab
Experiment and test multiple numerical/ML models using MATLAB.
yetanotherstrawberry/RaspMat
Gaussian elimination UI.
AbhishekMukherjee-at-IIST/gaussian-elimination
A repository that contains the files submitted for the assignment for the AE 601 course at IIST, Trivandrum
kolaowalska/scaled-pivot-gauss
Gaussian elimination with scaled partial pivoting