#include "matrix.h" #define MAX 10 char buf[60]; #define trace_matrix(str,M) printf("%s : ", str); print_matrix (M);\ gets (buf); pivot (matrix A1, matrix B) { int n, i, j, k; real p, q; n = DIM (A1, 0); MATRIX (A, MAX*MAX, n, n); copy_matrix (A1, A); for (i=0; i