Solve the following matrix equation:
A*x*B=A+B
using the inverse matrices
A=[[1,-3],[2,-5]],B=[[3,4],[-2,-3]]
Find the inverse of
A=[[2,1,-1],[-2,2,4],[1,3,-1]]
. Use determinant method.