/*Begin by stating the object of the program. AUTHOR: DATE : */ #include #include #include using namespace std; int main () { unsigned int n ; cout << "This program computes the inverse of a matrix." <> n ; cout << endl; if (n <= 1) { cout << "Remember this should be an integer larger than one: " ; cin >> n ; cout <