I have the following code:
A = np.random.randint(-10,10,(4,4)) B = np.random.randint(-10,10,(4,4)) A1, A2, A3, A4 = inv(A@B), inv(A)@inv(B), inv(B@A), inv(B)@