#include "header.h" int ifsym(gsl_matrix *A)// This function is ued to check if the matrix is symmetric or not { int i,j; int n=A->size1; float tmp1; float tmp2; printf("n====%d\n",n); for(i=1;i