#include #include /* gauss.c : 1999 5 8 by Oguni */ #define N 3 main(){ double A[N][N]={1.,4.,3.,2.,5.,4.,1.,-3.,-2.}, Aa[N][N]; double b[N]={1.,4.,5.}, x[N], bb[N], e[N]; double tol=0.000001, s; int n=3, i, j; for (i=0; i=0; k--){ s=0.0; for (j=k+1; j