You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mm=MatrixSpace(Nemo.RealField(20),1,1)()
mm[1,1]=1
is_invertible_with_inverse(mm)
results in surprising error message:
Matrix must be square
With ComplexField it works fine.
The text was updated successfully, but these errors were encountered:
A user reported this:
The text was updated successfully, but these errors were encountered: