An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: linear-equation-solver

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 Notebook - Size: 412 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

SURFQuantum/qc-quantum-linear-systems

Quantum algorithms to solve linear systems of equations.

Language: Python - Size: 1.13 MB - Last synced at: 7 days ago - Pushed at: 29 days ago - Stars: 5 - Forks: 0

A-Herzog/LGSSolver

Linear equation systems solver

Language: NSIS - Size: 439 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

maitreyeepaliwal/Solving-System-of-linear-equations-in-parallel-and-serial

Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization

Language: C - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 4

Reza-Rezvan/linear-equation-solver

This repository provides a Python-based solution for solving systems of linear equations using two efficient numerical methods: 1. Gauss-Jordan Elimination 2. LU Decomposition

Language: Python - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

krichelj/QC_BGU_2020

Quantum Computing course, Computer Science M.Sc., Ben Gurion University of the Negev, 2020

Size: 1.08 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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: Python - Size: 17.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

ifwhy/linear-algebra-calculator

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

Language: Python - Size: 4.49 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kevduc/diophantine

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

Language: JavaScript - Size: 867 KB - Last synced at: 6 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

aayushi-droid/LinearEquation

Solving Linear equations

Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

chloro-pn/pnmatrix

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

Language: C++ - Size: 166 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

dionisiusdh/matrix 📦

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

Language: Java - Size: 6.66 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

AndrosovAS/QR-decomposition

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

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

juankg214/Metodos

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

Language: MATLAB - Size: 324 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

dimitris1208/Numerical-Analysis-Python

Implementation of mathematical methods using python

Language: Python - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wangmengchang/general_solutions

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

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

PouriaAzadehR/LA-Linear-Equation-Solver

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

Language: Python - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AntonAsmirko/System-of-Linear-Equations-Solver

program to solve systems of linear equations

Language: C - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

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: Java - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

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: Python - Size: 1.06 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tlemenestrel/swe_scientific_projects

A collection of scientific projects in C++ and Python

Language: C++ - Size: 6.74 MB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

osamaelkassaby/solve-system-of-linear-equations

solving a system of linear equations by C#

Language: C# - Size: 95.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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 Notebook - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Pradyuman7/LinearSystemSolver

Linear equation system solver in Java

Language: Java - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

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/

Size: 458 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

vahidrn98/QR-Decomposition

solving linear equations using QR decomposition written in pure python

Language: Python - Size: 760 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

3approx4/Numerical-Methods

Numerical methods algorithms implementation

Language: C# - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

mobalti/Linear-Equations-Solver

A program that solves linear equations.

Language: Java - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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: JavaScript - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

DhruvJ22/Numerical-Methods

Numerical Methods

Language: Jupyter Notebook - Size: 320 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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: Java - Size: 2.43 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

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: C - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

BlessTheBoy/TriDiagonal-Matrix-Solver

Tridiagonal Matrix solver for any size of tridiagonal matrix.

Language: C# - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

Mithilesh1609/linear_equation-AX-b-solver

Language: C - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

Related Keywords
linear-equation-solver 34 linear-algebra 11 linear-equations-solution 5 linear-equations 5 mathematics 4 numerical-methods 4 python 3 linear-systems 3 c 3 java 3 complex-numbers 2 python3 2 linear 2 matrix 2 csharp 2 qr-decomposition 2 linear-equation 2 gauss-seidel 2 conjugate-gradient 2 gauss-elimination 2 jacobi-iteration 2 javascript 2 quantum-computing 2 system-of-equations 2 solve-a-system-of-linear-equations-by-csharp 1 solve-equation-systems 1 solve-equations 1 general-solutions 1 function 1 gausianelimination 1 python-implementation 1 calculator 1 differential-equations 1 dimsym 1 isometries 1 lie 1 lie-algebra 1 linear-equation-solver-by-cshrap 1 nonhomogeneous 1 gauss-jordan-elimination 1 gauss-jordan-calculation 1 gauss-jordan 1 csharp-gui 1 swe 1 linear-least-squares 1 matplotlib-pyplot 1 cfd 1 recommendation-algorithm 1 image-processing 1 cpp 1 lu-decomposition 1 numerical-analysis 1 system-of-linear-equations 1 interpolation-methods 1 numerical-continuation 1 numerical-differentiation 1 numerical-integration 1 root-finding-algorithms 1 determinant-calculation 1 double-linear-regression 1 inverse 1 polynom-interpolations 1 gnuplot-graphs 1 matrix-solver 1 thomas-algorithm 1 tridiagonal-matrix-algorithm 1 tridiagonal-matrix-solver 1 linalg 1 odesolve 1 reduce 1 symmetry-determination 1 vector 1 pure-python 1 qr-factorization 1 bisection-method 1 dotnet-core 1 minmax 1 newton-method 1 nonlinear-optimization 1 numerical-computation 1 hyperskill 1 jetbrains-academy 1 matrices 1 guass-seidel 1 linear-system-solver 1 sorting-algorithms 1 shors-algorithm 1 search-algorithms 1 qubit 1 matrix-algebra 1 grovers-algorithm 1 discrete-fourier-transform 1 convolution 1 computer-science 1 computability-theory 1 complexity-theory 1 circuit-simulation 1 calculus 1 algorithms 1 parallel-programming 1