Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 288 Bytes

File metadata and controls

17 lines (12 loc) · 288 Bytes

Numerical methods code

Algorithms applied in solving mathematical problems for Computer Science

Compiling...

./compile.sh

LU Decomposition

./run.sh l

Cholesky decomposition

./run.sh c

Jacobi method

./run.sh j

Gauss–Seidel method

./run.sh g