linear-equation-solver

There are 39 repositories under linear-equation-solver topic.

  • dimsym

    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

    Language:C6104
  • chloro-pn/pnmatrix

    a matrix library for solving linear equations based on c++17.

    Language:C++4100
  • juankg214/Metodos

    Numerical Methods using Octave. Solving Linear equations, Systems of linear equations, etc.

    Language:MATLAB4101
  • 3approx4/Numerical-Methods

    Numerical methods algorithms implementation

    Language:C#3101
  • SURFQuantum/qc-quantum-linear-systems

    Quantum algorithms to solve linear systems of equations.

    Language:Python3100
  • aayushi-droid/LinearEquation

    Solving Linear equations

    Language:Python2102
  • AndrosovAS/QR-decomposition

    QR decomposition for linear systems (possibly overdetermined) using Givens rotations or Householder transformations

    Language:Python2101
  • DhruvJ22/Numerical-Methods

    Numerical Methods

    Language:Jupyter Notebook2200
  • 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.

    Language:Jupyter Notebook2
  • vahidrn98/QR-Decomposition

    solving linear equations using QR decomposition written in pure python

    Language:Python2101
  • wangmengchang/general_solutions

    General solutions to systems of nonhomogeneous linear equations, Ax=b

    Language:Python2100
  • 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.

    Language:Python110
  • dionisiusdh/matrix

    A Java program to solve linear equation, interpolation, and multiple linear regression problems using matrix manipulation

    Language:Java1102
  • ifwhy/linear-algebra-calculator

    Linear Algebra calculator for solving Matrix Calculations and System of Linear Equations

    Language:Python1100
  • kevduc/diophantine

    🧮 Solve linear Diophantine equations of the form ax + by = c

    Language:JavaScript1100
  • PouriaAzadehR/LA-Linear-Equation-Solver

    LinearEquationsSolver provides a comprehensive solution for solving linear equations using the principles of linear algebra.

    Language:Python1100
  • Pradyuman7/LinearSystemSolver

    Linear equation system solver in Java

    Language:Java1301
  • 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.

    Language:Python1120
  • A-Herzog/LGSSolver

    Linear equation systems solver

    Language:NSIS0100
  • 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.

    Language:JavaScript0101
  • daniel-czech/sGMRES

    Sketched Generalized Minimal Residual Method (sGMRES)

    Language:MATLAB0100
  • dimitris1208/Numerical-Analysis-Python

    Implementation of mathematical methods using python

    Language:Python0100
  • 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.

    Language:Python0100
  • 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.

    Language:C0100
  • 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

    Language:Python0100
  • subhamkd/Undergrad-numerical

    Scripts for solving different types of algebraic equations and chemical engineering problems, developed during my undergraduate courses as assignments

    Language:C++0100
  • tlemenestrel/swe_scientific_projects

    A collection of scientific projects in C++ and Python

    Language:C++0200
  • TOA-Anakin/php_linearalgebra

    PHP extension in C++ for solving SLEs.

    Language:PHP0100
  • 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.

    Language:Java102
  • AntonAsmirko/System-of-Linear-Equations-Solver

    program to solve systems of linear equations

    Language:C20
  • Arsham1024/Solving-System-Linear-EQs

    This is the implementation of Jacobi and Gauss-Seidel method iterative methods for solving a system of linear equations.

    Language:Java10
  • 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.

    Language:Jupyter Notebook20
  • mobalti/Linear-Equations-Solver

    A program that solves linear equations.

    Language:Java10
  • osamaelkassaby/solve-system-of-linear-equations

    solving a system of linear equations by C#

    Language:C#10