I\'d like to use numpy to calculate the inverse. But I\'m getting an error:
\'numpy.ndarry\' object has no attribute I
To calculate inver
What about inv?
e.g.: my_inverse_array = inv(my_array)