#include "header.h" // check symmetry int check(gsl_matrix *A) { int i,j; int n=A->size1; float tmp1; float tmp2; printf("n=%d\n",n); for(i=1;i