This document discusses methods for finding the inverse of a square matrix. It defines an inverse matrix as another matrix such that when the two are multiplied together, the product is the identity matrix. It then provides two methods for calculating the inverse: 1) Solving simultaneous linear equations by setting the product of the original matrix and inverse matrix equal to the identity matrix. 2) Using a formula for the inverse of a 2x2 matrix where the inverse is determined by the matrix elements and the determinant. Examples are shown of applying both methods to find specific inverse matrices.