lu-decomposition

There are 117 repositories under lu-decomposition topic.

  • linear-algebra

    Language:Python1
  • quadratic-equation-solver

    Quadratic Equation Solver with Linear Algebra using LU and QR decomposition

    Language:C++2
  • Numerical-Computation

    Implementation of several numerical algorithms

    Language:Python2
  • Root-Finder

    Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .

    Language:MATLAB2
  • mathmod

    Библиотека Python для численного моделирования

    Language:Jupyter Notebook1
  • Numerical-Linear-Algebra

    Numerical Linear Algebra

    Language:Jupyter Notebook1
  • lufact_rs

    Sparse LU factorization with partial pivoting in Rust

    Language:Rust1
  • 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.

    Language:Jupyter Notebook1
  • 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.

    Language:Python1
  • 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.

    Language:MATLAB1
  • lu-decomposition

    A simple example of LU decomposition

    Language:Python1
  • Linear-Algebra-Course-Projects

    Explanations about three projects of Linear Algebra course; including LU decompositions, denoising signals, and SVD decompositions

    Language:Python1
  • SomeMatrixOperations

    Python realisation of some matrix operations including LU-decomposition and determinant finding.

    Language:Jupyter Notebook1
  • MN-P2

    Project 2 for Numerical Analysis course.

    Language:MATLAB1
  • studying-c

    A bunch of C code developed during my studies of programming

    Language:C1
  • Mafs

    Math library

    Language:C++1
  • 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

    Language:Jupyter Notebook1
  • Numerical-Algorithms-Assignments

    Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions

    Language:Python1
  • numerical-methods-matlab

    Experiment and test multiple numerical/ML models using MATLAB.

    Language:MATLAB1
  • Interpolation-methods

    Project made for analyzing the performance and effectiveness of selected interpolation methods.

    Language:C++1
  • Algebra

    Linear algebra

    Language:C#1
  • Linear_Equations_Solver

    Solves system of linear equations using numerical methods

    Language:Python1
  • Rmatrix

    A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.

    Language:Rust1
  • GaussianSimulation.jl

    Gaussian simulation solvers for the GeoStats.jl framework

    Language:Julia1
  • 1D-TDSE_solver

    Python implementation of 1D Time-dependent Schroedinger Equation solver to study the adiabaticity of any 1D system.

    Language:Python1
  • lu

    LU-factorization with Scalapack

    Language:C++1
  • Metode-Numerik

    Numerical methods, with explanation on jupyter notebook.

    Language:Jupyter Notebook1
  • ResolutionAXb_AnalyseNumerique

    Numerical methods for solving a linear system

    Language:C1
  • Systems-of-Linear-Equations-Solver

    System of linear equations solver using numerical analysis with simulation

    Language:MATLAB1
  • MatrixLibrary

    A matrix library that contains multiple solvers of matrices

    Language:C++1
  • 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.

    Language:Java1
  • LUDecomposition

    Three framework comparison for LU decomposition

    Language:TeX1
  • Parallels

    Лабораторные работы по курсу "Технология параллельных вычислений"

    Language:C++1
  • Heat_diffusion

    Resolve heat diffusion problems (1D, 2D) with differential equations in C++

    Language:C++1
  • Less-Simplex-Calculations-with-LU-Chapters

    Reduce calculations with LU decomposition

    Language:Jupyter Notebook
  • ComplexAlgebra

    Complex Algebra Implements

    Language:C#