linear-equation-solver
There are 39 repositories under linear-equation-solver topic.
reduce-algebra/dimsym
dimsym: Geometric and algebraic techniques for differential equations (with modelling applications); Symmetry Determination and Linear Differential Equation Package, mirrored from https://www.latrobe.edu.au/mathematics-and-statistics/research/geometric-and-algebraic-techniques-for-differential-equations/dimsym/
maitreyeepaliwal/Solving-System-of-linear-equations-in-parallel-and-serial
Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization
chloro-pn/pnmatrix
a matrix library for solving linear equations based on c++17.
juankg214/Metodos
Numerical Methods using Octave. Solving Linear equations, Systems of linear equations, etc.
3approx4/Numerical-Methods
Numerical methods algorithms implementation
SURFQuantum/qc-quantum-linear-systems
Quantum algorithms to solve linear systems of equations.
aayushi-droid/LinearEquation
Solving Linear equations
AndrosovAS/QR-decomposition
QR decomposition for linear systems (possibly overdetermined) using Givens rotations or Householder transformations
DhruvJ22/Numerical-Methods
Numerical Methods
djeada/Numpy-Tutorials
Welcome to the NumPy Tutorials repository, your one-stop collection of learning materials for mastering NumPy, a fundamental library for scientific computing in Python.
vahidrn98/QR-Decomposition
solving linear equations using QR decomposition written in pure python
wangmengchang/general_solutions
General solutions to systems of nonhomogeneous linear equations, Ax=b
Ant0in/Linear-Solver
This project implements a linear solver using triangulation methods to efficiently solve systems of linear equations. Developed for the "Calcul formel et Numérique" course INFO-F205, it focuses on reducing systems to upper triangular form for easy resolution.
dionisiusdh/matrix
A Java program to solve linear equation, interpolation, and multiple linear regression problems using matrix manipulation
ifwhy/linear-algebra-calculator
Linear Algebra calculator for solving Matrix Calculations and System of Linear Equations
kevduc/diophantine
🧮 Solve linear Diophantine equations of the form ax + by = c
PouriaAzadehR/LA-Linear-Equation-Solver
LinearEquationsSolver provides a comprehensive solution for solving linear equations using the principles of linear algebra.
Pradyuman7/LinearSystemSolver
Linear equation system solver in Java
VIA-s-acc/Prac_Codes
The repository "Prac_Codes" on GitHub by VIA-s-acc contains various classes and methods for solving linear and non-linear equations, performing numerical integration, and addressing mathematical physics problems. It includes tools for generating and solving equations, matrix operations, polynomial manipulation, interpolation, and more.
A-Herzog/LGSSolver
Linear equation systems solver
AH-Yussef/Analytica
Analytica is a web app to solve systems of linear equations using different algebraic and numerical methods. Not only showing the final solution, but all the steps involved to get that solution.
daniel-czech/sGMRES
Sketched Generalized Minimal Residual Method (sGMRES)
dimitris1208/Numerical-Analysis-Python
Implementation of mathematical methods using python
krichelj/QC_BGU_2020
Quantum Computing course, Computer Science M.Sc., Ben Gurion University of the Negev, 2020
MohEsmail143/linear-equations-solver
A Python-based linear equation solver CLI application that allows a user to input a number of linear equations and choose any one of 4 numerical methods (Gaussian-elimination, LU decomposition, Gaussian-Jordan and Gauss-Seidel), along with their respective parameters, to solve the equations.
mrparth23/Linear-Equation-Solver
This project can be used to solve the system equation Ax = B and will generate a unique solution if it exists or else it generates the possible null space matrix and complete solution.
Procentaurus/Linear_eqautions_solver
Program containing implementation of 3 methods used to solve systems of linear equations: Gauss-Seidl method, Jacobi method and special version of LU factorization. File sprawko.pdf contains basic theoretical information about algorithms, methods of counting their efficiency and charts presenting complexity of operations on matrices of various size
subhamkd/Undergrad-numerical
Scripts for solving different types of algebraic equations and chemical engineering problems, developed during my undergraduate courses as assignments
tlemenestrel/swe_scientific_projects
A collection of scientific projects in C++ and Python
TOA-Anakin/php_linearalgebra
PHP extension in C++ for solving SLEs.
AndhikaRei/Matriks-SPL-Solver
Implementation of linear-algebra theorem to solve matrix based problem. The feature are determinant, invers, linear equation, polynom interpolation and double linear regression finder. Made in command line interface using java.
AntonAsmirko/System-of-Linear-Equations-Solver
program to solve systems of linear equations
Arsham1024/Solving-System-Linear-EQs
This is the implementation of Jacobi and Gauss-Seidel method iterative methods for solving a system of linear equations.
MichaelFish199/GausianEliminationMethod-Implementation
GausianEliminationMethod-Implementation is a project that demonstrates the implementation of the Gaussian elimination method in Python. This method is used to solve systems of linear equations and involves manipulating the equations in a specific way to eliminate variables and obtain a unique solution.
mobalti/Linear-Equations-Solver
A program that solves linear equations.
osamaelkassaby/solve-system-of-linear-equations
solving a system of linear equations by C#