The program provides detailed, step-by-step solution in a tutorial-like format to the following problem: Given a 2x2 matrix, or a 3x3 matrix, or a 4x4 matrix, or a 5x5 matrix. Find its inverse matrix by using the Gauss-Jordan elimination method. The check...