Re: [sage-support] bug column_space for IntegerModRing matrices with Sagemath9.6

2023-03-15 Thread Dima Pasechnik
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

[sage-support] bug column_space for IntegerModRing matrices with Sagemath9.6

2023-03-15 Thread Rafael Robles
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