Given matrix M, find the inverse of M and prove that the product of the inverse of M and M is equal to the identity matrix. Matrix M is [[1,-3,0],[0,1,1],[-2,2,-3]]. Which of the following options correctly demonstrates the inverse of M and the product of the inverse of M and M?