Skip to content
#

lu-decomposition

Here are 114 public repositories matching this topic...

Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.

  • Updated Sep 5, 2024
  • Jupyter Notebook

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

This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding techniques, each designed to provide practical insights into mathematical theories and their computational applications.

  • Updated Aug 11, 2024
  • MATLAB

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