answered 11 years ago
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