Question 365778
A matrix has an inverse if the determinant is nonzero.



*[invoke determinant_of_2x2_matrix 7, 2, 0, -3]



Since the determinant is nonzero, this means that the inverse exists.



So let's find the inverse...



*[invoke inverse_of_2x2_matrix 7,2,0,-3]