Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_invertible_with_inverse gives surprising error for matrix over RealField #1498

Closed
fredrik-johansson opened this issue Jun 22, 2023 · 1 comment · Fixed by #1513
Closed

Comments

@fredrik-johansson
Copy link
Contributor

A user reported this:

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.
@lgoettgens
Copy link
Collaborator

Fixed by #1513.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants