159160161162163164165166167168169
int r = M.rank(); print(fixedWidthIntegertoString(r, 7)); double c = M.cond(); print( c < 1 / eps ? fixedWidthDoubletoString(c, 12, 3) : " Inf");