how to get maple to do linear algebra in Z_2 (integers modulo 2)
I don't want it to solve and then reduce mod 2 I want it to work over Z_2 so basis([ [1,1,1], [1,-1,1 ]) = [1,1,1]
If this is not the right stackexchange site to ask this please tell me.
The Maple help page with topic LinearAlgebra,details mentions the Modular subpackage in the 5th bullet point of the Description section.