int xyz[2][3]; cout << "equation in matrix form" << endl; for (int i = 0; i < 2; i++) { for (int j = 0; j < 3; j++) { cin >>