Skip to content
#

linear-equation-solver

Here are 36 public repositories matching this topic...

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.

  • Updated May 27, 2024
  • Python

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.

  • Updated Mar 30, 2022
  • Jupyter Notebook

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.

  • Updated Mar 12, 2024
  • Python

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

  • Updated Apr 10, 2023
  • Python

Improve this page

Add a description, image, and links to the linear-equation-solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linear-equation-solver topic, visit your repo's landing page and select "manage topics."

Learn more