Skip to content

savioli/lu-decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LU Decomposition

LU Decomposition in C++

Example Output

Matrix System

5 1 -2 10 
3 -9.4 1.8 22 
1 2.2 4.6 10 


Solution of Ly = b

y0 = 10
y1 = 16
y2 = 11.2


Solution of Ux = b

x0 = 3
x1 = -1
x2 = 2

Usage

make run

Requirements

  • g++ compiler
  • make

License

Contact

If this code was useful to you let me know. Send a message to André Savioli with a description of its use.

About

C++ implementation of LU Decomposition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published