Related problem
sage: m = matrix(GF(2),[1,1,1,1],sparse=True)
sage: matrix(GF(2), m, sparse=False).is_sparse()
True
Vincent
On 11/09/15 16:19, Travis Scrimshaw wrote:
It probably needs just another type check in the maze of the matrix
constructors.
Best,
Travis
On Friday, September 11, 2015
It probably needs just another type check in the maze of the matrix
constructors.
Best,
Travis
On Friday, September 11, 2015 at 2:06:28 PM UTC-5, John H Palmieri wrote:
>
> This is probably easy to fix, but I don't know how:
>
> sage: id = identity_matrix(GF(2), 1)
> sage: id.augment(id) # wor