Topic: "ludecomposition"
iammohith/LU_Decomposition-in-MATLAB
This repository contains a MATLAB implementation of LU Decomposition, a method used to solve systems of linear equations, find matrix inverses, and compute determinants. The algorithm decomposes a square matrix A into the product of a lower triangular matrix L and an upper triangular matrix U.
Language: MATLAB - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

WayibKahil/Numerical-Analysis-App
A Python desktop application for solving mathematical equations using various numerical methods. This interactive tool provides a modern GUI for inputting equations and visualizing results through interactive plots. Features include solution history tracking, customizable settings, and PDF export capabilities.
Language: Python - Size: 126 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

sumukhashridhar/matrixInversion
Contents for my Masters thesis "Optimized Block-Level Matrix Inversion Kernels for Small, Batched Matrices on GPUs"
Language: Python - Size: 4.29 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

volta2030/komat
Matrix library (Linear Algebra)
Language: Kotlin - Size: 145 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Stiti-create/ParallelImpl-of-MatrixLU-Decompose
Sequential and Parallel implementations of LU decomposition that use Gaussian elimination to factor a dense N x N matrix into an upper-triangular one and a lower-triangular one in C++.
Language: C++ - Size: 7.9 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
