#include #include #include void LU(const int n, double a[][n], double L[][n], double U[][n]) { int i,j,k,l; for(i=0;i