#include void print_matrix(int rows, int cols, double M[rows][cols]) { for (int i=0; i