lu-decomposition
There are 117 repositories under lu-decomposition topic.
quadratic-equation-solver
Quadratic Equation Solver with Linear Algebra using LU and QR decomposition
Numerical-Computation
Implementation of several numerical algorithms
Root-Finder
Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .
mathmod
Библиотека Python для численного моделирования
Numerical-Linear-Algebra
Numerical Linear Algebra
lufact_rs
Sparse LU factorization with partial pivoting in Rust
ImageCompression-HistogramMatching
Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.
NMLA-Algorithms
This project is focused on the implementation of various numerical algorithms for solving systems of equations. Its primary objective is to enable the user to practice and develop an understanding of the fundamentals of numerical multi-linear algebra.
Matrix-Solving-Techinques-Using-Matlab
Project on using MATLAB to solve matrices using various techniques like Gaussian elimination and LU decomposition, for real-world problems. Matrix solving is important in various fields, and this project will help deepen understanding and apply MATLAB to solve matrices.
lu-decomposition
A simple example of LU decomposition
Linear-Algebra-Course-Projects
Explanations about three projects of Linear Algebra course; including LU decompositions, denoising signals, and SVD decompositions
SomeMatrixOperations
Python realisation of some matrix operations including LU-decomposition and determinant finding.
MN-P2
Project 2 for Numerical Analysis course.
studying-c
A bunch of C code developed during my studies of programming
Mafs
Math library
Computational-Astrophysics
Semi-automated root finding, Interpolation, Gauss Elimination method, LU Decomposition, Linear Algebra, Numerical Analysis - integration, differentiation, Newton cotes, Monte Carlo, Ordinary Differential Equation (ODE) solver, Curve Fitting, Signal Processing, Convolution, Correlation, Fourier Transform, Search Methods and many more
Numerical-Algorithms-Assignments
Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions
numerical-methods-matlab
Experiment and test multiple numerical/ML models using MATLAB.
Interpolation-methods
Project made for analyzing the performance and effectiveness of selected interpolation methods.
Algebra
Linear algebra
Linear_Equations_Solver
Solves system of linear equations using numerical methods
Rmatrix
A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.
GaussianSimulation.jl
Gaussian simulation solvers for the GeoStats.jl framework
1D-TDSE_solver
Python implementation of 1D Time-dependent Schroedinger Equation solver to study the adiabaticity of any 1D system.
lu
LU-factorization with Scalapack
Metode-Numerik
Numerical methods, with explanation on jupyter notebook.
ResolutionAXb_AnalyseNumerique
Numerical methods for solving a linear system
Systems-of-Linear-Equations-Solver
System of linear equations solver using numerical analysis with simulation
MatrixLibrary
A matrix library that contains multiple solvers of matrices
Numerical-Analysis-Methods-in-Java-
This is a repository where i put all of the implementation that i have done in numerical analysis.I have added four files and the methods are bisection,Gaussian,newton raphson and Lu decomposition.
LUDecomposition
Three framework comparison for LU decomposition
Parallels
Лабораторные работы по курсу "Технология параллельных вычислений"
Heat_diffusion
Resolve heat diffusion problems (1D, 2D) with differential equations in C++
Less-Simplex-Calculations-with-LU-Chapters
Reduce calculations with LU decomposition
ComplexAlgebra
Complex Algebra Implements