-
-
Notifications
You must be signed in to change notification settings - Fork 705
Closed
Milestone
Description
The bug is outlined in this post: https://ask.sagemath.org/question/52487/zero-matrix-has-an-inverse-over-finite-field/
In short, the following lines of code should throw an error, but they do not.
M = Matrix([0], ring=GF(4))
M.inverse()
Instead they return the matrix [1].
Component: linear algebra
Keywords: m4rie
Author: Martin Albrecht
Branch/Commit: ccaf79d
Reviewer: Samuel Lelièvre
Issue created by migration from https://trac.sagemath.org/ticket/30161