/* invert.h basic Gausian elimination version */ void invert(int n, double A[]);