Skip to content

Zero Matrix has Inverse over Finite Field #30161

@prismika

Description

@prismika
mannequin

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].

CC: @malb @slel

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions