Skip to content
#

lu-decomposition

Here are 114 public repositories matching this topic...

This repository contains a Python implementation of the LU Decomposition method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs LU Decomposition to factorize the matrix into lower and upper triangular matrices, and then solves the system of equations.

  • Updated Aug 27, 2024
  • Python

C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration

  • Updated Apr 27, 2024
  • C

Improve this page

Add a description, image, and links to the lu-decomposition 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 lu-decomposition topic, visit your repo's landing page and select "manage topics."

Learn more