First time here? Check out the FAQ!
answered 2013-11-26 13:14:35 +0100
Actually, the .kernel() method corresponds to the left kernel. What you are looking for is the right kernel:
.kernel()
sage: ns = A.right_kernel() sage: ans in ns True