On Wed, Mar 15, 2023 at 8:41 AM Rafael Robles wrote:
>
> I have encountered the following bug with version 9.6 of SageMath under
> Ubuntu. This works perfectly in SageMath 9.1
>
> Example:
>
> A = matrix(IntegerModRing(2) , 2, 2, [1, 0, 1, 1])
> A.column_space()
>
> -> The kernel appears to have
I have encountered the following bug with version 9.6 of SageMath under
Ubuntu. This works perfectly in SageMath 9.1
Example:
A = matrix(IntegerModRing(2) , 2, 2, [1, 0, 1, 1])
A.column_space()
-> The kernel appears to have died. It will restart automatically.
--
You received this message b