If B = A-1, then `AB = I`.
`AB=((3,-4),(5,-7))((7,4),(5,3))` `=((21-20,12-12),(35-35,20-21))` `=((1,0),(0,-1))` ` !=I`
`AB=((3,-4),(5,-7))((7,4),(5,3))`
`=((21-20,12-12),(35-35,20-21))`
`=((1,0),(0,-1))`
` !=I`
So B is NOT the inverse of A.