Pytorch terbalik
x = torch.rand(4, 4)
y = torch.inverse(x)
Foolish Ferret
x = torch.rand(4, 4)
y = torch.inverse(x)